@charset "UTF-8";

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

#logo {
	float: left;
}

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
} 

#home {
	width: 200px;
	float: left;
	margin-left: 30px;
	margin-top: 45px;
}
