body{
	background:url(image/bg.gif) center -200% #eee;
	background-size: 50%;
}

#wrapper{
	background:transparent;
	color:#000;
}

#wrapper #contents {
	position:relative;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width:950px;
	display:block;
}

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

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

header{
	padding-top:50px;
}
header h2{
	font-size:25px;
}
header h1{
	margin-top:10px;
	font-size:50px;
}

#text_area {
	width:850px;
	text-align:left;
	display:block;
	margin:0 auto;
}

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

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

#text_area h2{
	margin-top:20px;
	margin-bottom:20px;
	color:#000000;
	font-size:1.8em;
	font-weight:bold;
}


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

#index_text_area section div, #text_area section div{
	line-height: 150%;
	margin:15px 0 15px 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;
}
