@charset "shift-jis";
/* CSS Document */

/* 一括で全ての要素の余白をゼロに指定 */
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", sans-serif;
}

html {
}

img {
	border: none;
}


/* 全体的なリンク */

a:link,
a:visited,
a:hover,
a:active { text-decoration: underline; }

a:link      { color: #00bae9; text-decoration: none }
a:visited   { color: #9900ff; text-decoration: underline }
a:hover     { color: #008fe6; text-decoration: underline }

/* -------------------------------------------------------------
   [1] レイアウトに関する指定 */

body {
	font-size: 14px;
	text-align: center;
	padding: 0;
	margin: 0px auto 0px auto;
	background-image: url(../images/topbg1.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

#wrapper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
}

#topperbox {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 361px;
}


#topper {
	text-align: left;
	margin: 0 auto;
	width: 960px;
	height: 60px!important;
}

.topperlink {
	margin:0 5px;
	float: right;
	text-align: right;
}

.topperlogo {
	clear: both;
	height: 125px;
}

#header {
	text-align: right;
	position:relative;
	margin: 0 auto;
	width: 960px;
}



#container {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#containerbox {
	clear: both;
	margin: 0 auto;
	padding: 0px;
	width: 960px!important;
	width/**/: 960px;
	height: 100%;
	background-color: #fff;
}

#main {
	width: 670px;
	float: left;
	color: #333;
	margin: 20px 0 0 20px;
	padding: 0;
}

.contents {
	border: 1px #ccc solid;
	height: 100%;
	margin: 0 auto 30px;
	padding: 20px;
	text-align: justify;
}


.contents p {
	line-height: 150%;
}


/* -- シーズン券 -- */

.ticket_cont {
	border: 1px #e40077 solid;
	height: 100%;
	margin: 0 auto 10px;
	padding: 20px;
	text-align: justify;
}

.ticket_cont p {
	line-height: 150%;
}


.ticketinfo {
	border: 1px #ccc solid;
	margin-left: 10px;
	font-size: 12px;
	float: left;
	padding: 8px;
	width: 150px;
	background: #FFFFCC;
}

.tokuten {
	width: 240px;
	margin-left: 60px;
	float: left;
}

.tokuten2 {
	width: 290px;
	margin-left: 30px;
	float: left;
}

.tokuten li {
	list-style: disc;
}

.tokuten2 li {
	list-style: disc;
}

.infobox {
	border: 1px #ccc solid;
	padding: 15px;
	margin-top: 20px;
	background: #FFFFCC;
}

.snowbirds {
	text-align: center;
	margin-bottom: 30px;
}

/* -- インフォメーション -- */
#sidebar {
	float: right;
	margin: 20px 20px 20px 0;
}


#informations {
	width: 210px;
}

#informations p {
	color: #333;
	font-size: 12px;
	font-weight: lighter;
	line-height: 150%;
	padding-bottom: 10px;
}

#informations ul {
	text-align: left;
}

#informations li {
	list-style: none;
	margin-bottom: 20px;
}



/* -- フラッシュダウンロード -- */

#plugin {
	padding: 0 0 20px;
	margin: 0 0 0 20px;
	width: 920px;
    clear:both;
}

.plugin_outer {
	margin: 0px 1px;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
}

.plugin_inner {
	padding: 10px;
	margin: 0px -1px;
    border-left: 1px solid #999;
    border-right: 1px solid #999;
	color: #666;
	background: #ddd;
}

.plugin_inner p {
	border-top: dashed 1px #aaa;
	color: #666;
	clear: both;
	padding-top: 5px;
}

.plugin_button {
	float: left;
	margin-bottom: 8px;
}

.plugin_info {
	color: #666;
	float: left;
	font-size: 9px;
	line-height: 150%;
	width: 340px;
	margin: 2px 20px 8px 10px;
}

.plugin_info2 {
	color: #666;
	float: left;
	font-size: 9px;
	line-height: 150%;
	width: 250px;
	margin: 2px 0 8px 10px;
}


.clear{
    clear:both;
    margin:0px;
    padding:0px;
    line-height:0px;
    font-size:0px;
    height:0px;
}

.clearfix{
    position:relative;/*for preview*/
}
.clearfix:after{/*for modern browser*/
    content: url(../img/spacer.gif);/*for Netscape*/
    display: block;
    clear: both;
    height: 0;
}
* html .clearfix{
    display:inline-table;
    /**/display:block;/**/
}


/* -------------------------------------------------------------
   [5] フッター */



#footer {
	width: 100%;
	height: 230px;
	padding: 0;
	color: #eee;
	background-color: #999;
}

#footer a:link      { color: #0057d7; text-decoration: none }
#footer a:visited   { color: #4e009f; text-decoration: none }
#footer a:hover     { color: #224e9f; text-decoration: underline }


.footer-inner {
	line-height: 160%;
	width: 960px;
	margin: 0 auto;
	padding: 15px 0 0;
	background-position: 0 15px;
	background-repeat: no-repeat;
}

.footer_menu {
	float: right;
	text-align: right;
	color: #fff;
	line-height: 180%;
}

.footerlogo {
	margin-bottom: 10px;
	float: left;
}

.footer_add {
	margin-top: 10px;
	padding-left: 14px;
	border-left: 2px #fff solid;
	text-align: left;
	font-weight: lighter;
	float: left;
}

	
p.copy {
	text-align: right;
	color: #fff;
	padding: 5px 0 0;
	font-size: 11px;
	clear: both;
}

