@charset "utf-8";
/* CSS Document */

#headImage {
	background:url(../img/index/headimg.jpg) no-repeat;
}

#contents{
 line-height:32px;
}

.news{
	width: 610px;
	margin-bottom: 30px;
}
.txt{
	margin-left: 10px;
}
.photo{
	float: right;
	margin-left: 20px;
}
.title{
	background: url(../img/index/h_bg01.png) no-repeat left bottom;
	width: 603px;
	padding-bottom: 23px;
	padding-left: 5px;
}
.title p{
	float: right;
	color: #E4D29F;
}
#contents h2{
	color: #4E3333;
	font-size: 20px;
	float: left;
	margin: 0;
	width: 520px;
	padding-left: 15px;
}
em{
	font-weight: bold;
}
strong{
	font-weight: bold;
	font-size: 16px;
}
/* clearfix
---------------------------------------------------- */
.title:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.title {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .title {
	height: 1%;
}
.title {
	display: block;
}
/* End hide from IE-mac */


