@charset "utf-8";

/*　会社概要
------------------------------------------------------------ */

#header {
	background: url(../common/images/header_sub.jpg) no-repeat;
}

h2#img_sub {
	width: 720px;
	height: 30px;
	_height: 50px;
	padding-bottom: 20px;
	background: url(../common/images/company_h2.jpg) no-repeat;
	text-indent: -9999em;
}

.box_01 {
    width: 698px;
	_width: 720px;
	padding: 10px;
	margin-bottom: 10px;
	border: 1px solid #666;
	background: url(../common/images/box_01bg.gif) repeat;
	text-align: center;
}

.table_01 {
    width: 698px;
	border: 1px solid #CC3366;
	border-collapse: collapse;
	font-size: 1em;
	text-align: left;
}
.table_01 .title {
    font-size: 1.1em;
	font-weight: bold;
	background-color: #CC3366;
	text-align: center;
	color: #FFF;
}
.table_01 th {
    width: 118px;
	_width: 128px;
	border: 1px solid #CC3366;
	text-align: center;
	padding: 5px;
	vertical-align: top;
	background-color: #FCD6ED;
}
.table_01 td {
    /*width: 560px;
	_width: 570px;*/
	border: 1px solid #CC3366;
	padding: 5px;
	vertical-align: top;
}