@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 #999;
	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;
}
#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;
}

/*
==========================================================
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 )";
}
























