@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
}

body {
	background:url(../images/bak_body.jpg) repeat-x #E1E7F2;
	color:#333;
	font-size:14px;
	text-align:center;
}

p {
	line-height:140%;
	margin:4px 0 6px 0;
	font-size:12px;
}

p.ltx {
	line-height:150%;
	margin:6px 0 8px 0;
	font-size:14px;
}
a img {
	border:none;
}

p a:hover {
	text-decoration:none;	
}

a:link {
	text-decoration:none;
	color:#069;
}
a:visited {
	text-decoration:none;
	color:#036;
}
a:hover {
	text-decoration:underline;
	color:#F36;
}

#container #header {
	width:952px;
	height:80px;
	background:url(../images/img_header.gif) no-repeat;
}
#container #header p#header_link a {
	width:270px;
	height:60px;
	display:block;
	text-indent:-9999px;
	position:absolute;
	top:10px;
}

#container #main h1 {
	color:#333;
	font-size:24px;
	font-weight:normal;
	padding:5px 0;
	border-bottom:#94AE6B 1px solid;
}
#container #main h1.anti {
	border-bottom:#C14646 1px solid;
}
#container #main h1 a {
	color:#333;
}

#container #main h3 {
	border-bottom:#C00 1px solid;
	width:400px;
	padding-bottom:5px;
	font-size:16px;
}
#container #main .bnr_adarea {
	width:600px;
	text-align:center;
	margin:15px 0;
	clear:both;
}

#container #sub h3 {
	font-size:14px;
	font-weight:normal;
	margin:12px 0 -3px 0;
	padding-left:19px;
	line-height:120%;
	background:url(../images/mark_nomal2.png) no-repeat 0 0;
}

#container #sub h3.anti {
	background:url(../images/mark_anti2.png) no-repeat 0 0;
}

h4 {
	width:390px;
	margin:20px 0 10px 0;
	border:#FFF 1px solid;
	font-size:14px;
	background:#D6D7E3;
	padding:4px 5px;
	text-align:center;
}

#container a.btn {
	display:block;
	padding:7px 15px 0 0;
	text-align:left;
	height:17px;
	border:#FFF 1px solid;
	text-decoration:none;
	color:#FFF;
	font-size:12px;
	width:105px;
	background:#999999 url(../images/bak_btn.jpg);
	margin:5px;
	line-height:100%;
}
#container a.btn img {
	margin:-1px 8px 0 8px;
	float:left;
}

#container a:hover.btn {
	color:#900;
	background:#DDDDDD;
}


#container {
	margin:auto;
	position:relative;
	width:952px;
	text-align:left;
	padding-bottom:20px;
}

#container #gmenu {
	margin:2px 0 10px 0;
	width:950px;
	background:url(../images/bak_menu.png);
	border:#CCC 1px solid;
}

#container #gmenu ul li {
	list-style-type:none;
	display:inline;
}

#container #gmenu ul li a {
	float:left;
	display:block;
	font-size:14px;
	font-weight:bold;
	padding:7px 20px;
	color:#FFF;
	border-right:#A4B1CC solid 1px;
	text-decoration:none;
	height:15px;
}
#container #gmenu ul li a:hover {
	background:#C8D2EC;
	color:#900;
}

#container #gmenu ul li a.act {
	background:#C8D2EC;
	color:#555;
}

#container #main {
	border:1px solid #CCC;
	background:#FFF;
	padding-bottom:20px;
	padding-left:20px;
	padding-right:20px;
	width:600px;
	float:left;
}

#container #sub_wrap {
	float:right;
	width:300px;
}

#container #sub {
	border:1px solid #CCC;
	background:#FFF;
	padding-bottom:10px;
	padding-left:10px;
	padding-right:10px;
}

#container #main .boxheader {
	display:block;
	padding:5px 20px;
	margin-left:-20px;
	margin-right:-20px;
	margin-bottom:10px;
	background:url(../images/bak_h1.jpg);
	border-bottom:#CCC solid 1px;
	font-size:14px;
	font-weight:bold;
	color:#555;
	position:relative;
}
#container #main .boxheader span {
	font-size:12px;
	font-weight:normal;
	position:absolute;
	right:8px;
	top:8px;
}

#container #sub .boxheader {
	display:block;
	padding:5px 10px;
	margin-left:-10px;
	margin-right:-10px;
	margin-bottom:20px;
	background:url(../images/bak_h1.jpg);
	border-bottom:#CCC solid 1px;
	font-size:14px;
	font-weight:bold;
	color:#555;
}

#container #main h2 {
	font-size:16px;
	font-weight:bold;
	line-height:140%;
	padding-left:18px;
	margin:12px 0 6px 0;
	background:url(../images/mark_nomal.png) no-repeat 0 2px;
}
#container #main h2.anti {
	background:url(../images/mark_anti.png) no-repeat 0 2px;
}
#container #main h2.ch {
	background:url(../images/mark_ch.png) no-repeat 0 2px;
}
p.maillist {
	display:block;
	height:26px;
	background:url(../images/borderline.gif) 0 24px repeat-x;
	position:relative;
}

a.delbtn {
	position:absolute;
	top:-7px;
	right:-6px;
}

hr.bline {
	border:none;
	color:#CCC;
	clear:both;
	height:1px;
}

html:not(:target) hr.bline {border-bottom:#CCC 1px solid;} /*not IE8 Hack*/

#container #main #comment_area {
	padding:5px;
	background:#F0F3FA;
	margin:8px 0;
}