@charset "utf-8";
/*大見出し*/
h1 { background: url(../images/campany/h1.gif) no-repeat 0 center; }

/*中見出し*/
h2#h2_a { background: #efeeee url(../images/campany/h2_a.gif) no-repeat 10px center; }

/*小見出し*/
h3#h3_a { background: url(../images/campany/h3_a.gif) no-repeat 2px center; }
h3#h3_b { background: url(../images/campany/h3_b.gif) no-repeat 2px center; }
h3#h3_c { background: url(../images/campany/h3_c.gif) no-repeat 2px center; }
h3#h3_d { background: url(../images/campany/h3_d.gif) no-repeat 2px center; }

/*会社概要*/
#company_data{
	margin-bottom:20px;
	clear:both;
	}
#company_data th{
	width:20%;
	font-weight:normal;
	font-size:12px;
	color:#669;
	padding:10px 5px;
	border:1px solid #ccf;
	background-color:#eee;
	text-align:left;
	}
#company_data td{
	font-size:12px;
	padding:10px 5px;
	border:1px solid #ccf;
	line-height:1.4;
	}
#office_data th{
	width:15%;
	color:#000;
	font-size:12px;
	background-color:#eee;
	border:0;
	}
#office_data td{
	font-size:12px;
	padding:10px 5px;
	border-width:0 0 1px 0;
	border-style:dotted;
}
#office_data td span{
	display:block;
	padding:10px 0;
	border-bottom:1px dotted #ccc ;
}

/*会社概要自動更新用テーブル*/
div#company_a table,
div#company_b table,
div#company_c table {
	width: 690px;
	margin-bottom: 20px;
	clear: both;
	border-collapse: collapse;
}

div#company_a table th,
div#company_b table th,
div#company_c table th {
	font-size: 12px;
	font-weight: normal;
	color: #669;
	text-align: left;
	background-color: #eee;
	width: 20%;
	padding: 10px 5px;
	border: 1px solid #ccf;
}

div#company_a table td,
div#company_b table td,
div#company_c table td {
	font-size: 12px;
	line-height: 1.4;
	padding: 10px 5px;
	border: 1px solid #ccf;
}

/*リストスタイル*/
div#company_a table td ol li,
div#company_b table td ol li,
div#company_c table td ol li {
	margin-left: 2em;
	list-style-type: decimal;
}

div#company_a table td ul li,
div#company_b table td ul li,
div#company_c table td ul li {
	margin-left: 2em;
	list-style-type: disc;
}

/*会社周り写真*/
p#company_image {
	background: url(../images/campany/image.jpg) no-repeat;
	min-height: 220px;
	width: 320px;
	margin-bottom: 20px;
	padding-left: 370px;
}

