@charset "UTF-8";

/*
======== table of content. ===============

summary:下階層ページ（ローカルメニュー無し）要素

- div#main
 - page-Util
- div#sub
- page-main

==========================================
*/

/*----------------------------------------
div#main
------------------------------------------*/
#understair.wide #main {
	margin-bottom:30px;
	*margin-bottom:15px !important;
	_margin-bottom:0 !important;
}

/*----------------------------------------
下階層ページユーティリティメニュー
------------------------------------------*/
#page-Util li.print-text {
	display:none;
}

/*----------------------------------------
div#sub
------------------------------------------*/
#understair.wide #sub {
	margin-bottom:30px;
	*margin-bottom:15px !important;
	_margin-bottom:0 !important;
}

/*----------------------------------------
#page-main
------------------------------------------*/
#understair.wide section#page-main {
	clear:both;
	margin-top:0;
	margin-right:15px;
	margin-bottom:60px;
	margin-left:15px;
}

#understair.wide #page-main .back {
	margin-right:0;
}

/* 見出し1 */
.wide section#page-main h1 {
	background:transparent url(../images/bg_wide_h1_understair.jpg) no-repeat;
}

/* 見出し2 */
.wide section#page-main h2 {
	background-image:url(../images/bg_wide_h2_understair.jpg);
}

.wide section#page-main h2.h2_bg_none {
	background-image:none;
}

/* 見出し3 */
.wide section#page-main h3 {
	margin-bottom:6px;
	color:#774913;
	font-weight:bold;
}

/* ワンカラム用 */
.wide .onecolumn-content {
	width:750px;
	margin-left:auto;
	margin-right:auto;
}

.wide section#page-main .onecolumn-content h2 {
	background-image:url(../images/bg_onecolumn_h2_understair.jpg);
}
