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

/*mainImg*/
#mainImg {
	width: 100%;
	height: 153px;
	margin: 0px;
	padding: 0px;
	background-image:url(image/imageBg.jpg);
	background-position: left top;
	background-repeat: repeat-x;
	clear: both;
}
#mainImg img{
	width: 960px;
	height: 150px;
	margin: 0px 0px auto 0px;
	padding: 0px;
}
#searchBox{
	margin: 0px;
	padding:0px;
}
#searchBox h2{
	margin: 20px auto 5px auto;
	padding: 0px;
	height: 30px;
	line-height: 30px;
	width: 660px;
	position: relative;
	background-color:#E5DBCC;
	color: #746048;
	font-size:13px;
	text-indent: 12px;
	font-weight: bold;
}

#searchBox p{
	width: 630px;
	margin: 0px auto;
	font-size: 13px;
	color: #666;
}

table{
	width:630px;
	margin: 10px auto;
	padding: 0px;
	font-size: 13px;
	color: #666;
	border-collapse: collapse;
	text-align: left;
	vertical-align: top;
}

th{
	margin: 0px;
	padding: 2px 0px;
	font-size: 13px;
	text-align: left;
	font-weight: normal;
	text-indent: 0px;
	color: #746048;
	font-weight:bold;
	border-bottom: 1px #E5DBCC dotted;
}

td{
	margin: 0px;
	padding: 2px 0px 20px 0px;
	font-size: 13px;
	text-align: left;
	text-indent: 0px;
}

	

.main .btnBox,
.main .btnBox2{
	clear: both;
	text-align: center;
	padding:  0px 0px 35px 0px;
	margin: 0px;
}
.main .btnBox a{
	text-align: center;
	padding:  0px 0px;
	background-image: url(../commonImage/searchBtn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 100px;
	height: 32px;
	margin: 0px auto;
}
.main .btnBox2 a{
	text-align: center;
	padding:  0px 0px;
	background-image: url(../commonImage/searchBtn2.jpg) !important;
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 100px;
	height: 32px;
	margin: 0px auto;
}
.main .btnBox a:hover,
.main .btnBox2 a:hover{
opacity:0.8;
filter:alpha(opacity=80);
-ms-filter: "alpha( opacity=80 )";
}
.main .pagenavi {
	font-size: 13px;
	line-height: 150%;
	color: #333;
	overflow: hidden;
	position: relative;
	margin: 20px 10px;
	padding-bottom: 2px;
	text-align: center;
}
.main .pagenavi a{
	color:#0066CC;
	text-decoration: underline;
}
.number{
	color:#FF6600;
}


#privacyBox{
	width: 628px;
	font-size: 12px;
	color: #666666;
	padding: 15px 0px;
	background-color: #f3f3f3;
	overflow: hidden;
	margin: 0px 0px 15px 0px;
	text-align: center;
	
}
#privacyBox h3{
	width: 628px;
	margin: 0px 30px 5px 30px;
	text-align: left;
	font-size: 13px;
	height: 20px;
	line-height: 20px;
	color: #666666;
	padding: 0px;
	font-weight: bold;
	
}
#privacyBox textarea{
	margin: 0px 30px 10px 30px;
	padding: 0px;
	color: #666666;
	font-size: 11px;
	
} 



