@charset "UTF-8";

/* base
---------------*/

#wrapper {
	background-image: url(../img/base/bg_top.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#conteiner {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}

#header {
	text-align: right;
	margin-bottom: 15px;
	color: #FFF;
}

#header a {
	color: #F9C;
}

#top_bnr {
	height: 100%;
	padding-top: 50px;
	padding-bottom: 70px;
	color: #FFF;
}

#top_bnr h1 {
	background-image: url(../img/top/logo.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
	text-indent: -9999px;
	color: #FFF;
}

*html body #top_bnr h1 {
	background-image: url(../img/top/logo.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 290px;
	text-indent: -9999px;
}

#top_left {
	float: left;
	width: 785px;
	text-align: left;
}

#side {
	float: left;
	width: 300px;
	text-align: left;
}

#right {
	float: right;
	text-align: left;
	padding: 20px;
	color: #333;
	background-color: #FFF;
	width: 600px;
}

*html body #right {
	float: right;
	text-align: left;
	padding: 20px;
	color: #333;
	background-color: #FFF;
	width: 640px;
}

.read {
	background-color: #FFF;
	color: #000;
	padding: 15px;
	border: 2px solid #900;
}

#footer {
	padding-top: 10px;
	color: #FFF;
}

/* header
---------------*/

.header_logo {
	float: left;
	width: 410px;
	margin-top: 20px;
}

.header_logo_left img {
	float: left;
}

.header_logo_right {
	float: right;
	clear: right;
	line-height: 24px;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
	margin-top: 5px;
}

.header_logo_right h1 {
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	letter-spacing: 0.1em;
}

#day_count {
	font-size: 20px;
	font-weight: bold;
	padding-left: 4px;
	letter-spacing: 0.1em;
}

#day_count #day {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: bold;
	line-height: 30px;
	color: #FF9900;
	visibility: hidden;
}

#day_count #hour {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 50px;
	font-weight: bold;
	line-height: 50px;
	color: #F99;
}


/* root
---------------*/

#root {
	margin-bottom: 25px;
	background-image: url(../img/base/bg_black_80.png);
	background-repeat: repeat;
	color: #FFF;
}

*html body #root {
	margin-bottom: 25px;
	background-image: url(../img/base/bg_root_ie6.gif);
	background-repeat: no-repeat;
	background-position: left top;
}

#root a {
	color: #F9C;
}

#root ul {
	font-size: 10px;
	letter-spacing: 0.1em;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 20px;
	height: 34px;
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れを防ぐ*/
}

.root_01 {
	background-image: url(../img/parts/icon_home.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 20px;
	float: left;
}

.root_02 {
	background-image: url(../img/parts/icon_next.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 11px;
	padding-bottom: 11px;
	padding-left: 15px;
	float: left;
	margin-left: 15px;
}

.root_right {
	float: right;
	margin-top: 7px;
}


/* main
---------------*/

#main {
	width: 460px;
	float: right;
	color: #FFF;
}

#main a {
	color: #F9C;
}

.info_box {
	padding: 15px;
	border: 1px solid #8F6D49;
	margin-bottom: 25px;
}

.info_box_title {
	color: #FFF;
	background-color: #8F6D49;
	text-align: center;
	padding: 5px;
	width: 290px;
	font-size: 14px;
	font-weight: bold;
	line-height: 14px;
	margin-left: -15px;
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
}

.info_box_text {
	font-size: 85%;
	line-height: 130%;
	color: #E6E6E6;
	margin-bottom: 0px;
}

