@charset "utf-8";

body{
	margin:0 auto;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:0.9em;
	color:#663300;
	background:url(../img/bg.jpg) repeat-x;
}

#container{
	width:860px;
	margin:0 auto -100px;
	padding:0;
}

#description{
	width:850px;
	height:1em;
	border-bottom:1px solid #666;
	padding:5px;
	background-color:#fff;
}

#header{
	width:860px;
	height:200px;
}

#g_menu{
	width:860px;
	height:50px;
	/*background:url(../img/menu_bg.jpg) repeat-x;*/
}

#contents{
	width:840px;
	height:100%;
	background-color:#fff;
	padding:10px;
}

#l_menu{
	width:220px;
	height:100%;
	background-color:#fff;
	float:left;
}

#main{
	width:610px;
	height:100%;
	background-color:#fff;
	float:right;
}

#banner_area{
	width:610px;
	height:255px;
	margin-bottom:10px;
}

#banner01{
	width:610px;
	height:150px;
	margin-bottom:5px;
}

#banner02{
	width:300px;
	height:100px;
	float:left;
}

#banner03{
	width:300px;
	height:100px;
	float:right;
}

#news{
	width:610px;
	height:auto;
	margin-bottom:10px;
	clear:both;
}

#event{
	width:610px;
	height:auto;
	margin-bottom:10px;
}


#footer,#push{
	clear:both;
	width:860px;
	height: 100px;
	margin:0 auto;
}


#footer{
	background:url(../img/footer_bg.jpg) repeat-x;
	color:#fff;
	text-align:center;
}

#copy{
	width:860px;
	height:50px;
}


