

/* -----------------------------------
	content
----------------------------------- */

.contactBlock{
	margin-top: 30px;
	padding-bottom: 20px;
	background: url(../img/bg_contact_02.gif) left bottom no-repeat;
}

.contactBlock .contactTitle{
	width: 562px;
	margin-bottom: 15px;
	background: url(../img/bg_contact_01.gif) left top no-repeat;
}

.contactBlock .contactTitle h3{
	float: left;
	width: 194px;
	margin-top: 0;
}

.contactBlock .contactTitle p.address{
	float: left;
	width: 368px;
	padding-top: 16px;
	font-size: 93%; /* for setting 12px */
	line-height: 1.3;
}

.contactBlock .contactContent{
	padding: 0 10px 0 10px;
}

/* clearing float */

.contactBlock .contactTitle{
	/*\*/
	overflow: hidden;
	_height: 1px;
	_overflow: visible;
	zoom: 1;
	/**/
	/*\*//*/
	display: inline-table;
	/**/
}

.contactBlock .contactTitle:after{
	content: ".";
	display: block;
	height: 1px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}