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

* {
	margin: 0;
	padding: 0;
	background-color: #d8e698;
	/*background-color: rgba(235,180,215,1.00);*/
	color: #999;
	font-size: 10px;
}

a{
	color: #444;
	text-decoration:none;
}

a:hover{
	color: #111;
}



#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;
}
