@charset "UTF-8";
/* CSS Document */

#Main_company {
	width:1000px;
}
.subtitle{
	margin:30px 0 25px 0;
	padding:0 0 5px 0;
	border-bottom:2px solid #946023;
}
#Main_company h3{
/*	background-color:#fdefdf;*/
	border-left:3px solid #F98707;
	border-bottom:1px dotted #F98707;
	margin-bottom:5px;
	padding:5px 10px;
	font-size:130%;
	font-weight:bold;
	color:#666666;
}
#Main_company p{
	line-height:2em;
}

/* テーブル01 */
table.table01 {
	border-top: dotted 1px #b8b8b8;
	width: 100%;
}
table.table01 th {
	background-color:#f5f5f5;
	width: 20%;
	text-align: left;
	padding: 10px 15px;
	border-bottom: dotted 1px #b8b8b8;
	border-right: dotted 1px #b8b8b8;
	vertical-align: top;
}
table.table01 td {
	padding: 10px 15px;
	border-bottom: dotted 1px #b8b8b8;
	vertical-align: top;
}

