@CHARSET "UTF-8";

@import url("reset.css");
@import url("details.css");

body {
	background:#eee;
	background-image:url(../images/back.jpg);
	font-family:'メイリオ',Meiryo;
}

#container {
	background:#fff;
	width:960px;
	margin-left:auto;
	margin-right:auto;
}

#header {
	background:#5C85AD;
	background-image:url(../images/top_title.jpg);
	height:180px;
}

#main_contents {
	background:#BECEDE;
	float:left;
}

#main_area {
	background:#fff;
	margin:10px;
	width:650px;
	float:right;
}

#side_area {
	/*background:#85A3C2;*/
	background:#66A3A3;
	margin:10px;
	padding:10px;
	width:250px;
	float:left;
}


#footer {
	clear:both;
	background:#5C85AD;
	height:50px;
}

.menues a {
	color:#000;
	text-decoration:none;
}

.menues a:visited {
	color:#000;
}

.menues a:hover {
	color:#00FF00;
}


