
/*----------------------------------------------------
 subIntro
----------------------------------------------------*/

#subIntro h2 {
	text-indent: -9999px;
	background: url(images/title_01.jpg) top center no-repeat;
	height: 200px;
}

/*----------------------------------------------------
 contact
----------------------------------------------------*/

#contents #contact {
	width: 700px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 40px 0px;
}

#contents #contact a:hover img {
	opacity:0.8;
	filter: alpha(opacity=50);
}
#contents #contact p {
	width: 700px;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}

#contents #contact h3 {
	width: 700px;
	display: block;
	/*font-size: 14px;
	border-bottom: #B3AA99 solid 1px;*/
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}

#contents #contact dl {
	width: 700px;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
#contents #contact dl dt {
	width: auto;
	display: block;
	background: url(images/icon_q.gif) center left no-repeat;
	border-bottom: #ccc solid 1px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 25px;
}
#contents #contact dl dd {
	width: auto;
	display: block;
	background: url(images/icon_a.gif) top left no-repeat;
	/*border-bottom: #CCCCCC solid 1px;*/
	margin: 0px 0px 15px 0px;
	padding: 0px 0px 10px 25px;
}




#contents #contact strong.sub {
	display: block;
	color: #C8486B;
	font-size: 14px;
	background: url(../commons/images/icon_01.gif) center left no-repeat;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 20px;
}








.faTable {
	width: 700px;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
}
table.faTable tr th,
table.faTable tr td {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	padding: 7px 5px 7px 5px;
}

table.faTable th {
	width: 230px;
}
table.faTable td span {
	font-size: 14px;
	font-weight: bold;
}
table.faTable td {
	border-bottom: #CCC solid 1px;
}


table.faTable td textarea {
	width: 100%;
	height: 60px;
}





/*----------------------------------------------------
 style end
----------------------------------------------------*/


