@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
	background-color: #d8e698;
	color: #FFF;
	font-size: 10px;
}

*a{
	color: #FFFFFF;
}

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



#logo {
	margin-left: auto;
	margin-right: auto;
	width: 360px;
	margin-top: 100px;
	background-image: url(../images/top/top_image_220226.gif);
	background-repeat: no-repeat;
	height: 570px;
	margin-bottom: 60px;
}
