@charset "UTF-8";

/*-------------------------------------------------------------------

Browser Reset CSS

--------------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,table,th,td,address,form,p,footer {
	margin: 0;
	padding: 0;
}


.download   {
	width: 900px;
	height: 30px;
	display: block;
	float: left;
	clear: both;
	text-align: right;
	margin-bottom: 50px;
}
.download img {
	float: right;
}
.download p {
	float: right;
	padding-top: 5px;
}

img {
	display: block;
}


a:link img,a:visited img,a:active img,a:hover img {
	border: 0;
}
ul,ol {
	list-style: none;
}
h1,h2,h3,h4,h5,h6,address,caption,em {
	font-style: normal;
	font-weight: normal;
}
.uten {
	line-height: 170%;
}



ul{
    zoom:1;/*for IE 5.5-7*/
}
ul:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


dl{
    zoom:1;/*for IE 5.5-7*/
}
dl:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}


/* ---------- バグ回避 ----------- */

/* IE6 で画像が消えることがあるバグを回避 */
#contents img {
  _position: relative;
}

/* IE6/IE7 で垂直配置がずれるバグを回避 */
html[lang^="ja"] #sidenavi {
  margin-top: 0;
}
table, tr, td { margin: 0; border-width: 0; outline-width: 0; }

/* ---------------------------------------------------------------- *
	clearfix
 * ---------------------------------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */
#screen {
	
}


/* ---------------------------------------------------------------- *
　　　共通デザインの設定
 * ---------------------------------------------------------------- */
body {
	padding: 0;
	margin: 0;
	width: 100%; /* ブラウザのサイズを小さくした際の対応 */
	display: table; /* ブラウザのサイズを小さくした際の対応 */
}


body{
	font-size: 95.75%;
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
	line-height: 170%;
	color: #000;
	background-color: #9FA4C5;
	background-image: url(../images/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center 0%;
 }
* + html body{
	font-family: "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
 }

*:first-child+html body {/* IE 7 Adjustment [Center Layout] */
	padding-left: 1px;
	 *font-size: small; /* IE 7 */
}


#wrapper {
	background: #fff;
	width: 960px;
	margin: 0 auto;
}
#wrapper h2  {
	width: 888px;
	height: 37px;
	display: block;
	background-image: url(../images/bg_ttl.png);
	font-size: 22px;
	line-height: 40px;
	padding-left: 12px;
	margin-bottom: 30px;
	padding-top: 3px;
}
#wrapper h3 {
	margin-bottom: 15px;
	font-weight: bold;
}


#header  {
	margin-bottom: 0px;
	background-color: #FFFFFF;
	padding: 15px 0px;
	width: 960px;
	float: left;
	clear: both;
}
#header h1 {
	float: left;
	padding-top: 5px;
	font-size: 13px;
	padding-bottom: 5px;
	padding-left: 30px;
}
#header img {
	width: 960px;
	float: left;
}


/* -----フッタ部分---- */
#footer {
	background-color: #E5E5E5;
	display: block;
	clear: both;
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
	width: 100%;
	padding-bottom: 10px;
	text-align: center;
}




/* -----ナビ---- */
#navi {
	display: block;
	height: 22px;
	width: 827px;
	padding-bottom: 20px;
	clear: both;
	margin-top: 20px;
	margin-left: 36px;
	}
#navi ul {
	height: 22px;
	width: 827px;
	display: block;
	background-image: url(../images/bg_navi.png);
}
#navi li {
	display: inline;
	height: 22px;
	float: left;
	}
#navi ul #gn01 {
	margin-left: 0px;
	float: left;
	margin-right: 30px;
}
#navi ul #gn02 {
	float: left;
	margin-right: 30px;
}
#navi ul #gn03 {
	float: left;
	margin-right: 30px;
}
#navi ul #gn04 {
	float: left;
	margin-right: 30px;
}
#navi ul #gn05 {
	float: left;
	margin-right: 30px;
}
#navi ul #gn06 {
	float: left;
	margin-right: 0px;
}



#navi li a {
	display: block;
	height: 22px;
	text-decoration: none;
}

#navi02 {
	display: block;
	height: 22px;
	width: 871px;
	padding-bottom: 20px;
	clear: both;
	margin-left: 14px;
	}

