@charset "utf-8";
/* CSS Document */

/*================================
 TOP_CSS
================================*/

/*================================
 TOPBOX
================================*/
#topBox{
	width: 100%;
	height: 382px;
	background: url(../img/bg_top.gif) repeat-x left top;
}
#topBox2{
	width: 980px;
	margin: 0 auto 0;
	background: url(../img/bg_pic_index.jpg) no-repeat left top;
}
#menuArea{
	width: 960px;
	height: 380px;
	margin: 0 auto 0;
	position: relative;
}

/*================================
 SEARCH
================================*/

#search2{
	background: url(../img/img_google.gif) no-repeat 4px 28px;
	width: 197px;
	height: 50px;
	position: absolute;
	top: 3px;
	left: 760px;
}
input.searchText{
	width: 130px;
	height: 15px;
	margin-right: 3px;
	font-size: 11.5px;
}
input.btn{ margin-top: 1px;}

/*================================
 BOTTOMBOX
================================*/
#bottomBox{ width: 960px; margin: 25px auto 0;}
/*================================
 BOTTOMLEFT
================================*/
#bottomLeft{
	width: 682px;
	float: left;
	position: relative;
}
#newsArea h3{margin-bottom: 8px;}
.newsTXT dt{
	clear: left;
	float: left;
	width: 54px;
	height: 10px;
	padding: 0 18px 7px 10px;
	margin: 0 0 7px 0;
	border-bottom: dotted #d8d8d8 1px;
	background: url(../img/icon_old.gif) no-repeat left 1px;
}
.newsTXT dt.newicon{ background: url(../img/icon_new.gif) no-repeat left 1px;}
*html .newsTXT dt{/* for IE6 */
	clear: left;
	float: left;
	width: 60px;
	font-size: 11px;
	padding: 0 18px 6px 10px;
	margin: 0 0 1px 0;
	background: url(../img/icon_old.gif) no-repeat left 1px;
}
.newsTXT dd{
	float: left;
	width: 553px;
	height: 10px;
	padding: 0 0 7px 45px;
	margin: 0 0 7px 0;
	border-bottom: dotted #d8d8d8 1px;
}
*html .newsTXT dd{/* for IE6 */
	float: left;
	width: 545px;
	padding: 0 0 3px 45px;
	margin: 0 0 3px 0;
	line-height: 17px;
}
.newsTXT dd.member{
	background: url(../img/icon_member.gif) no-repeat left -1px;
	vertical-align: top;
}
*html .newsTXT dd.member{
	background: url(../img/icon_member.gif) no-repeat left 1px;/* for IE6 */
}
#banner{ margin-top: 23px;}
#banner ul li{ display: inline; margin-right: 5px;}

/*================================
 LINK
================================*/
#bottomBox a { color:#666666; text-decoration: none;}
#bottomBox a:link{ color:#666666; text-decoration: none;}
#bottomBox a:visited{ color:#666666; text-decoration: none;}
#bottomBox a:hover{ color:#9a9a9a; text-decoration: none;}
#bottomBox a:active{ color:#9a9a9a; text-decoration: none;}

/*================================
 BOTTOMRIGHT
================================*/
#bottomRight{
	width: 250px;
	float: right;
	margin-top: 1px;
}
#bottomRight h3{ margin-bottom: 8px;}
#bottomRight ul{ line-height: 24px;}
#bottomRight ul li{ background: url(../img/img_line.gif) repeat-x left bottom;}
#bottomRight ul li.liBottom{ margin-bottom: 25px;}
#forNormal ul li{
	background: url(../img/icon_green.gif) no-repeat left center;
	padding-left: 20px;
	border-bottom: dotted #d8d8d8 1px;
}
#forMember ul li{
	background: url(../img/icon_orange.gif) no-repeat left center;
	padding-left: 20px;
	border-bottom: dotted #d8d8d8 1px;
}

/*================================
 FOOTER
================================*/

#footerBG{
	background-color: #00a40c;
	width: 100%;
	height: 32px;
	margin: 30px auto 0;
}
#footer{
	width: 960px;
	height: 32px;
	margin: 0 auto 0;
	position: relative;
}
#subMenu{
	font-size: 9.5px;
	color: #fff;
	width: 290px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 685px;
}
#subMenu ul li{ display: inline;}
#subMenu ul li.icon{
	background: url(../img/icon_submenu.gif) no-repeat 5px center;
	padding-left: 15px;
}

#subMenu a{ color: #FFFFFF;}
#subMenu a:hover,#subMenu a:active{ color: #efefef;}
#copy{
	font-size: 9.5px;
	color: #fff;
	width: 400px;
	height: 15px;
	position: absolute;
	top: 10px;
	left: 5px;
}

/*================================
CLEAR
================================*/

p.clear{
	font-size:0% !important;
	margin:0px !important;
	padding:0px !important;
	clear:both !important;
	line-height:0% !important;
	height:0px !important;
	width:0px !important;
	float:none;
}

