@charset "utf-8";

#mainWrap {
	min-height:620px;
	height: auto !important;
	height:620px;
}


.headBox {
	margin-bottom: 15px;
	position:relative;
}
	h2{
	}
	.headBox p {
		position:absolute;
		top:8px; right:10px;
	}

h3 {
	background: url(../img/common/bg01.gif) repeat scroll 0 0 transparent;
	font-size:16px;
	font-weight:bold;
	height:32px;
	width:652px;
	margin-bottom:20px;
	padding-left:10px;
	padding-top:5px;
	
}
.title{
	color: #BD4A18 ;
	font-weight: bold;	
}
.photo{
	width: 200px;
	float: right;
	padding-left: 10px;
	padding-bottom: 10px;
}
.block{
	margin-bottom: 30px;
}
strong{
	color:#FF0000;
}
em{
	font-size: 16px;
	font-weight: bold;
}

/* clearfix
---------------------------------------------------- */
.block:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.block{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .block{
	height: 1%;
}
.block{
	display: block;
}
/* End hide from IE-mac */