@charset "shift_jis";
@import "./common.css";
/************************************************
	type:Content style
	date:2009/08/22
************************************************/


/**************************************************
	Company Overview Style
**************************************************/

.content dl{
	width:586px;
	margin-bottom:25px;
	padding-bottom:25px;
	background:url(../images/decorated_line.jpg) no-repeat left bottom;
	overflow:hidden;
	clear:both;
}
.content dl dt,
.content dl dd{
	margin-bottom:10px;
	float:left;
}
.content dl dt{
	width:191px;
	clear:both;
}
.content dl dd{
	width:374px;
	height:32px;
	line-height:32px;
	padding:0 10px;
	vertical-align:middle;
	background:#000000;/*擬似Tableの『Background Color』*/
	border:1px #17f800 solid;/*擬似Tableの『Border Color』*/
	border-left:0;
}
*html .content dl dd{/*IE6のWidth変更*/
	width:394px;
}
.content dl dd.second_line{/*擬似Tableが二行の場合のStyle*/
	line-height:16px;
}
