@charset "UTF-8";

#wrap{
	width:1200px;
	height:auto;
	margin:0px auto 100px auto;
	padding:0px;
	clear:both;
	overflow:hidden;
	background-image:url(/commonImage/back_img.jpg);
	background-position:top left;
	background-repeat:no-repeat;
}
#contents{
	width:960px;
	height:auto;
	padding:0px;
	margin:0 auto;
	overflow:hidden;
	clear:both;
}

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

#main{
	width:730px;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 30px;
	float:left;
	overflow:hidden;	
}

#main h1{
	width:730px;
	height:215px;
	padding:70px 0px 0px 120px;
	margin:50px 0px 0px 0px;
	float:left;
	clear:both;
	overflow:hidden;
	background-image:url(/commonImage/h1_back.jpg)	;
	background-position:top left;
	background-repeat:no-repeat;
	font-size:18px;
	text-align:left;
	font-weight:bold;
	color:#333;
	line-height:150%;
}
#main h2{
	width:730px;
	height:atuo;
	padding:0px 0px 5px 20px;
	margin:50px 0px 50px 0px;
	float:left;
	clear:both;
	overflow:hidden;
	font-size:15px;
	text-align:left;
	font-weight:bold;
	color:#993333;
	line-height:150%;
	border-left:5px solid #933;
	border-bottom:1px solid #933;
}
#main p{
	width:730px;
	height:auto;
	padding:0px;
	margin:0px 0px 0px 0px;
	float:left;
	clear:both;
	font-size:12px;
	text-align:left;
	font-weight:normal;
	color:#000;
	line-height:150%;
}

/*
==========================================================
tel mail img1
==========================================================
*/

.contact_tel{
	width:730px;
	height:46px;
	padding:0px;
	margin:50px 0px 30px 0px;
	float:left;
	clear:both;
	background-image:url(image/contact_tel.jpg);
	background-repeat:no-repeat;
}

.contact_mail{
	width:730px;
	height:46px;
	padding:0px;
	margin:0px 0px 30px 0px;
	float:left;
	clear:both;
	background-image:url(image/contact_mail.jpg);
	background-repeat:no-repeat;
}
.img1{
	width:730px;
	height:100px;
	padding:0px;
	margin:0px 0px 30px 0px;
	float:left;
	clear:both;
	background-image:url(image/contact_img.jpg);
	background-repeat:no-repeat;
}


/*
==========================================================
contact_table
==========================================================
*/

.contacttable{
	width:730px;
	height:auto;
	padding:0px;
	margin:50px 0px 30px 0px;
	overflow:hidden;
	float:left;
	clear:both;
	border-collapse:collapse;
	border:0px;
}
.contacttable th{
	width:30%;
	height:auto;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:13px;
	font-weight:bold;
	text-align:left;
	line-height:150%;
	color:#000;
	border-bottom:1px dotted #666;
	
}
.contacttable td{
	width:70%;
	height:auto;
	padding:10px 0px 10px 0px;
	margin:0px;
	font-size:13px;
	font-weight:normal;
	text-align:left;
	line-height:180%;
	color:#000;
	border-bottom:1px dotted #666;
	
}
.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 )";
}









































