@charset "utf-8";
/* CSS Document */

body{
	background:#FFFFFF;
	padding:0;
	font-size:12px;
	color:#73730D;
	line-height:180%;
	text-align:center;
	margin:0;
}
img{
	border:0;
	vertical-align:text-bottom;
}
h1,h2,h3,h4,h5,h6{
	color:black;
}
a{
}
a:hover{
	color:#E7B51B;
}
ol,ul,dd{
	margin:0;
	padding:0;
}
ul li{
	list-style:none;
}
dl{
	margin:0;
	padding:0;
}
dt{
	font-weight:bold;
}
p{
	margin:10px 0;
}
.clear{
	clear:both;
	overflow:hidden;
	line-height:1px;
	height:1px;
	*line-height:0px;
	*height:0px;
	font-size:1px;
}
.wrap{
	width:800px;
	margin:0 auto;
	text-align:left;
}
#header{
	width:100%;
	height:68px;
	background:#000000;
	text-align:center;
}
.logo{
	background:url(../images/logo.gif) no-repeat;
	width:120px;
	height:68px;
	float:left;
	text-indent:-1000px;
}
.catchword{
	float:left;
	margin-left:90px;
	margin-top:20px;
	overflow:hidden;
}
.language{
	float:right;
	margin-top:3px;
	margin-right:10px;
	color:white;
}
.language a{
	padding:0 4px;
	color:#B7B7B7;
	text-decoration:none;
}
.language a:hover{
	color:white;
}
.language a.current{
	color:white;
}
#banner{
	background:#DDD;
}
#nav{
	color:white;
}
#nav a{
	color:#E1E1E1;
	*padding:0 3px;
	text-decoration:none;
}
#nav a:hover{
	color:white;
}
#nav a.current{
	color:#FFFF00;
}
#nav .wrap{
	text-align:center;
	background:#A02A2A;
	height:24px;
	line-height:24px;
}
#left{
	width:230px;
	float:left;
	position:relative;
}
.side{
	color:#73730D;
	margin:8px;
	line-height:180%;
}
.side p{
	text-indent:2em;
}
.activity{
	margin:15px;
	clear:both;
}
.actBar dt{
	background:url(../images/activity.gif) no-repeat;
	text-indent:-1000px;
	float:right;
	width:360px;
	height:40px;
	margin-left:15px;
}
.actBar dd{
	margin-left:18px;
	height:30px;
	line-height:30px;
	float:left;
	width:360px;
}
.actBar dd.subTitle{
	font-size:14px;
	font-weight:bold;
}
.actBar dd.actImg{
	float:left;
	width:162px;
	height:220px !important;
	margin:0 !important;
}
#right{
	width:570px;
	float:left;
	margin-left:-230px;
	border-left:230px solid #CCCCAA;
}
.planTime{
	margin:15px;
	clear:both;
}
h3.H3{
	background:url(../images/right_title_bg.gif) no-repeat;
	text-align:left;
	height:18px;
	line-height:18px;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	color:#E7B51B;
}
table.tableStyle{
	border:1px solid #D7D7D7;
	font-size:14px;
	margin-bottom:15px;
}
table.tableStyle caption{
	background:url(../images/right_title_bg.gif) no-repeat;
	text-align:left;
	height:18px;
	line-height:18px;
	text-indent:10px;
	font-weight:bold;
	font-size:14px;
	color:#E7B51B;
	*padding-bottom:10px;
	margin-bottom:10px;
}
table.tableStyle th{
	background:url(../images/th_bg.gif);
	height:22px;
	line-height:22px;
	border-right:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	text-align:center;
}
table.tableStyle td{
	border-bottom:1px solid #EFEFEF;
	height:24px;
	line-height:24px;
	text-align:center;
}
table.tableStyle tfoot{
	font-size:12px;
	color:#aaa;
}
.content{
	margin:20px;
	color:#808080;
}
.content p{
	text-indent:2em;
}
.H1{
	background:url(../images/h1.gif) no-repeat;
	height:30px;
	line-height:30px;
	margin:15px 20px;
	font-size:26px;
	padding-left:10px;
	color:#e5b00b
}
#footer{
	text-align:center;
	background:black;
	padding:10px 0;
	color:#CCC;
	font-weight:bold;
}
#footer a:link{
	color:white;
}
