body {
	width:			915px !important; /* Real width: 908px */
	margin-top:		0px !important;
	margin-bottom:		0px !important;
	margin-left:		auto !important;
	margin-right:		auto !important;
	background-color:	#ffffff;
	background-image:	url('../img/background.gif');
	font-family:		arial, helvetica, verdana;
	font-size:		12px;
	font-style:		normal;
	font-variant:		normal;
	font-weight:		normal;
	line-height:		1.4em;
	color:			#2C2C2C;
	padding:		0px;
}

div#main {
	float:			left;
	width:			888px;
	background-image:	url('../img/background_main.gif');
	background-repeat:	repeat-y;
	margin:			0;
	padding:		10px 10px 10px 10px;
}

div#bottom {
	float:			left;
	width:			888px;
	height:			57px;
	background-color:#ececec;
	padding:		9px 0px 0px 0px;
	margin:			10px 0px 0px 0px;
	text-align:		center;
	border-top:		1px solid #b4afa9;
	border-bottom:	1px solid #b4afa9;
}

div#header {
	float:			left;
	width:			888px;

	margin:			0px 0px 10px 0px;
	padding:		0;
	overflow:		hidden;
}

div#navi_top_wrapper {
	float:			left;
	width:			888px;
	height:			36px;
	margin:			0px 0px 10px 0px;
	padding:		0;
	overflow:		hidden;
	border-top:		1px solid #b4afa9;
	border-bottom:	1px solid #b4afa9;
}

div#navi_top_links {
	float:			left;
	width:			678px;
	height:			36px;
	overflow:		hidden;
}

div#main_content {
	float:			left;
	width:			888px;
	margin:			0;
	padding:		0;
	background-image:	url('../img/background_main_content.gif');
	background-repeat:	repeat-y;
	background-color:	#ffffff;
}

div#navi_left {
	float:			left;
	width:			196px; /* 216px */
	height:			auto !important;
	height:			320px;
	min-height:		320px;
	margin:			0;
	padding:		10px 10px 10px 10px;

	display:		inline;
}

div#content {
	float:			left;
	width:			660px; /* 670px */
	margin:			0;
	padding:		0px 0px 0px 10px;

}

div#content_footer {
	float:			left;
	width:			928px;
	margin:			0;
	padding:		0;
	text-align:		center;
	
}

div#div_search {
	float:			left;
	width:			195px;
	text-align:		right;
	padding:		8px 15px 0px 0px;
}

.search_input {
	width:			130px;
	border:			0;
}

.search_bt {
	width:			35px;
	font-size:		11px;
}

/* Navi top */

ul#navi_top {
	list-style-type:	none;
	padding:		0;
	margin:			0;
}

ul#navi_top li.li_first_navi,
li.li_first_selected,
li.li_prev_selected,
li.li_navi,
li.li_selected {
	float:			left;
	height:			36px;
	text-align:		center;
	padding:		10px 0px 10px 20px;
}


ul#navi_top {
	float:			left;
}

ul#navi_top li {
	float:			left;
	padding:		9px 20px 0px 20px;
	height:			25px;
	background-image:	url('../img/navi_top_spacer.gif');
	background-position:right center;
	background-repeat:	no-repeat;

}

ul#navi_top li.selected {

}

ul#navi_top a {
	font-size:		12px;
	color:			#6a6054;
	text-decoration:	none;
	font-weight:		normal;
}

ul#navi_top a.selected {
	color:			#b85700;
	font-weight:		bold;
}

.line_news {
	width:			196px;
	height:			7px;
	background-image:	url('../img/line_news.gif');
	background-repeat:	no-repeat;
	margin-top:		5px;
}



ul#navi_sub, ul#navi_sub ul {
	list-style-type:	none;
	padding:		0;
	margin:			0;
}

ul#navi_sub ul {
	padding-left:	20px;
}

ul#navi_sub li {
	border:			0px #333 solid;
	float:			left;
	width:			190px;
	height:			25px;
	padding:		3px 0px 3px 0px;
	background-image:	url('../img/line_news.gif');
	background-repeat:	no-repeat;
	background-position:	bottom;
}

ul#navi_sub a {
	color:			#333;
	text-decoration:	none;
}

ul#navi_sub a.selected {
	color:			#b85700;
	text-decoration:	none;
	font-weight:		bold;
}

