/* CSS Document */

*{
	margin: 0;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-family: "Arial", "Helvetica", "sans-serif";
	line-height: 16px;
	color: #333333;
}
body{
	background: #333;
	text-decoration: none;
	font-style: normal;
}
a{
	color:#0000FF;
	text-decoration: none;
	font-size: 11px;
	font-family: "Arial", "Helvetica", "sans-serif";
}
a:hover{
	color:#9900CC;
}
a:active{
	outline: none;
}
li{
	list-style: none;
	display: block;
}
img {
    border-style:none;
}
.right{
	text-align: right;
}
.gray{
	background: #e6e6e6;
}
.strong{
	font-weight: bold;
}
em{
	font-style: italic;

}

/*header*/
div#wrapper{
	margin: 10px auto;
	width: 778px;
	background: #FFF;
}
div#headder{
	height: 249px;
	background: #cdd6bc;
}
div#headder p{
	height: 214px;
	margin: 0 12px;
	padding-top: 13px;
}
body.top div#headder h1{
	height: 214px;
	margin: 0 12px;
	padding-top: 13px;
}
div#headder object{
	margin: 0;
	padding: 0;
}
div#headder ul#gNav{
	height: 22px;
	background: url(../../Locus3/img/menu/menu_bar.gif) no-repeat;
}
div#headder ul#gNav li{
	margin-top: 4px;
	float: left;
	text-indent: -9999px;
}
div#headder ul#gNav a#home{
	width: 160px;
	height: 9px;
	margin:2px 0 0 95px;
	display: block;
	background:url(../../Locus3/img/menu/top01.gif) no-repeat;
	background-position: 0px 0px;
}
div#headder ul#gNav a#home:hover{
	background:url(../../Locus3/img/menu/top02.gif) no-repeat;
}
div#headder ul#gNav a#home_i{
	width: 160px;
	height: 9px;
	margin:2px 0 0 95px;
	display: block;
	background:url(../../Locus3/img/menu/top03.gif) no-repeat;
	background-position: 0px 0px;
}
div#headder ul#gNav a#about{
	width: 160px;
	height: 9px;
	margin:2px 0 0 64px;
	display: block;
	background:url(../../Locus3/img/menu/about01.gif) no-repeat;
	background-position: 0px 0px;
}
div#headder ul#gNav a#about:hover{
	background:url(../../Locus3/img/menu/about02.gif) no-repeat;
}
div#headder ul#gNav a#about_i{
	width: 160px;
	height: 9px;
	margin:2px 0 0 64px;
	display: block;
	background:url(../../Locus3/img/menu/about03.gif) no-repeat;
	background-position: 0px 0px;
}
div#headder ul#gNav a#art{
	width: 160px;
	height: 9px;
	margin:2px 0 0 83px;
	display: block;
	background:url(../../Locus3/img/menu/art01.gif) no-repeat;
	background-position: 0px 0px;
}
div#headder ul#gNav a#art:hover{
	background:url(../../Locus3/img/menu/art02.gif) no-repeat;
}
div#headder ul#gNav a#art_i{
	width: 160px;
	height: 9px;
	margin:2px 0 0 83px;
	display: block;
	background:url(../../Locus3/img/menu/art03.gif) no-repeat;
	background-position: 0px 0px;
}


/*sideArea*/
div#sArea{
	float: left;
	width: 274px;
	margin-top: 23px;
}
div#sArea h1{
	height: 26px;
}
body.top div#sArea h2{
	height: 26px;
}
div#sArea div.sImage{
	margin-left: 5px;
}
div#sArea dl.sNav{
	margin-left: 10px;
	padding-top: 45px;
}
div#sArea dl.sNav dt{
	height: 21px;
}
div#sArea dl.sNav dd{
	height: 21px;
	margin-bottom: 89px;
	font-size: 11px;
	line-height: 18px;
}
body.top div#sArea dl{
	margin: 15px 0 0 10px;
}
body.top div#sArea dl dd{
	margin: 5px 0 50px;
}


/*mainArea*/
div#mArea{
	float: right;
	width: 504px;
	margin-top: 23px;
}
div#mArea h2{
	height: 26px;
	background: #e5ebdc;
	padding-left: 10px;
	line-height: 210%;
	margin-bottom: 26px;
}
div#mArea h3{
	clear: both;
	height: 28px;
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-left: 10px;
}
div#mArea div.language{
	background: #e5ebdc;
	height: 26px;
	_margin-bottom: 32px;
}
*:first-child+html div#mArea div.language{
	background: #e5ebdc;
	height: 26px;
	margin-bottom: 32px;
}
div#mArea div.language h3{
	font-size: 12px;
	font-weight: normal;
	line-height: 210%;
	margin-bottom: 26px;
	float: left;
}
div#mArea div.language p{
	float: right;
	margin-top: 4px;
	margin-right: 10px;
}
div#mArea ul{
	height: 20px;
	margin: 0 0 16px 10px;
}
div#mArea ul li{
	float: left;
	font-size: 11px;
	margin-right: 60px;
}
div#mArea div.mCont{
	clear: both;
	margin: 0 70px 45px 10px;
}
div#mArea div.adArea{
	float: left;
	width: 215px;
	margin: 5px 20px 0 10px;
	padding: 0;
}
div#mArea div.adArea h3{
	font-size: 12px;
	margin: 0 0 5px 0;
}
div#mArea div.adArea h3 span{
	font-size: 12px;
	color: #cc9900;
	font-weight: bold;
}
div#mArea div.adArea p{
	height: 121px;
}
div#mArea div.adArea ul{
	margin: 0;
}
div#mArea div.adArea ul li{
	height: 30px;
}
div#mArea div.mCont h4{
	font-weight: bold;
	color: #cc9900;
	height: 23px;
}
div#mArea div.mCont ul{
	margin: 0;
	padding: 0;
}
div#mArea div.mCont ul li{
	margin: 0 10px 15px 0;
}
div#mArea div.mCont p{
	margin-bottom: 15px;
	clear: both;
}
div#mArea div.mCont ul.cap{
	clear: both;
	margin: 0;
	padding: 0;
	_margin-top: 30px;
}
*:first-child+html div#mArea div.mCont ul.cap{
	margin-top: 30px;
}
div#mArea div.mCont table{
	border: 1px;
	width: 420px;
	text-align: left;
	margin-bottom: 15px;
}
div#mArea div.mCont table th{
	width: 90px;
	height: 20px;
	padding-left: 5px;
}
div#mArea div.mCont table td{
	height: 20px;
	padding-left: 5px;
}
div#mArea div.mCont table td.yellow{
	color: #cc9900;
	font-weight: bold;
}
table#ad{
	clear: both;
	margin: 40px 0 10px 80px;
	width: 410px;
}
table#ad td.bold{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
}
div.upBt{
	clear: both;
}
div.upBt ul{
	margin: 0 20px 20px 0;
}
div.upBt ul li{
	text-align: right;
}
div.upBt ul li a{
	font-size: 10px;
	background: url(../../locus6_css/img/icon_arrow.gif) no-repeat;
	background-position: 2px;
	padding-left: 13px;
}

/*footer*/
div#footer{
	clear: both;
	height: 20px;
	background: #cdd6bc;
	text-indent: -9999px;
}
div#footer address{
	text-indent: -9999px;
	background:url(../../Locus3/img/menu/bottom.gif) no-repeat;
	background-position: 0px 0px;
}
