@charset "UTF-8";
/* CSS Document */

ul,ol{list-style-type:none;} /* hashLink用設定 */

th,td { font-size: 100%; color: #221401; }

.textred { color: #f61520; font-weight: bold; }
.textred02 { color: #bc0303; font-weight: bold; }
.textred03 { color: #8a0000; font-weight: bold; }
.textred04 { color: #5c0000; font-weight: bold; }
.textyellow02 { color: #e5be73; font-weight: bold; }
.textorange { color: #a86a21; font-weight: bold; }
.textblue { color: #5e189f; font-weight: bold; }
.textwhite { color: #fffdf0; font-weight: bold; text-shadow: 1px 1px 4px #000; }
.large { font-size: 120%; line-height: 150%; }
.small { font-size: 83.3%; }

.text_15 { font-size: 15px; }
.text_16 { font-size: 16px; }
.text_18 { font-size: 18px; }
.text_20 { font-size: 20px; }
.text_22 { font-size: 22px; }
.text_26 { font-size: 26px; }
.text_35 { font-size: 35px; }

.textshadow { text-shadow: 1px 1px 3px #f6c917; }

.margin_top8 { margin-top: 8px; }
.margin_top12 { margin-top: 12px; }
.margin_top20 { margin-top: 20px; }
.margin_top25 { margin-top: 25px; }
.margin_top32 { margin-top: 32px; }

.text1em {
	padding-left: 1em;
    text-indent: -1em; }

.text_arrow { color: #820018; font-weight: bold; }

.fixed { position: fixed; top: 0; width: 100%; z-index: 10000; }

/* 未訪問 */
a:link { color: #bc0303; font-weight: bold; text-decoration: none; }
/* 訪問済み */
a:visited { color: #bc0303; font-weight: bold; text-decoration: none; }
/* カーソルが上に乗った状態 */
a:hover { color: #f70006; font-weight: bold; text-decoration: underline; }

.line01 {
	margin: 30px 0px 0px 0px;
	width: 615px; height: 21px;
	background: url(../common/line01.png) no-repeat;
	text-indent: -9999px; }
.line01b {
	margin: 20px 0px 0px 0px;
	width: 615px; height: 21px;
	background: url(../common/line01.png) no-repeat;
	text-indent: -9999px; }

/* フッター設定 */
.footer_back { 
	background: url(../common/footer_back.jpg) repeat-x;
	background-color: #323232; }
.copyright {
	padding: 30px 0px 30px 0px;
	font-size: 75%; line-height: 1.7; color: #c7ab75; }

/* ★ 上へ戻る位置設定 ★ */
#top{
  width : 100%;
  height : 0px;
  top : 0px;
  position : absolute;
}

/* hashLink設定 */
.hashLink {
	font-size: 88%;
	padding: 7px 0px 0px 15px;
	margin: 0px 20px 0px 35px;
	overflow:hidden;
	zoom:1; }
.hashLink li { float:left; margin-right:20px; }
.hashLink li { padding-left:13px;
	background:url(../ticket_img/arrow.png) 0 center no-repeat; }

.hashLink li.ichiran { padding-left:27px;
	background:url(../ticket_img/arrow2.png) 13px center no-repeat; }

/* hashLink リンク設定 */
.hashLink a:link { color: #d29113; text-decoration: none; }
.hashLink a:visited { color: #d29113; text-decoration: none; }
.hashLink a:hover { color: #ec5300; text-decoration: underline; }

/* 印刷禁止 */
@media print { body { display: none !important; } }
