/*******************/
/* 会社概要 */
/*******************/
hr {
	width:390px;
	border-width: 1px 0px 0px 0px;
	border-style: dotted;
	border-color: #cacaca;
	height: 1px;
	padding-bottom: 10px;
	display: block;
}

#comment{
	margin:0px 0px 0px 10px;
	padding:0px;
	text-align:left;
	width:650px;
}

#contents01{
	margin:0px 0px 0px 10px;
	padding:0px;
	width:410px;
	text-align:left;
	float:left;
}
#contents02{
	margin:0px 15px 0px 0px;
	padding:0px;
	width:220px;
	text-align:left;
	float:right;
}

.subtitle{
	margin:0px;
	padding:0px;
	width:90px;
	text-align:left;
	font-weight:bold;
	float:left;
}

.subcontents{
	margin:0px;
	padding:0px;
	width:320px;
	text-align:left;
	float:right;
}

/*テーブル指定*/
.tbSummary {
	margin:0px 0px 0px 15px;
	border:1px #c8c8c8 solid;
	border-collapse:collapse;
	font-size:14px;
}
.tbSummary td {
	border:1px #c8c8c8 solid;
	padding:10px 5px 10px 5px;
}
/*テーブル指定（グレー部分）*/
.tbTitle {
	background-color:#f0f0f0;
	background-position : center bottom;
	font-weight:bold;
	width:150px;
	text-align:center;
}
/*テーブル指定（白部分）*/
.tbSummaryCon {
	background-color:#FFFFFF;
	background-position : center bottom;
	width:400px;
	text-align:left;
	line-height:1.5em;
}