@charset "Shift_JIS";
/*----- 基本設定 -----*/

*		{ margin:0; padding:0; }

body	{
	font: 12px/18px "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", sans-serif;
	background: url(../img/bg_header_line.gif) top repeat-x #7f7f7f;  margin: 0px 0px 50px; padding: 0px
}

/*----- フロートボックス解除用 -----*/
.clear { clear:both; }

/*----- ヘッダーのセンタリング -----*/
#header	{ margin: 0px auto 0px; width: 100%; background: url(../img/bg_header_piano.gif) top right no-repeat #ffffff }
#header-inner	{ text-align: left; margin: 37px auto 0px; width: 970px }

/*----- コンテンツのセンタリング -----*/
#contents-top	{ margin: 0px auto 0px; padding: 0px 0px 75px 0px; width: 100%; background: url(../img/bg_footer_line.gif) bottom repeat-x #ffffff }
#contents	{ margin: 0px auto 0px; padding: 0px 0px 35px 0px; width: 100%; background: url(../img/bg_footer_line.gif) bottom repeat-x #ffffff }
#contents-inner	{ text-align: left; margin: 0px auto 0px auto; width: 970px }

/*----- フッターのセンタリング -----*/
#footer	{ margin: 0px auto 0px; width: 100% }
#footer-inner	{ text-align: left; margin: 19px auto 0px auto; width: 970px }

/*----- センタリング -----*/
.center	{ margin: 0px auto }
.txt-center	{ text-align: center }

/*----- 右寄せ -----*/
.right	{ text-align: right }
.txt-right	{ text-align: right }

/*----- リンクカラー -----*/
a:link		{ color: #28ab16; text-decoration: none; font-weight: bold }
a:active	{ color: #28ab16; text-decoration: none; font-weight: bold }
a:visited	{ color: #28ab16; text-decoration: none; font-weight: bold }
a:hover		{ color: #0e7700; text-decoration: underline; font-weight: bold }

a.smenu:link	{ color: #28ab16; text-decoration: none; font-weight: normal }
a.smenu:active	{ color: #28ab16; text-decoration: none; font-weight: normal }
a.smenu:visited	{ color: #28ab16; text-decoration: none; font-weight: normal }
a.smenu:hover	{ color: #0e7700; text-decoration: underline; font-weight: normal }

/*----- 見出し -----*/
h1 { margin: 0px; padding: 0px }
h2 { margin: 0px; padding: 0px }
h3.green { margin: 0px 0px 12px 0px; padding: 0px 0px 4px 0px; font-size: 12px; background: url(../img/line_340_green.gif) bottom no-repeat }
h3.green465 { margin: 0px 0px 12px 0px; padding: 0px 0px 4px 0px; font-size: 12px; background: url(../img/line_465_green.gif) bottom no-repeat }
h3.gray { margin: 0px 0px 12px 0px; padding: 0px 0px 1px 0px; font-size: 12px; background: url(../img/line_340_gray.gif) bottom no-repeat }

/*----- テーブルレイアウト -----*/
table { text-align: left; font-size: 12px; line-height: 1.5em; color: #626262 }
.txt-center { text-align: center }
.txt-right { text-align: right }
.pb5	{ margin: 0px 0px 0px 0px; padding: 0px 0px 5px 0px }
.pb18	{ margin: 0px 0px 0px 0px; padding: 0px 0px 18px 0px }
.pt20	{ margin: 0px 0px 0px 0px; padding: 20px 0px 0px 0px }
.pt30	{ margin: 0px 0px 0px 0px; padding: 30px 0px 0px 0px }
.line1 { border-bottom: #8dd0a6 1px solid }
.line1r {
	background: url(../img/line_970_green.gif) right bottom no-repeat;
	padding-top: 20px;
}
.line2 { border-bottom: #1ca24d 2px solid }

/*----- フォント -----*/
.font10 { font-size: 10px; line-height: 1.5em }
.font11 { font-size: 11px; line-height: 1.5em }
.font12 { font-size: 12px; line-height: 1.5em }
.font13 { font-size: 13px; line-height: 1.5em }
.font14 { font-size: 14px; line-height: 1.5em }
.font16b { font-size: 16px; font-weight: bold; line-height: 1.5em }
.font18 { font-size: 18px; line-height: 1.5em }

.black1 { color:#000000 }
.black1b { color:#000000; font-weight: bold }
.gray1 { color:#b4b4b4 }
.gray2b { color:#666666; font-weight: bold }
.red1 { color:#e5004f }
.bold { font-weight: bold }

/*----- ヘッダーサブメニュー -----*/
#header_smenu {
	text-align: right;
	width: 176px;
	margin-top: 5px;
	margin-right: 12px;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

ul#header_smenu-btn {
	list-style-type: none;
	width: 176px;
	height: 20px;
	margin: 0px;
}

ul#header_smenu-btn li {
	float: left;
	margin: 0px;
	display: block;
	line-height: 0px;
}

/*----- メインメニュー -----*/
#menu {
	text-align: left;
	width: 970px;
	margin-top: 36px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	display: block;
}

ul#menu-btn {
	list-style-type: none;
	width: 746px;
	height: 34px;
	margin: 0px;
}

ul#menu-btn li {
	float: left;
	margin: 0px;
	display: block;
	line-height: 0px;
}

/*----- マージン・パディング -----*/
.box-mt0		{ margin: 0px 0px 0px 0px; padding: 0px }
.box-mt10		{ margin: 10px 0px 0px 0px; padding: 0px }
.box-mt14		{ margin: 14px 0px 0px 0px; padding: 0px }
.box-mt20		{ margin: 20px 0px 0px 0px; padding: 0px }
.box-mt27		{ margin: 27px 0px 0px 0px; padding: 0px }
.box-mt28		{ margin: 28px 0px 0px 0px; padding: 0px }
.box-mt30		{ margin: 30px 0px 0px 0px; padding: 0px }
.box-mt35		{ margin: 35px 0px 0px 0px; padding: 0px }
.box-mt40		{ margin: 40px 0px 0px 0px; padding: 0px }
.box-mt45		{ margin: 45px 0px 0px 0px; padding: 0px }
.box-mt48		{ margin: 48px 0px 0px 0px; padding: 0px }
.box-mt50		{ margin: 50px 0px 0px 0px; padding: 0px }
.box-mt57		{ margin: 57px 0px 0px 0px; padding: 0px }
.box-mt60		{ margin: 60px 0px 0px 0px; padding: 0px }
.box-mt66		{ margin: 66px 0px 0px 0px; padding: 0px }
.box-mt80		{ margin: 80px 0px 0px 0px; padding: 0px }
.box-mt98		{ margin: 98px 0px 0px 0px; padding: 0px }
.box-mt116		{ margin: 116px 0px 0px 0px; padding: 0px }

/*----- スマートスクロール -----*/
#allDocument	{ text-align: center; margin: 0px auto; width: 100% }
