/* CSS Document */

.company_contents p,.company_contents ul,.company_contents ol{
font-size:14px;
line-height:150%;
margin-bottom:15px;}

.company_contents ul,.company_contents ol{
font-size:14px;
line-height:150%;
margin-bottom:15px;
margin-left:25px;}

table.detailtable{
	width:859px;
	border-collapse:collapse;
	empty-cells:show;
	border-top:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	line-height:150%;
	margin-bottom:20px;
	}

table.detailtable th{
	width:100px;
	font-size:14px;
	font-weight:normal;
	vertical-align:top;
	background-color:#F6F6F6;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:8px;
	}

table.detailtable td{
	font-size:14px;
	vertical-align:top;
	border-bottom:1px solid #CCCCCC;
	border-left:1px solid #CCCCCC;
	padding:8px;
	}

table.detailtable td dl{
	margin-bottom:5px;
	}

table.detailtable td dl dt{
	display:inline;
	}

table.detailtable td dl dd{
	display:inline;
	font-weight:bold;
	color:#FF0000;
	}

