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

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

#contents{
 line-height:32px;
}

h2{
 margin:35px 0px 20px 0px;
}

h3{
 margin:20px 0px 15px 0px;
 color:#5F3300;
 font-size:16px;
 border-bottom:1px dashed #bfbfbf;
}

	.box img{
	 float:right;
	 margin-top:5px;
	}

	h4{
	 color:#5F3300;
	 font-size:14px;
	 font-weight:bold;
	 background:url('../img/index/eye01.png') no-repeat 0px 5px;
	 width:345px;
	 padding-left:25px;
	}

	.box dl dd{
 	font-weight:bold;
	 margin-bottom:15px;
	}

#contents ul li{
 background:url('../img/index/eye02.png') no-repeat;
 list-style:none;
 padding-left:22px;
}
em{
	font-weight: bold;
}
strong{
	font-weight: bold;
	font-size: 16px;
}
	

