@charset "utf-8";
/* CSS Document */

/* ▼body▼ */

body {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:13px;
	line-height:1.5em;
	color:#333;
	background: #000000;
}
/* ▼リンク▼ */

a {
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
a.arrow {
	background:url(../common/arrow.gif) left 0 no-repeat;
	padding-left:20px;
}
a img.popup {
	vertical-align:middle;
}
/* ▼クリアフィックス▼ */

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.clear {
	clear:both;
}

/* ▼マージン▼ */

.spaceB0 {
	margin-bottom:0px !important;
}
.spaceB {
	margin-bottom:10px;
}
.spaceBs {
	margin-bottom:5px;
}
.spaceBl {
	margin-bottom:15px;
}
.spaceX {
	margin-left:20px;
	margin-right:20px;
}
.spaceR {
	margin-right:10px;
}
.spaceL {
	margin-left:10px;
}

dl, ul {
	margin-bottom:15px;
}
dd {	
	margin-bottom:10px;
}



/* ▼テキスト▼ */
.textS {
	font-size:80%;
}
.textB {
	font-size:150%;
	font-weight:bold;
	line-height:1.5em;
}
.indent {
	text-indent:-1em;
	margin-left:1em;
}

strong {
	font-weight:bold;
}
/* ▼テーブル▼ */

table {
	border-collapse:collapse;
}
th, td {
}
th {
	background:#EFEFEF;
	font-weight:normal;
}
td {
	background:#FFF;
}
#main .tablenormal {
	width:710px;
	margin-bottom:15px;
}
#main .tablenormal th,#main .tablenormal td  {
	border:#CCC solid 1px;
	padding:3px 5px;
}
#main .tablenormal th.name {
	width:190px;
}
#main .tablenormal ul {
	margin-bottom:0;
}

#main .tablenormal table td, #main .tablenormal table th {
	border:none;
	padding:0;
}
/* ▼回り込み▼ */

.float_r {
	float:right;
}
.float_l {
	float:left;
}
.align_c {
	text-align:center;
}
.align_r {
	text-align:right;
}
.align_vT, .align_vT td {
	vertical-align:top;
}
.align_vB img, img.align_vB {
	vertical-align:bottom;
}
.align_vM img, img.align_vM {
	vertical-align:middle;
}


/* ▼サイトフレーム▼ */

#wrapper {
	margin:0;
	text-align:center;
	background:url(../common/bg_grade.gif) left top repeat-x;
}
#contents_wrapper {
	padding:5px 0 0;
	width: 950px;
	margin:0 auto;
	text-align:left;
	background: #FFF;
}
#mainwapper {
	clear:both;
	padding: 0 10px;
}
/* ▼ヘッダー▼ */
#head_wrapper {
	background:#FFF;
}
#head {
	width:950px;
	margin:0 auto;
	padding:0;
	text-align:left;
}
#head_left {
	width:556px;
	float:left;
}
#head h1 {
	padding-top:5px;
	line-height:1em;
	width: 556px;
}
#head #logo {
	float:left;
	width:266px;
	margin-top:10px;
}
#head_center {
	float:left;
	width:252px;
	margin:10px 0 0 10px;
}
#head_right {
	float:right;
	width:394px;
}
#menu_wrapper {
	clear:both;
	background:url(../common/bg_menu.gif) left top repeat-x;
	text-align:left;
}
/* ▼グローバルメニュー▼ */
#menu {
	margin:0 auto 0;
	padding:0;
	height:31px;
	width:950px;
	list-style:none;
	overflow:hidden;
	text-align:center;
	clear:both;
}
#menu ul {
	margin:0;
	padding:0;
}
#menu li {
	text-align:center;
	margin:0;
	padding:0;
	list-style:none;
	display:inline;
}
#menu a {
	float:left;
	padding:31px 0 0 0;
	overflow:hidden;
	height:0 !important;
	height/**/:31px; /*IE5/Winのみが解釈 */
}
#menu a:hover, #menu a.select {
	background-position:0 -31px;
}
#menu01 a {
	background:url(../common/menu01.gif) top left no-repeat;
	width:116px;
}
#menu02 a {
	background:url(../common/menu02.gif) top left no-repeat;
	width:182px;
}
#menu03 a {
	background:url(../common/menu03.gif) top left no-repeat;
	width:179px;
}
#menu04 a {
	background:url(../common/menu04.gif) top left no-repeat;
	width:180px;
}
#menu05 a {
	background:url(../common/menu05.gif) top left no-repeat;
	width:146px;
}
#menu06 a {
	background:url(../common/menu06.gif) top left no-repeat;
	width:147px;
}
/* ▼パンくず▼ */
#pan {
	clear:both;
	padding-bottom:3px;
	margin: 0 10px;
}
#pan li {
	display:inline;;
}
#pan li a {
	padding-right:15px;
	background:url(../common/icon_pan.gif) right 2px no-repeat;
}

