/********************************
		contents
********************************/
#contents{
	width:auto;
	background:url(image/header_bg_bottom.gif) top center repeat-x;
	background-color:#FFF;
}

/********************************
		main
********************************/
#main{
	width:640px;
	float:left;
}
.main_box{
	margin:21px 0 0;
	background:url(image/main_box_contents.gif) top center repeat-y;
	text-align:left;
}
.main_box2{
	margin:11px 0 0;
	background:url(image/main_box_contents.gif) top center repeat-y;
	text-align:left;
}
.main_title{
	padding:15px 15px 8px;
	background:url(image/main_box_top.gif) top center no-repeat;
}
.main_title2{
	padding:0 0 8px;
}
.main_contents{
	padding:0 15px 15px;
	background:url(image/main_box_bottom.gif) bottom center no-repeat;
	clear:both;
}
.main_text{
	padding:15px;
	background-color:#FFF;
	border:1px solid #EEE;
	overflow:hidden;
}
.main_text_staff{
	padding:15px 15px 65px;
	background:url(image/staff.gif) right bottom no-repeat;
	background-color:#FFF;
	border:1px solid #EEE;
	overflow:hidden;
}
.main_text_staff p{
	margin-bottom:1em;
}
.main_text_left{
	width:202px;
	float:left;
}
.main_text_left a{
	width:200px;
	border:1px solid #ccc;
	display:block;
}
.main_text_left a:hover{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"alpha( opacity=70 )";
}
.main_text_right{
	width:360px;
	float:right;
}


/*=====main_table=====*/
.main_table{
	width:100%;
	font-size:85%;
	border:1px solid #e5d7b9;
	margin:0 0 15px;
	clear:both;
}
.td_title{
	width:90px;
	padding:15px 10px;
	background:#F4EBDC;
	border-top:1px solid #FFF;
	border-right:1px solid #DDD;
}
.td_title2{
	width:90px;
	padding:15px 10px;
	background:#EAE1D0;
	border-top:1px solid #FFF;
	border-right:1px solid #DDD;
}
.td_contents{
	padding:15px 10px;
	background:#FFF;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	line-height:1.8em !important;
}
.td_contents2{
	padding:15px 10px;
	background:#F2F1EB;
	border-top:1px solid #FFF;
	border-left:1px solid #FFF;
	line-height:1.8em !important;
}

#map{
	width:578px;
	border:1px solid #ccc;
}


/********************************
		sidebar
********************************/
#sidebar{
	min-height:2630px;
}