@charset "UTF-8";
#flash {
	width: 930px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 16px;
	margin-left: auto;
	background-color: #0d0e10;
	padding-top: 15px;
	padding-bottom: 15px;
}
#left_box {
	float: left;
	width: 178px;
	margin: 0px;
	padding: 0px;
}
#right_box {
	float: right;
	margin: 0px;
	padding: 0px;
	width: 686px;
}

#company_info {
	font-size: 11px;
	line-height: 16px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 14px;
	width: 158px;
	margin-top: 5px;
}
#topics {
	float: left;
	height: 297px;
	width: 322px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0px;
}

/* トピックスインラインフレーム仕様 */
#topics_area {
	height: 250px;
	width: 320px;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 5px;
	margin-left: auto;
	overflow: auto;
	text-align: left;
}
/* トピックス表組 */
dl {
	margin: 2;
	font-size: 12px;
	font-weight: normal;
	border-top: none;
	width: 300px;
	line-height: 17px;
}
dt,dd {
	margin: 0;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
}



dt {
	clear: left;
	float: left;
	width: 60px;
	color: #2979b0;
}
.line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	margin: 0px;
	padding: 0px;
}


dd {
	margin-left: 60px;
	color: #999999;
}


#info {
	float: right;
	height: 297px;
	width: 344px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
	padding: 0px;
	margin: 0px;
}#info_area {
	font-size: 12px;
	line-height: 20px;
	color: #999999;
	margin: 10px;
	text-align: left;
}

