div#wrap {
	float:			left;
	width:			928px;
	background-image: url('../img/background_wrapper.gif');
	background-repeat:repeat-y;
}

div#top {
	float:			left;
	width:			888px;
	height:			30px;
	background-image:	url('../img/background_main_top.gif');
	background-repeat:	no-repeat;
	margin:			0;
	padding:		20px 0px 10px 30px;
	overflow:		hidden;
}
	div#top1 {
		float:			left;

		margin-top:		5px;
	}
	div#top2 {
		float:			left;
		width:			310px;
		margin-top:		5px;
	}
	div#user_login {
		float:			left;
		width:			100px;
		margin-top:		9px;
	}
	div#reg_account {
		float:			left;
		width:			145px;
		margin-top:		9px;
	}
	div#contact {
		float:			left;
		width:			75px;
		margin-top:		9px;
	}
	div#language_selection {
		text-align:		right;
		float:			left;
		width:			130px;
		margin-top:		5px;
	}

div#main {
	float:			left;
	width:			888px;
	background-image:	url('../img/background_main.gif');
	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#header {
	float:			left;
	width:			888px;
	height:			200px;
	margin:			0px 0px 10px 0px;
	padding:		0;
	overflow:		hidden;
}

div#navi_top {
	float:			left;
	width:			888px;
	height:			50px;
	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-color:	#ffffff;
}

div#navi_left {
	float:			left;
	border:			1px #c0c0c0 solid;
	width:			196px; /* 216px */
	height:			auto !important;
	height:			320px;
	min-height:		320px;
	margin:			0;
	padding:		10px 10px 10px 10px;
	background-color:	#ffffff;
	display:		inline;
}

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

div#content_footer {
	float:			left;
	width:			888px;
	height:			20px;
	background-color:	#1f4481;
	margin:			10px 0px 0px 0px;
	padding:		3px 0px 0px 0px;
	text-align:		center;
}

div#content_banners {
	float:			left;
	width:			250px;
}


/* Navi top */

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

ul#ul_navi_top li.li_navi,
li.li_navi_selected {
	float:			left;
	height:			50px;
	text-align:		center;
	padding:		20px 0px 0px 12px;
}

ul#ul_navi_top li.li_navi {
	background-image:	url('../img/background_navi_top1.gif');
	background-repeat:	no-repeat;
	background-position:	top center;
}

ul#ul_navi_top li.li_navi_selected {
	background-image:	url('../img/background_navi_top2.gif');
	background-repeat:	no-repeat;
	background-position:	top center;
}

ul#ul_navi_top a {
	font-size:		14px;
	color:			#333;
	text-decoration:	none;
	font-weight:		normal;
}

ul#ul_navi_top a.selected {
	color:			#1f4481;
}

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

