body{
	text-align: center;
	background: #ffffff;
	margin: 0px;
	padding: 0px;
}
/*↓このidは、ie6系,FF系の両ブラウザで中央配置する場合に必要*/
#container{
	text-align:left;
	background: #ffffff; /*Firefoxの場合はこの色がローカルメニューの余白部分に反映*/
	margin-left: auto;
	margin-right: auto;
	width:800px;
	background-image:url("../common_img/bg_sideline.gif")/*local_menuの余白部分をカバー*/
}

#header{
	text-align: left;
	width:800px;
	height:350px;
	background-color:#ffffff;
	/*border-bottom: solid 1px #eeeeee;*/
	background-image:url("../common_img/bg_sideline.gif")
}
#global_menu{
	width:800px;
	height:40px;
	background-color:#ffffff;
	/*border-bottom: solid 1px #eeeeee;*/
	background-image:url("../common_img/bg_sideline.gif")
}
/*↓パンくずリスト*/
#topic_path{
	display:block;
	width:800px;
	height:55px;
	background-color:#ffffff;
	/*border-bottom: solid 1px #eeeeee;*/
	background-image:url("../common_img/bg_sideline.gif")
	/*margin-top:10px;*/
	/*margin-left:30px;*/
}
#main_title{
	width:800px;
	height:45px;
	background-image:url("../common_img/bg_sideline.gif")
}


#contents_container{
	width:800px;
	/*background-color:#eeeeee;*/ /*ieの場合はこの色がローカルメニューの余白部分に反映*/
	background-image:url("../common_img/bg_sideline.gif")
}
#local_menu{
	text-align: left;
	/*margin-left:30px;*/
	width:220px;
	/*padding:100px;*/
	/*background-color: #ffffff;*/
	display:block;
	float:left;
	background-image:url("../common_img/bg_sideline_l.gif")
}
/*#local_menu_inner{
	text-align: left;
	width:180px;
	margin: 10px;
}*/
#main_contents{
	width:800px;
	text-align: left;
	display:block;
	float:left;
	/*padding:20px;*/
	/*background-color:#fFFFF;*/
	/*width:auto;
	height:auto;
	margin:0px 10px 0px 0px;
	line-height: 0;*/
	/*border-left: solid 1px #eeeeee;*/
	background-image:url("../common_img/bg_sideline.gif")
}
#main_contents_inner{
	text-align:left;
	width:740px;
	margin-top:0px;
	margin-left:30px;
	margin-right:30px;
	margin-bottom:10px;
}

#flash_movie{
	text-align:center;
}

#news-topics{
	width: 490px;
	float: left;
	margin-bottom: 30px;
	margin-right: 20px;
}

#news-topics_inner{
	float: left;
	width: 490px;
	padding-bottom: 5px;
	display: inline;
	overflow: auto;
	height: 300px;
	border-bottom:solid 1px #dddddd;
}



#bunner-area{
	width: 220px;
	margin-bottom: 10px;
	/*margin-left: 10px;*/
	/*margin-right: 10px;*/
	padding-bottom: 5px;
	display: inline;
	height: 180px;
	float:left;
}
#bunner-area img{
	margin-bottom:10px;
}

#update_log{
	width: 220px;
}
#update_log_inner{
	float: left;
	width: 220px;
	margin-bottom: 20px;
	margin-right: 0px;
	padding-bottom: 5px;
	display: inline;
	overflow: auto;
	height: 150px;
	border-bottom:solid 1px #dddddd;
}

#advertising-area1{
	float: left;
	width: 220px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}
#advertising-area2{
	float: left;
	width: 220px;
	margin-left: 0px;
	margin-right: 0px;
	display: inline;
}

#work_reservation{
	float: left;
	width: 490px;
	margin-right:20px;
}
#execution_area{
	float: left;
	width: 220px;
}

#footer{
	width:800px;
	height:45px;
	background-color:#666666;
	clear:both; /*回り込み解除*/
	/*border-top: solid 1px #eeeeee;*/
	background-image:url("../common_img/bg_footer.gif")
}
