@charset "UTF-8";

#body-wrap{
	margin-bottom: 20px;
}

.contact-block{
	width: 978px;
	border: 1px #acacac solid;
	background: #ffffff;
	margin-top: 10px;
}

#contact-block01 h1{
	background: url(../images/title01.gif) no-repeat;
	height:52px;
	width: 980px;
	text-indent: -9999px;
	margin: -10px 0 0 -1px;
}

#contact-block02 h1{
	background: url(../images/title02.gif) no-repeat;
	height:43px;
	width: 980px;
	text-indent: -9999px;
	margin: -1px 0 0 -1px;
}

#contact-block03 h1{
	background: url(../images/title03.gif) no-repeat;
	height:43px;
	width: 980px;
	text-indent: -9999px;
	margin: -1px 0 0 -1px;
}

/* ******************************************
 title
****************************************** */
p.contactText{
	float: left;
	width: 350px;
	padding: 5px 25px 10px 30px;
	margin: 5px 0;
	line-height: 145%;
	font-size: 0.9em;
	border-right: 1px #333 solid;
}
p.textLink{
	float: left;
	width: 550px;
	padding: 10px 0 0 20px;
	font-weight: bold;
	text-align: left;
	line-height: 165%;
	font-size: 0.9em;
}
p.textLink a{}
p.textLink a:hover{color: #666;}