#navi02 ul {
	height: 22px;
	width: 871px;
	display: block;
	background-image: url(../images/bg_navi02.png);
}
#navi02 li {
	display: inline;
	height: 22px;
	float: left;
	}
#navi02 ul #gn07 {
	margin-left: 236px;
	float: left;
	margin-right: 30px;
}
#navi02 ul #gn08 {
	float: left;
	margin-right: 30px;
}


.download a p {
	color: #000;
	text-decoration: none;
}

.download a:hover p {
	color: #5658CE;
	text-decoration: underline;
}



/* ロールオーバーの透明度 */
.download a:hover img,
#navi a:hover img,
#navi02 a:hover img,
.btnArea a:hover img,
#ticketArea a:hover img,
a:hover img{
	opacity: 0.6;
	filter: alpha(opacity=60);
-webkit-transition: 0.3s ease-in-out; /* 以下、hover時ゆっくり透過 */
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}




/* -----ヘッダ部分---- */



/* -----コンテンツ部分---- */
.contentsCol01 {
	background-color: #fff;
	display: block;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	width: 900px;
	height: 100%;
	margin-left: 0px;
}
/* -----ヘッダ部分---- */



/* -----コンテンツ部分---- */
.contentsCol02 {
	background-color: #fff;
	display: block;
	clear: both;
	float: left;
	padding-top: 0px;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 30px;
	width: 900px;
	height: 100%;
}
.contentsCol02 p  {
	margin-bottom: 25px;
}
.txt17   {
	font-size: 17px;
}
.bold {
	font-weight: bold;
}
h4.noon {
	color: #008C23;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}
h4.night  {
	color: #C20D1C;
	font-weight: bold;
	font-size: 17px;
	margin-bottom: 10px;
}


.contentsCol01 p  {
	xpadding-left: 12px;
}

p.lead {
	font: 20px/200% "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
	margin-bottom: 50px;
}

p.lead02 {
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 180%;
	text-align: center;
	margin-bottom: 50px;
	color: #C5070F;
	line-height: 130%;
	font-weight: bold;
}

/* 表組み */
.tbl01 {
	width: 888px;
	border-collapse: collapse;
	font-size: 15px;
	margin-top: 20px;
	margin-left: 12px;
	margin-bottom: 20px;
}
.tbl01 tr {
	
}
.tbl01 th, 
.tbl01 td {
	text-align: left;
	vertical-align: top;
	background-image: url(../images/tbl_border.gif);
	background-repeat: repeat-x;
	background-position: bottom;	
}

.tbl01 th {
	font-weight: bold;
	text-align: center;
	vertical-align: top;
	white-space: nowrap;
	width: 100px;
	background-color: #FDECBC;
	padding: 4px 0px 8px 0px;
}
.tbl01 td {
	vertical-align: top;
	width: 763px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 25px;
}

/* 「トップに戻る」ボタン 2014.7.25 */
.backtotop {
    position: fixed;
    right: 15px;
    bottom: 50px;
    z-index: 9000;
    display: none;
}    
 
.backtotop a {
	display: block;
	color: #777777;
	background-color: #FDD35D;
	border-radius: 50%;
	height: 55px;
	width: 80px;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-top: 25px;
	margin-right: 15px;
	line-height: 140%;
}
 
.backtotop a:hover {
    background: #666666;
    color: #FFFFFF;
}
.clear {
	clear: both;
}


.btnArea   {
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 10px;
	width: 703px;
	height: 47px;
	padding-top: 28px;
	padding-bottom: 28px;
	background-image: url(../images/bg_btn_area.png);
	position: relative;
	padding-left: 197px;
}

.btnArea a img {
}

#ticketArea {
	width: 731px;
	height: 72px;
	display: block;
	background-image: url(../images/bg_ticket.png);
	padding-top: 28px;
	padding-left: 169px;
	margin-bottom: 30px;
}
#ticketArea a img {
	margin-left: 0px;
}
.borderCol   {
	padding: 15px;
	border: 1px dashed #666666;
	background-color: #EDEDFF;
}



.ttlBlue48px {
	color: #033664;
	font-size: 300%;
}

.ttlBlue24px {
	color: #033664;
	font-size: 150%;
}
.bnrArea {
	width: 900px;
	display: block;
	float: left;
	clear: both;
}
.left  {
	float: left;
}
.right {
	float: right;
}
