@charset "UTF-8";

#header {
	width: 200px;
	margin-left: 5px;
	margin-top: 35px;
	font-family: "ＭＳ Ｐ明朝", serif;
	font-size: 13px;
	font-weight:300px;
	line-height: 25px;
}

#kago {
	margin-left: -7px;
}

a:link {
	color: #666;
	text-decoration: none;
} 

a:visited {
	color: #666
} 

a:hover {
	color: #999;
	text-decoration: underline;
} 

a:hover img{
	position:relative;top:2px;left:2px;
}

a:active {
	color: #999
} 