@charset "ISO-8859-1";
/*==============================================*
	Special style on HOME
	
	1.The header
	2.The navigation
	3.The main liststyle
	
	4.Global

==============================================*/


/*-- ### The header ### --*/
#headerArea {
	width: 891px;
	margin: 0 auto;
	padding-left: 10px;
}

#header {
	height: 86px;
	position: relative;
}

#homeVis {
	width: 100%;
	height: 335px;
	overflow: hidden;
	xbackground: url(../img-home/m_a_back.gif) 0 0 repeat-x; /*-- option --*/
}

#homeVis img {
	width: 587px;
	display: block;
	margin: 0 auto;
	padding: 0 304px 0 10px;
}


/*-- ### The navigation  ### --*/
#naviBox {
	width: 283px;
	position: absolute;
	top: -335px;
	right: 0;
}

/*-- banner --*/
#bunnerArea {
	width: 263px;
	background: url(../img-home/o_background.gif) 0 0 repeat;
	padding: 10px;
	margin: 14px 0 10px;
}

#bunnerArea a {
	width: 237px;
	font-size: 75%;
	color: #666;
	line-height: 1.5;
	text-indent: 0;
	text-decoration: none;
	display: block;
	background-color: #fff;
	padding: 13px 13px 10px 13px;
	margin-bottom: 5px;
}

#bunnerArea a img {
	margin-bottom: 5px;
}

#bunnerArea a span.bunnerArrow img {
	margin: 2px 0 0 0;
}

#bunnerArea a span {
	margin-top: 2px;
}


/*-- ### The liststyle  ### --*/
.home_list01 {
	margin-bottom: 25px;
}

.home_list01 dt {
	width: 582px;
	height: 16px;
	font-size: 100%;
	color: #666;
	line-height: 1;
	background-color: #f0f0f0;
	padding: 5px 0 4px 5px;
	margin-bottom: 23px;
}

.home_list01 dd {
	width: 582px;
	border-bottom: #999 dotted 1px;
	padding: 0 0 3px 5px;
	margin-bottom: 15px;
}

.home_list01 dd a {
	font-size: 82%;
	background: url(../img-home/ico_arrow.gif) 0 50% no-repeat;
	padding-left: 10px;
}


/*-- ### Global ### --*/
#wapper {
	width: 891px;
	padding-left: 10px;
	margin: 0 auto;
}

#globalBG {
	width: 891px;
	height: 521px;
	background: url(../global/img/m_global.gif) 0 0 no-repeat;
	margin: 0 auto;
}

#langMenu {
	width: 283px;
	position: absolute;
	top: 30px;
	right: 0;
}

#langMenu li {
	_height: 1%;
	margin-bottom: 1px;
}

#langMenu li a {
	font-size: 113%;
	color: #fff;
	line-height: 2;
	text-decoration: none;
	text-align: center;
	display: block;
	background-color: #233793;
}

#langMenu li a:hover {
	background-color: #ffc100;
}

#footer_global {
	width: 891px;
	height: 40px;
	background: url(../img-public/footer.gif) 0 0 no-repeat;
}
