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

div#bottom {
	float:			left;
	width:			928px;
	height:			10px;
	background-image:	url('../img/background_bottom.png');
	background-repeat:	no-repeat;
}

div#logo {
	float:			left;
	width:			928px;
	height:			65px;
	margin:			0;
	padding:		15px 0px 10px 10px;
	overflow:		hidden;
}

div#header {
	float:			left;
	width:			888px;
	height:			198px;
	margin:			0px 0px 10px 0px;
	padding:		0;
	overflow:		hidden;
}

div#navi_top {
	float:			left;
	width:			888px;
	height:			36px;
	background-image:	url('../img/background_navi_top.gif');
	background-repeat:	no-repeat;
	margin:			0px 0px 10px 0px;
	padding:		0;
	overflow:		hidden;
}

div#navi_top_email a {
	float:			right;
	padding:		10px 10px 0px 0px;
	color:			#fff;
	text-decoration:	none;
}

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

div#navi_left {
	float:			left;
	width:			196px; /* 216px */
	height:			auto !important;
	height:			320px;
	min-height:		320px;
	margin:			0;
	padding:		10px 10px 10px 10px;
	background-image:	url('../img/background_navi_left.gif');
	background-repeat:	repeat-x;
	background-color:	#C1C1C0;
	display:		inline;
}

div#content {
	float:			left;
	width:			660px; /* 670px */
	margin:			0;
	padding:		0px 0px 0px 10px;
	background-color:	#EEEDE8;
}

div#content_footer {
	float:			left;
	width:			888px;
	height:			20px;
	background-image:	url('../img/background_footer.gif');
	background-repeat:	repeat-x;
	margin:			10px 0px 0px 0px;
	padding:		3px 0px 0px 0px;
	text-align:		center;
}


/* 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 li.li_first_navi,
li.li_first_selected {
	padding:		10px 0px 10px 10px;
}

ul#navi_top li.li_first_selected {
	background-image:	url('../img/background_navi_top_first_sel.gif');
	background-repeat:	no-repeat;
}

ul#navi_top li.li_prev_selected {
	background-image:	url('../img/background_navi_top_sel_next.gif');
	background-repeat:	no-repeat;
}

ul#navi_top li.li_navi {
	background-image:	url('../img/background_navi_top_prev_next.gif');
	background-repeat:	no-repeat;
}

ul#navi_top li.li_selected {
	background-image:	url('../img/background_navi_top_sel.gif');
	background-repeat:	no-repeat;
}

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

ul#navi_top a.selected {
	color:			#fff;
}

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



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

ul#ul_navi_left 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#ul_navi_left a {
	color:			#333;
	text-decoration:	none;
}

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

