@charset "euc-jp";
/* CSS Document */
body {
	font-family:"£Í£Ó £Ð¥´¥·¥Ã¥¯", Osaka, "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3";
	font-size:12px;
	margin:0;
	background:url(../img/back.jpg) repeat-x;
	background-color:#FFFFF7;
}


#main_wrap{
	width:800px;
	height:auto;
	padding-top:110px;
	margin:0px auto;
	text-align:center;
	background:#FFFFFF;
	}
	
#left_menu{
	width:179px;
	height:auto;
	float:left;
	}
	
#right_menu{
	width:620px;
	height:auto;
	float:right;
	background:#FFFFFF;
	}

#top{
	width:620px;
	height:250px;
	margin:0;
	}	

#main{
	width:460px;
	height:auto;
	margin-right:0px;
	float:left;
	padding-top:8px;
	line-height:160%;
	color:#666666;
	overflow:hidden;
	}
	
#main a:link{color:#990000; text-decoration:none;}
#main a:visited{color:#990000; text-decoration:none;}
#main a:hover{color:#FF6666; text-decoration:none;}
#main a:active{color:#990000;}
	
#main_side{
	width:152px;
	height:auto;
	margin:0;
	float:right;
	padding-top:8px;
	overflow:hidden;
	}	
