@charset "utf-8";
@import url(reset.css);
@import url(base.css);
@import url(common.css);

/*--------------------------------------
	about.css
--------------------------------------*/
/*--------------------------------------
	content
--------------------------------------*/

#content {
	width: 640px;
	float: right;
}
#content h3 {
	margin-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

#content p.right_img {
	float: right;
	padding: 0px 0px 5px 20px;
}
#content p.text {
	font-size: 1.4em;
	line-height: 1.9;
}
/*--------------------------------------
	
--------------------------------------*/
#content ul.panz li {
	font-size: 1.4em;
	float: left;
}
#content ul.panz {
	margin-bottom: 30px;
}
#content h4 {
	background: url(../image/h4_icon.jpg) left top no-repeat;
	font-size: 1.6em;
	padding-left: 10px;
	margin-bottom: 10px;
}
#content .cnt p.img {
	margin-bottom: 20px;
}
#content .cnt p.text {
	padding-right: 10px;
	margin-bottom: 40px;
}
#content .box {
	margin-bottom: 50px;
}
#content .box .left_img {
	float: left;
}
#content .box dl {
	clear: both;
	width: 422px;
	float: right;
	font-size: 1.4em;
}
#content .box dl dt {
	padding-bottom: 3px;
	border-bottom: 1px solid #cccccc;
	margin-bottom: 10px;
	font-weight: bold;
	line-height: 1.9;
}