@charset "UTF-8";

/*
==========================================================
h1
========================================================
*/

#h1_title{
	width:960px;
	height:100px;
	padding:0px;
	margin:10px auto 0px auto;
	clear:both;
	background-image:url(/commonImage/h1_back.jpg);
}
#h1_title h1{
	width:500px;
	height:22px;
	padding:0px 0px 0px 20px;
	margin:36px 0px 0px 30px;
	float:left;
	clear:both;
	border-left:3px solid #33CCCC;
	font-size:18px;
	text-align:left;
	font-weight:normal;
	line-height:22px;
	color:#333;
}


/*
==========================================================
contents
========================================================
*/

#contents{
	width:960px;
	height:auto;
	padding:0px;
	margin:10px auto 0px auto;
	clear:both;
	background-image:url(/commonImage/contents_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:1px solid #E8E8E8;
	overflow:hidden;
	background-color: #FFF;
}

/*
==========================================================
main
========================================================
*/

#main{
	width:900px;
	height:auto;
	padding:0px;
	margin:80px auto 80px auto;
	clear:both;
	overflow:hidden;
}
#main h2{
	width:900px;
	height:25px;
	padding:0px 0px 0px 30px;
	margin:0px 0px 20px 0px;
	font-size:15px;
	text-align:left;
	line-height:16px;
	color:#333;
	font-weight:normal;
	background-image:url(/commonImage/h2_back.jpg);
	background-position:bottom left;
	background-repeat:no-repeat;
	float:left;
	clear:both;
}
#main p{
	width:900px;
	height:auto;
	padding:0px 0px 0px 0px;
	margin:0px 0px 20px 0px;
	font-size:14px;
	text-align:left;
	line-height:180%;
	color:#333;
	font-weight:normal;
	float:left;
	clear:both;
}

/*
==========================================================
list
========================================================
*/
.list{
	width:900px;
	height:auto;
	padding:0px;
	margin:0px 0px 30px 0px;
	float:left;
	clear:both;
}
.list td{
	width:30%;
	text-align:left;
	font-size:14px;
	text-align:left;
	line-height:180%;
	color:#333;
	font-weight:normal;
}

/*
==========================================================
search_btn
========================================================
*/
.search_btn a{
	width:300px;
	height:40px;
	padding:0px;
	margin:0px 0px 30px 300px;
	clear:both;
	display:block;
	background-image:url(/commonImage/search/search_btn.jpg);	
}
.search_btn a:hover{
	background-position:0px -40px;
}

/*
==========================================================
list_box
========================================================
*/
#list_box{
	width:896px;
	height:auto;
	padding:30px 0px 30px 0px;
	margin:0px 0px 30px 0px;
	float:left;
	clear:both;
	background-image:url(/commonImage/search/list_back.jpg);
	background-position:top;
	background-repeat:repeat-x;
	border:2px solid #D7F5F5;
}
#list_box h3{
	width:800px;
	height:auto;
	padding:0px;
	margin:0px 0px 20px 50px;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	line-height:150%;
	color:#33CCCC;
	float:left;
	clear:both;
}
#list_box .table{
	width:800px;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 50px;
	float:left;
	clear:both;
	border-collapse:collapse;
	border:1px solid #ccc;
}
#list_box .table th{
	width:20%;
	padding:5px 0px 5px 20px;
	margin:0px;
	background-color:#F4F4F4;
	font-size:14px;
	text-align:left;
	line-height:150%;
	font-weight:bold;
	color:#333;
	border-bottom:1px solid #ccc;
}
#list_box .table td{
	width:80%;
	padding:5px 0px 5px 20px;
	margin:0px;
	background-color:#fff;
	font-size:14px;
	text-align:left;
	line-height:150%;
	font-weight:normal;
	color:#333;
	border-bottom:1px solid #ccc;
}
#list_box .listcontact_btn a{
	width:300px;
	height:40px;
	padding:0px;
	margin:30px 0px 0px 300px;
	float:left;
	clear:both;
	display:block;
	background-image:url(/commonImage/search/contact_btn.jpg);	
}
#list_box .listcontact_btn a:hover{
	background-position:0px -40px;
}

/*
==========================================================
contacttable
========================================================
*/

.contacttable{
	width:900px;
	height:auto;
	padding:0px;
	margin:0px 0px 30px 0px;
	overflow:hidden;
	float:left;
	clear:both;
	border-collapse:collapse;
	border:0px;
}
.contacttable th{
	width:30%;
	height:auto;
	padding:10px 0px 10px 20px;
	margin:0px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	line-height:150%;
	color:#333;
	border-bottom:1px solid #000;
	
}
.contacttable td{
	width:70%;
	height:auto;
	padding:10px 0px 10px 20px;
	margin:0px;
	font-size:12px;
	font-weight:normal;
	text-align:left;
	line-height:150%;
	color:#333;
	border-bottom:1px solid #ccc;
	
}

.contacttable textarea{
	background-color:#fff;
	font-size:12px;
	font-weight:normal;
	border: 1px solid #ccc;
	color:#000;
}
.contacttable textarea:focus{
	color:#000;
    opacity: 0.8;
    filter:progid:DXImageTransform.Microsoft.Alpha(Enabled=1,Style=0,Opacity=80);
}
.contacttable input{
	background-color:#fff;
	font-size:12px;
	font-weight:normal;
	border: 1px solid #ccc;
	color:#000;
}
.contacttable input:focus{
	color:#000;
    opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
}
























