@charset "utf-8";
/* CSS Document */


/***** body *****/
body {
	background: #fff;
}

/***** wrapper *****/
#wrapper {
	width: 960px;
	margin: 0 auto;
	padding-top: 0px;
}

/***** header *****/
#header {
	width: 960px;
	height: 120px;
	margin-top: 20px;
}

#header li {
	width: 240px;
	height: 60px;
	float: left;
	text-align: center;
	font-size: 20px;
	line-height: 60px;
}

#header li.current {
	border-bottom: 2px solid #3366ff;
}

#header li.tcurrent {
	color: #fff;
}

#header li.wh {
	color: #fff;
}

#header li a {
	display: block;
	width: 240px;
	height: 60px;
	text-decoration: none;
	color: #444;
}

#header li.wh a {
	color: #fff;
}

#header li.wh a:hover {
	color: #fff;
}

#header h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

#header li.bgy {
	background: #ffff00;
}

#header li.bgb {
	background: #3366ff;
}

/***** contets *****/
#contents {
	width: 960px;
	clear: both;
	overflow: hidden;
	padding-bottom: 40px;
}

/* h2 */
#contents h2 {
	width: 958px;
	height: 40px;
	margin-bottom: 20px;
	background: #ddd;
	text-indent: 1em;
	font-size: 130%;
	line-height: 44px;
	
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #111;
}

/* left-col */
.left-col {
	width: 236px;
	float: left;
}

/* right-col */
.right-col {
	width: 714px;
	float: right;
}

/***** footer *****/
#footer {
	height: 100px;
	border-top: 1px double #333;
}

#footer .copy {
	padding-top: 20px;
	text-align: right;
}


/***** misc *****/
.mb5  {margin-bottom:  5px;}
.mb10 {margin-bottom: 10px;}
.mb15 {margin-bottom: 15px;}
.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb40 {margin-bottom: 40px;}

.space30 {height: 30px;}

.font08 {font-size:  8px;}
.font10 {font-size: 10px;}
.font11 {font-size: 11px;}
.font13 {font-size: 13px;}
.font14 {font-size: 14px;}
.font16 {font-size: 16px;}
.font20 {font-size: 20px;}

.color00 {color: #fff;}
.color01 {color: #f00;}
.color02 {color: #f60;}
.color03 {color: #138d55;}


#header h1 {color: #222;}
#footer .color00 {color: #222;}


.colorG {color: #24860f;}

.bold {font-weight: bold;}

.lh18 {line-height: 1.8;}

.fbox {float: left;}
.rbox {float: right;}
.of {overflow: hidden;}

.bl-dot {border-bottom: 1px dotted;}

.c-li {list-style-type: disc; padding-left: 14px;}

.li4 li {padding-bottom: 4px;}

.clear {clear: both;}

.w100 {width: 100px;}
.w300 {width: 300px;}
.w350 {width: 350px;}
.w400 {width: 400px;}

.bg00 {background: #fff;}

.opa:hover {
	filter:alpha(opacity=80);
	-moz-opacity: 0.8;
	opacity: 0.8;
}

a:hover {
	text-decoration: none;
}