@charset "utf-8";
/* CSS Document */
@import url("../../css/common.css");
@import url("common.css");


/*===================================

	product/factory.css

=====================================*/


/*	pagetitle
=====================================*/
div#contents div.pagetitle {
	border-bottom: 1px solid #999999;
	margin-bottom: 5px;
}

div#contents div.pagetitle h2 {
	margin: 15px 7px 10px;
}


/*	main_image
=====================================*/
div#contents p#main_image {
	margin: 15px auto 20px;
}

div#contents dl {
	margin: 20px 0 0;
}

div#contents dl dt {
	float: left;
	clear: both;
	width: 64px;
	height: 6em;
	margin-bottom: 2.5em;
}

div#contents dl dd {
	float: left;
	width: 805px;
	padding: 0 0 2.5em 20px;
	line-height: 1.5;
	height: 6em;
}