#wrapper {
	width:100%;
	min-width:980px;
	background:#F8F8F8 url(/images/common/left_bg.gif) repeat-y left top;
	overflow-y:hidden;
}

/* headerBody */
#headerBody {
	width:865px;
	height:225px;
}

/* centerBody */
#centerBody {
	float:left;
	width:865px;
	margin-left:55px;
	background:#F8F8F8;
	overflow-y:hidden;
	display:inline;
}

/* leftBody */
#leftMainBody {
	position:absolute;
	left:0;
	top:0;
	height:100%;
}

#leftNavi{
	float:left;	
	width:245px;
	vertical-align:top;
	display:inline;
}

/* contentBody */
#contentBody {
	float:left;
	width:620px;
	overflow-y:hidden;
	padding-bottom:60px;
	background:#F8F8F8;
	vertical-align:top;
}
#titleVisual {
	position: relative;
	width:590px;
	height:30px;
	margin:15px 9px 0 0px;
	background:url(/images/common/title_bg.gif) repeat-x left bottom;
}
.localNavi {
	position:absolute;
	top:4px;
	right:0px;
	font-size:11px;
	color:#949494;
	letter-spacing:-1px;
}
.localNavi a:link, .localNavi a:visited {
	font-size:11px;
	color:#949494;
}
.localNavi a:hover, .localNavi a:active, .localNavi a:focus	{ 
	font-size:11px;
	color:#949494;
}
.localNaviOn	{ 
	font-size:11px;
	color:#333;
}
#titleVisual h2 {
	position:absolute;
	top:0;
}
#titleVisual .titleText {
	padding-left:10px;
}

/* footerBody */
#footerBody {
	clear:both;
	height:55px;
	width:865px;
	background:#EBEBEB;
}
#footerBody ul{
	height:29px;
	padding:13px 0 0 23px;
}
#footerBody li{
	float:left;
	margin-right:10px;
	text-align:bottom;
}
#footerBody li.bottom_all{
	float:right;
	margin-right:10px;
}