.news_box {
	background-image: url(../img/parts/hr_dot.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 20px;
	padding-bottom: 10px;
}

.news_time {
	background-image: url(../img/parts/title_day.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #FCC;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
}

.news_info {
	background-image: url(../img/parts/title_info.gif);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.2em;
	color: #E1FFFF;
	padding-top: 2px;
	padding-bottom: 2px;
	width: 100px;
}

#top_right {
	float: right;
	width: 150px;
}

.right_box_01 {
	background-image: url(../img/base/bg_right_box_01.gif);
	background-repeat: repeat;
	margin-bottom: 15px;
	padding: 15px;
}

.right_box_02 {
	margin-bottom: 15px;
	background-color: #F4F2EA;
}

.right_box_03 {
	margin-bottom: 15px;
}

.kyosan li {
	background-image: url(../img/parts/hr_dot_gray.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-bottom: 8px;
	padding-bottom: 9px;
}

.right_box_bana {
	margin-bottom: 15px;
}


/* side
---------------*/

#side a {
	color: #FFF;
}

.side_bnr {
	margin-bottom: 20px;
}

.side_tel {
	font-size: 10px;
	margin-bottom: 25px;
}

.side_btn {
	margin-bottom: 10px;
	background-color: #2C2C2C;
}


.side_btn a:hover {
	margin-bottom: 10px;
	background-color: #2C2C2C;
	width: 300px;
	display: block;
}

.side_btn_in {
	background-image: url(../img/side/bg_btn_bottom.gif);
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 65px;
	font-size: 90%;
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 10px;
}

#side_twitter {
	background-image: url(../img/side/twitter_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 10px;
	padding-bottom: 5px;
	background-color: #eae0f1;
}


/* footer
---------------*/

.frame_white {
	color: #000;
	background-color: #FFF;
	font-size: 100%;
	line-height: 1.6em;
}

.frame_white_bottom {
	color: #000;
	background-color: #FFF;
	background-image: url(../img/parts/frame_white_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 25px;
	padding-left: 20px;
}

#up a {
	padding: 15px;
	display: block;
	text-align: left;
	background-image: url(../img/parts/btn_up.gif);
	background-repeat: no-repeat;
	background-position: center center;
	text-indent: -9999px;
	background-color: #F33;
	margin-top: 15px;
}

.footer_list {
	padding: 15px;
}
.footer_list li {
	display: inline;
	padding-right: 12px;
}
.footer_bottom {
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 50px;
	padding-left: 15px;
}


/* parts
---------------*/

.at {
	text-indent:-1em;
	padding-left:1em;
}

.info_attention {
	padding:10px;
	boder:1px;
	background-color: #E4310D;
	border: 1px solid #990000;
	color:#ffffff;
}

.pad15 {
	padding-right: 15px;
	padding-left: 15px;
}

.link_pdf a {
	background-image: url(../img/parts/icon_pdf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #F10000;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 50px;
	background-color: #FAFAF9;
	color: #C40000;
}

.data_01 {
}

.data_01 ul {
	padding-bottom: 10px;
	line-height: 140%;
}

.data_01 h3 {
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 10px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C891AD;
	background-color: #E6CDDA;
	margin-bottom: 15px;
	background-image: url(../img/parts/title_bg_a.gif);
}

.data_01 h4 {
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 15px;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #C891AD;
	background-color: #EFE0E9;
	margin-bottom: 15px;
	background-image: url(../img/parts/title_bg_b.gif);
	margin-top: 20px;
}

.data_01 dl {
	line-height: 1.8em;
	margin-bottom: 20px;
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れを防ぐ*/
}

.data_01 dl dt {
	width: 100px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../img/parts/data_01_dt.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.data_01 dl dd {
	margin-left: 120px;
	margin-top: -1.8em;
	margin-bottom: 10px;
}

.data_02 {
}

.data_02 dl {
	line-height: 1.8em;
	margin-bottom: 20px;
	overflow: hidden; /*floatの解除*/
	position: relative; /*DWで正常にプレビュー*/
	zoom:1; /*IE6でレイアウト崩れを防ぐ*/
}

.data_02 dl dt {
	width: 100px;
	font-weight: bold;
	padding-left: 10px;
	background-image: url(../img/parts/title_left_01.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

.data_02 dl dd {
	margin-left: 120px;
	margin-top: -1.8em;
	margin-bottom: 10px;
}

.hr_dot_gray_01 {
	background-image: url(../img/parts/hr_dot_gray.gif);
	background-position: left center;
	height: 11px;
	background-repeat: repeat-x;
	clear: both;
}

.hr_dot_gray_02 {
	background-image: url(../img/parts/hr_dot_gray.gif);
	background-position: left center;
	height: 21px;
	background-repeat: repeat-x;
	clear: both;
}

.hr_dot_gray_03 {
	background-image: url(../img/parts/hr_dot_gray.gif);
	background-position: left center;
	height: 31px;
	background-repeat: repeat-x;
	clear: both;
}

.hr_dot_01 {
	background-image: url(../img/parts/hr_dot.gif);
	background-position: left center;
	height: 11px;
	background-repeat: repeat-x;
	clear: both;
}

.hr_dot_02 {
	background-image: url(../img/parts/hr_dot.gif);
	background-position: left center;
	height: 21px;
	background-repeat: repeat-x;
	clear: both;
}

.hr_dot_03 {
	background-image: url(../img/parts/hr_dot.gif);
	background-position: left center;
	height: 31px;
	background-repeat: repeat-x;
	clear: both;
}

.hr_sold_01 {
	background-image: url(../img/parts/hr_sold.gif);
	background-position: center center;
	height: 40px;
	background-repeat: no-repeat;
	clear: both;
}

.hr_sold_01 {
	background-image: url(../img/parts/hr_sold.gif);
	background-position: left center;
	height: 11px;
	background-repeat: repeat-x;
	clear: both;
}

#title_bg_ticket h2 {
	background-color: #333;
	text-align: left;
	padding-right: 20px;
	padding-left: 20px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size: 24px;
	font-weight: bold;
	padding-top: 40px;
	background-image: url(../img/title/bg_ticket.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 70px;
	color: #FFF;
}

*html body #title_bg_ticket h2 {
	height: 110px;
	color: #FFF;
}

.point_a li {
	background-image: url(../img/parts/point_01.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 25px;
	margin-bottom: 10px;
}

.link_blank a {
	background-image: url(../img/parts/icon_blank.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: block;
	padding-left: 20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}

.link_btn a {
	background-color: #F7F7F7;
	width: auto;
	display: block;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FCFCFC;
	border-bottom-color: #EBEBEB;
	font-weight: bold;
	color: #603;
	background-image: url(../img/parts/link_a.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-bottom: 25px;
}

.link_btn a:hover {
	background-color: #FCC;
	width: auto;
	display: block;
	padding: 10px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFE1E1;
	border-bottom-color: #FFB9B9;
	font-weight: bold;
	color: #603;
	background-image: url(../img/parts/link_a.gif);
	background-repeat: no-repeat;
	background-position: right center;
}


/* access
---------------*/

.access {
	color: #000;
}

.access_left {
	float: left;
	width: 300px;
	color: #000;
}

.access_right {
	float: right;
	width: 252px;
}


/* goods
---------------*/

.goods {
	background-color: #FFFFFF;
	padding: 15px;
	float: left;
	width: 160px;
	color: #E4310D;
	margin-bottom: 25px;
	border: 1px solid #dddddd;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
}

*html body .goods {
	width: 190px;
}

.goods img {
	margin: 7px 0px 7px 0px;
}

.goods_left {
	float: left;
	padding-left: 25px;
	margin-bottom: 15px;
}

.goods_left img {
	padding: 15px;
	border: 1px solid #dddddd;
	display: block;
}

.goods_right {
	float: right;
	width: 125px;
	font-size: 10px;
	margin-bottom: 15px;
}

.goods_right img {
	margin-top: 10px;
}

/* twitter
---------------*/

.twitter_a {
	background-color: #202020;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(../img/twitter/twitter_01_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-bottom: 30px;
}

.twitter_b_01 {
	background-color: #d0ebfb;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}


.twitter_b_02 {
	background-color: #D0EBFB;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
	background-image: url(../img/twitter/twitter_02_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
}



/* table
---------------*/

.table_title_01 {
	background-image: url(../img/table/bg_gigle_01.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

.table_title_02 {
	background-image: url(../img/bg_midashi_01.gif);
	background-repeat: repeat-x;
	background-position: left center;
	padding: 13px;
}

.table_waku {
	color: #000;
}

.table_waku th, .table_waku td {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #413423;
}

.bus_map {
	padding: 4px;
	border: 1px solid #dddddd;
	background-color: #dddddd;
	margin-bottom: 15px;
}


/* plogram
---------------*/


#plogram ul{
	padding-left:60px;
	line-height: 180%;
	font-size: 90%;
}

#plogram .title_01 {
	background-image: url(../img/plogram/title_01.gif);
	color: #B2864A;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
	padding-bottom: 20px;
	padding-top: 75px;
	padding-left: 160px;
	font-weight: bold;
	font-size: 98%;
	line-height: 160%;
	width: 450px;
	margin-top: 20px;
}

#plogram .title_02 {
	background-image: url(../img/plogram/title_02.gif);
	color: #952629;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
	padding-bottom: 20px;
	padding-top: 75px;
	padding-left: 160px;
	font-weight: bold;
	font-size: 98%;
	line-height: 160%;
	width: 450px;
	margin-top: 20px;
}

#plogram .title_03 {
	background-image: url(../img/plogram/title_03.gif);
	color: #355623;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
	padding-bottom: 20px;
	padding-top: 75px;
	padding-left: 160px;
	font-weight: bold;
	font-size: 98%;
	line-height: 160%;
	width: 450px;
	margin-top: 20px;
}


#plogram .title_04 {
	background-image: url(../img/plogram/title_04.gif);
	color: #0A4856;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
	padding-bottom: 20px;
	padding-top: 75px;
	padding-left: 160px;
	font-weight: bold;
	font-size: 98%;
	line-height: 160%;
	width: 450px;
	margin-top: 20px;
}

#plogram .title_05 {
	background-image: url(../img/plogram/title_05.gif);
	color: #145585;
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: -20px;
	padding-bottom: 20px;
	padding-top: 75px;
	padding-left: 160px;
	font-weight: bold;
	font-size: 98%;
	line-height: 160%;
	width: 450px;
	margin-top: 20px;
}

*html body #plogram .title_01 {width: 600px;}
*html body #plogram .title_02 {width: 600px;}
*html body #plogram .title_03 {width: 600px;}
*html body #plogram .title_04 {width: 600px;}
*html body #plogram .title_05 {width: 600px;}


/* special
---------------*/


.game {
	padding: 5px;
	float: left;
	width: 180px;
	margin-bottom: 25px;
	margin-top: 0px;
	margin-right: 4px;
	margin-left: 4px;
	font-size: 120%;
}

*html body .game {
	width: 190px;
}

.game img {
	margin: 7px 0px 7px 0px;
}

