/* CSS Document */

/*	 --- layout
------------------------------------------------------------------------- */

/* ヘッダー
--------------------------------------------------------- */
div#header h1 { margin-right: 30px; }

/* サイドメニュー
--------------------------------------------------------- */
div#menu { margin: 20px 0 60px 0; }
div#menu dl { margin-bottom: -5px; }
div#menu dt { padding: 13px 0 0 41px; }
div#menu ul { margin: 5px 0 0 55px; }
dl#nav-corporate { height: 145px; }
dl#nav-business { height: 165px; }/*185*/
dl#nav-qualification { height: 80px; }
dl#nav-group { height: 105px; }

/* コンテンツ
--------------------------------------------------------- */
div#breadcrumb, div.section-box {
	margin-left: 35px;
}
div#breadcrumb { margin-top: 20px; }
div.section-box {
	margin-top: 10px;
	padding-right: 65px;
}
div.section-box h1 { margin-bottom: 23px; }
.button-inquiry {
	display: block;
	width: 388px; height: 64px;
	margin: 20px auto 0 auto;
}
.disableFukidashi {
	position: absolute;
	left: -9999px;
	visibility: hidden;
}


/*	 --- decoration
------------------------------------------------------------------------- */
/* フォントサイズ
--------------------------------------------------------- */
div#menu dt, div.section-box h1 { font-size: 17px; }
div#menu a { font-size: 12px; }

/* カラー
--------------------------------------------------------- */
div#side-menu a { color: #000; }
div#side-menu a:hover { color: #FC5185; }
div#side-menu a.selected { color: #FC5185 !important; }

/* サイドメニュー
--------------------------------------------------------- */
dl#nav-corporate { background: url(../images/bg-navbox-corprate.png) left top no-repeat; }
dl#nav-business { background: url(../images/bg-navbox-business.png) left top no-repeat; }
dl#nav-qualification { background: url(../images/bg-navbox-qualification.png) left top no-repeat; }
dl#nav-group { background: url(../images/bg-navbox-group.png) left top no-repeat; }

/* コンテンツ
--------------------------------------------------------- */
div.section-box h1 {
	font-weight: normal;
	border-bottom: 1px solid #000;
}
div.section-box p {
	text-indent: 1em;
	line-height: 21px;
}
.button-inquiry {
	background: url(../images/button_toiawase.gif) left top no-repeat;
}
.button-inquiry:hover {
	background: url(../images/button_toiawase_o.gif) left top no-repeat;
}
