@charset "UTF-8";


/*　main layout
 ----------------------------- */
html {
	height: 100%;
	text-align: center;
}

body{
	background-color: #f0f6da;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	line-height: 160%;
}

div, h1, h2, h3{
	margin: 0px;
	padding: 0px;
}

img{
	 border: none;
}

a,a:visited{
	outline: none;
	text-decoration: none;
	color: #669900;
	font-weight:bold;
}

a:hover{
	color: #FF9900;
}

.pagetop{
	width: 630px;
	padding-top: 2px;
	border-top: 1px dotted #999999;
	text-align: right;
}

#wrapper{
	clear: both;
	background:url(../images/back.jpg) 0 0 repeat-y;
	margin: 0px auto;
	padding: 20px 30px;
	width: 900px;
	overflow: auto;
	text-align: left;
}

.bold{
	font-weight: bold;
	color: #FF6600;
}

.font-wb{
	font-size: 14px;
	font-weight: bold;
	color: #CC9900;
}

/* h layout 
 ----------------------------- */
h1{
	width: 632px;
	padding: 2px;
	border-bottom: 3px double #AEB86B;
	font-size: 14px;
	color: #999966;
}

.lv-title{
	margin-bottom: 10px;
}

h2{
	width: 584px;
	border-bottom: 2px dotted #bbbbbb;
	background: url(../images/mark.jpg) no-repeat center left;
	padding: 2px 14px 0px;
	margin-left: 20px;
	font-size: 13px;
	color: #666666;
}


/* header area 
 ----------------------------- */
#header{
	background:url(../images/header.jpg) repeat-x;
	height: 24px;
	color: #FFFFFF;
}

#title{
	width: 960px;
	height: 156px;
	background:url(../images/title.jpg) no-repeat;
	margin: 0px auto;
	padding: 0px;
	text-align: right;
}

#title img{
	margin: 10px 20px 0 0;
}

/*　side menu set　*/
#menu1{
	float: right;
	display: inline;
	padding-top: 16px;
	margin-right: 5px;
}
ul.submenu{
	margin: 0 0 0 auto;
	padding: 2px 4px;
	list-style-type: none;
	border-top: 1px solid #9cbb1c;
}
li.submenu{
	float: left;
	margin: 0;
	padding: 0px 10px 0px 14px;
	background: url(../images/mark.jpg) no-repeat left center;
}
li.submenu a,li.submenu a:visited{
	display: block;
	font-weight: bold;
}

/*　contents menu set　*/
#menu2{
	width: 960px;
	height: 60px;
	margin: 0 auto;
	background: url(../images/menu-back.jpg) no-repeat;
}
#menu2 ul{
	margin: 0;
	padding: 20px;
	list-style-type: none;
}
#menu2 li{
	display: inline;
}
#menu2 li a{
	float: left;
	padding: 0 18px;
	font-weight: bold;
	font-size: 16px;
	color: #FFFFFF;
}
#menu2 li a:hover{
	color: #336600;
}



/* top-contents area 
 ----------------------------- */
#top{
	float: left;
 	width: 640px;
}

#info{
	width: 620px;
	height: 120px;
	background: url(../images/info-back.jpg) no-repeat;
	padding: 50px 10px 0;
}

#mini3ban ul, #top3btn ul{
	margin: 10px 0;
	padding: 0;
	list-style-type: none;
}

#mini3ban li, #top3btn li{
	float: left;
	margin-right: 20px;
}


#mini3ban #rightban, #top3btn #lastbtn {
	margin-right: 0px;
}

#banner{
	float: right;
	width: 240px;
}

#banner img{
	margin-bottom: 10px;
}
 



/* footer area 
 ----------------------------- */
#footer{
	clear: both;
	background: url(../images/footer-back.jpg) no-repeat;
	margin: 0px auto;
	width: 960px;
	height: 30px;
}

#copyright{
	width: 950px;
	margin: 0 auto;
	font-size: 10px;
	border-top: 3px double  #669900;
	color: #669900;
}
