#wrapper #contents {
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:950px;
	height:1000px;
	background:url(image/bg.jpg) no-repeat;
	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:670px;
	position:absolute;
	height:680px;
	top:300px;
	left:50px;
	text-align:left;
	display:block;
	background-color: rgba(192,192,192,0.9);
}

#text_area {
	width:670px;
	position:absolute;
	height:680px;
	top:300px;
	left:50px;
	text-align:left;
	display:block;
	overflow:scroll;
	background-color: #cccccc;
}

#text_area h1{
	font-size:2.0em;
	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.7em;
	font-weight:bold;
}

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

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

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

#navi {
	text-align:left;
	position:absolute;
	top:300px;
	left:730px;
	display:block;
	background:#FF6;
	padding:20px 30px;
}

#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;
}
