@charset "shift_jis"; 
@import url("common.css");

div#top_image{
	width: 950px;
	height: 365px;
}
div#top_box{
	width: 929px;
	padding: 25px 0px 30px 21px;
}
div#top_left{
	float: left;
	width: 253px;
}
div#top_center{
	float: left;
	width: 502px;
}
div#top_right{
	float: left;
	width: 152px;
}
div.profile_box{
	width: 211px;
	padding: 15px 10px 10px 10px;
	border: 2px solid #14a73c;
}
p.profile_img{
	margin-left: 33px;
	margin-bottom: 15px;
}
div.profile_box h3{
	font-size: 16px;
	margin-bottom: 5px;
}
div.profile_box h4{
	font-size: 12px;
	line-height: 1.4em;
	margin-bottom: 5px;
}
div.profile_box h4.green{
	color: #28973e;
}
h3.h3_life{
	margin-left: 26px;
}
p.top_lead{
	margin-left: 26px;
	margin-bottom: 10px;
	padding-right: 50px;
	line-height: 1.8em;
}
p.service_lead{
	margin-left: 26px;
	color: #0087cf;
	line-height: 1.8em;
}
div.topics_box{
	width: 475px;
	margin-top: 20px;
	padding: 0px 0px 10px 0px;
	border: 2px solid #14a73c;
}
dl.topics{
	width: 475px;
}
dl.topics dt{
	float: left;
	width: 70px;
	margin-left: 15px;
	margin-top: 10px;
	clear: both;
	color: #14a73c;
	line-height: 1.5em;
}
* html body dl.topics dt{
	margin-left: 7px;
}
dl.topics dd{
	float: left;
	width: 380px;
	margin-top: 10px;
	line-height: 1.5em;
}
