#wrapper #contents {
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:950px;
	height:1000px;
	background:url(image/bg.jpg);
	display:block;
}

* html #wrapper #contents { /* IE 6 */
	display: inline;
	zoom: 1;
}

*:first-child+html #wrapper #contents { /* IE 7 */
	display: inline;
	zoom: 1;
}


#index_text_area {
	width:850px;
	height:200px;
	position:absolute;
	top:530px;
	left:50px;
	text-align:left;
	display:block;
	background-color: rgba(128,128,128,0.5)
}

#text_area {
	width:670px;
	position:absolute;
	height:830px;
	top:140px;
	left:40px;
	text-align:left;
	display:block;
	overflow:scroll;
	background-color: rgb(220,220,220)
}

#text_area h1{
	font-size:2.1em;
	margin-bottom:20px;
	color:#792523;
}

#index_text_area section, #text_area section{
	padding:20px;
}

#index_text_area h2,#text_area h2{
	color:#7B5533;
	font-size:1.8em;
	font-weight:bold;
}

#text_area h2{
	color:#6B4533;
	font-size:1.8em;
	font-weight:bold;
}

#text_area .map_image{
	margin:10px 0;
}

#index_text_area section div, #text_area section div{
	margin:15px 0 30px 0;
	font-size:1.3em;
	font-weight:bold;
}

#navi {
	text-align:left;
	position:absolute;
	top:140px;
	left:730px;
	display:block;
	background:#AAA;
	padding:12px 25px;
}

#navi ul li{
	font-size:1.8em;
	font-weight:bold;
	line-height:120%;
	color:#999999;
}

#navi ul li a{
	text-decoration:none;
	color:#7B4523;
}

#navi ul li a:hover{
	border-bottom:2px solid #aB7553;
	color:#aB7553;
}

#navi .selected a{
	color:#333333;
}