/* ▼メインコンテンツ▼ */

#main {
	width:710px;
	float:right;
}
#main p.pagetitle {
	background:url(../common/bg_title.gif) right top no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px 10px;
	margin-bottom:10px;
}
#main h3 {
	clear:both;
	font-size:25px;
	color:#003366;
	margin:0 0 10px;
	clear:both;
	line-height: 1.3em;
}
#main h2 {
	clear:both;
	background:url(../common/bg_title.gif) right top no-repeat;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
	padding:5px 10px;
	margin-bottom:10px;
}
#main h4 {
	clear:both;
	background:url(../common/bg_h4.gif) left top no-repeat;
	padding-left:10px;
	font-weight:bold;
}
#main h2 a, #main h3 a, #main h4 a {
	color:#000;
}
#main h2 a:hover, #main h3 a:hover, #main h4 a:hover {
	text-decoration:none;
}
#main p {
	padding-bottom:5px;
}
#main .float_l {
	float:left;
}
#main .float_r {
	float:right;
}
.column {
	width:345px;
}

/* ▼サイドバー▼ */

#navi {
	width:200px;
	float:left;
	margin-bottom: 10px;
}
#navi h3 {
	margin-top:10px;
	margin-bottom:0;
	background:url(../common/bg_navititle.gif) left top no-repeat;
	padding:14px 8px 15px;
	font-weight:bold;
	color:#555;
}
#navi h4 {
	background:url(../common/bg_navi_title.gif) left top no-repeat;
	padding:5px 10px;
	color:#FFF;
	font-weight:bold;
	font-size:14px;
}
#navi li a {
	display:block;
	background:#F5F5F5 url(../common/line_dot.gif) left bottom repeat-x;
	width:200px;
	height:41px;
	vertical-align:middle;
	border-top:#FFF solid 1px;
}
#navi li a.oneline {
	height:32px;
	padding-top:11px;
}
#navi li a:hover {
	background-position:bottom;
}
#navi_contact a {
	height:115px;
	width:200px;
	display:block;
	background:url(../common/navi_but_estimate.gif) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#navi_contact a:hover {
	background-position:bottom;
}
#navi #navi_company {
	border:#CCC solid 2px;
	background:#F5F5F5;
	padding:8px;
	font-size:11px;
	line-height:1.2em;
}
#navi #navi_company h5 {
	margin-bottom:8px;
}
#navi #navi_company dl {
	background:url(../common/line_dot.gif) left bottom repeat-x;
	margin:0 0 5px;
}
#navi #navi_company dt {
	width:40px;
	float:left;
	background:url(../common/line_dot.gif) left top repeat-x;
	padding:5px 5px 0 0;
	text-align:right;
}
#navi #navi_company dd {
	width:135px;
	float:left;
	margin-bottom:5px;
	background:url(../common/line_dot.gif) left top repeat-x;
	padding:5px 0 0;
}
#navi #navi_company p a {
	padding-top:2px;
	padding-bottom:5px;
}
/* ▼このページの上へボタン▼ */

.gotop {
	clear:both;
	padding-bottom:20px;
	text-align:right;
}
.gotop a {
	background:url(../common/arrow_t.gif) left top no-repeat;
	padding-left:20px;
}
/* ▼フッターお問い合わせ▼ */

#footcontact {
	clear:both;
	width:710px;
	margin-top:10px;
}
#footcontact h3 {
	background:url(../common/foot_title_contact.gif) left top no-repeat;
	height:19px;
	text-indent:-9999px;
}
#footcontact ul {
}
#footcontact li#foot_contactbut a {
	height:160px;
	width:710px;
	display:block;
	background:url(../common/contact.jpg) left top no-repeat;
	overflow:hidden;
	text-indent:-9999px;
}
#footcontact li#foot_contactbut a:hover {
	background-position:bottom;
}
/* ▼フッター▼ */

#foot_wrapper {
	clear:both;
	background:url(../common/bg_foot.jpg) left top repeat-x;
}
#foot {
	width:950px;
	margin:0 auto;
	padding:15px 0;
	text-align:left;
	color:#FFF;
}
#foot address {
	float:left;
	font-style:normal;
	margin-top:20px;
	font-size:11px;
	color:#CCC;
}
#foot ul {
	float:left;
	margin: 0 10px 15px;
}
#foot li {
	width:180px;
	float:left;
	padding-left:4px;
	border-left:#CCC solid 1px;
	margin-bottom:5px;
}
#foot p {
	float:left;
	margin:0 10px;
}
#foot a {
	color:#FFF;
}

#main .column dl {
	clear:both;
	width:345px;
	background:url(../common/line_dot.gif) left bottom repeat-x;
	padding-bottom:5px;
}
#main .column dl img {
	vertical-align:bottom;
}
#main .column dt{
	float:left;
	width:90px;
}
#main .column dd {
	float:right;
	width:250px;
}
