
body{
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color: #F9B904;
	background-repeat: no-repeat;
	background-position: top center;
	background-image: url(images/bg_sub2.jpg);
	background-attachment: fixed;
	font-family: Arial, Helvetica, Verdana, "メイリオ", "ヒラギノ角ゴシックPro W3", "Hiragino Kaku Gothic Pro", Osaka, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

.background-hack {
	z-index: -1;
	background-color: #F9B904;
	background-image: url(images/bg_sub2.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-size: 1590px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

a:link {color: #FDA51F; text-decoration: none;}
a:visited {color: #FDA51F; text-decoration: none;}
a:hover {color: #ffffff; text-decoration: underline;}

td.space50 {width: 50px;height: 50px;}
td.space40 {width: 40px;height: 40px;}
td.space30 {width: 30px;height: 30px;}
td.space20 {width: 20px;height: 20px;}
td.space10 {width: 10px;height: 10px;}

/*テキスト*/
.txt {font-size: 12px;color: #030303;line-height: 180%;vertical-align: top;}
.txt2 {font-size: 12px;color: #030303;line-height: 150%;}
.txts {font-size: 10px;color: #030303;line-height: 180%;vertical-align: top;}

ul {padding:0px;margin:0px;}

/*メニューフェード*/

ul#submenu1 li {
	padding:0px;margin:0px;
	float: left;
	height: 60px;
	overflow: hidden;
}

/*ページトップ*/
#page-top {
	position: fixed;
	bottom: 100px;
	right: 100px;
}
#page-top a {
	width: 156px;
	height: 140px;
	padding: 0px 0;
	text-align: center;
	display: block;
}

/*メインコンテンツ*/
.mainbox {padding:10px 30px 10px 30px;background-color: #ffffff;
font-size: 12px;color: #030303;line-height: 180%;}

.st {padding:10px 0px 40px 0px;background-color: #ffffff;
font-size: 16px;color: #030303;line-height: 190%;font-weight: bold;}

/*ルビ*/
ruby {
  display:inline-table;
  text-align:center;
  white-space:nowrap;
  text-indent:0;
  margin:0;
  vertical-align:text-bottom;
  line-height:1;
}

ruby>rb,ruby>rbc {
  display:table-row-group;
  line-height:1.0;
}

ruby>rt,ruby>rbc+rtc {
  display:table-header-group;
  font-size:70%;
  line-height:1.0;
  letter-spacing:0;
}

ruby>rbc+rtc+rtc {
  display:table-footer-group;
  font-size:70%;
  line-height:1.0;
  letter-spacing:0;
}

rbc>rb,rtc>rt {
  display:table-cell;
  letter-spacing:0;
}
rp {
  display:none;
}

