@charset "utf-8";

/* CSS Document */

/* ====================================================================

   サイト共通設定

==================================================================== */

/* ブラウザ表示対策------------------------------------------------- */

#wrap {
	display:none;
}
pre {
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
}



/* モダンブラウザ（Firefox Opera Safari）対策 */
.clearfix:after{
   content:".";
   display:block;
   height:0px;
   clear:both;
   visibility:hidden;
}

/* Win版IE7とMac版IE5対策 */
.clearfix{
   display:inline-block;
}

/* Win版IE5および6対策 */
/* Hides from IE-mac \*/
* html .clearfix{
   height:1px;
}

.clearfix{
   display:block;
}
/* End hide from IE-mac */


/* 共通設定--------------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
a {
	/* macIE対策\*/
	overflow: hidden;
	/* macIE対策*/
	}
a img {
	border: 0;
}

ul,ol,dl{
	list-style:none;
}

img {
	vertical-align: bottom;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clear{
	clear:both;
}

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background:url(../images/bg_repeat.jpg) top center;
	font-size: 13px;
	line-height: 1.6em;
	text-align:center;
	color:#333;
	position:relative;
	word-break: break-all;
	overflow-x:hidden;
}

#main_area{
	background:url(../images/top/bgtop.jpg) top center no-repeat;
	margin:0;
	text-align:center;
	height:1622px;
	width:100%;
	overflow:hidden;
}
#cont_wrap{
	margin:0;
	text-align:center;
	width:100%;
}

/* link--------------------------------------------------------- */

a {
	color: #F09;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}


/* head--------------------------------------------------------- */


#head{
	width:940px;
	margin:0 auto;
	position:relative;
}
#contents {
	width:1076px;
	margin:0 auto;
	height:535px;
	position:relative;
	padding:30px 0 35px;
}
.ticket {
	float:left;
}
.present {
	float:left;
}

#footer {
	padding:10px 0 20px;
}
#footer a {
	padding:0 5px;
}
#footer a img {
	margin:5px 0;
}
.copy {
	padding:25px 0 0 0;
}
#banner {
	padding:0 0 40px;
}

.mouseicon {
	display:inline-block;
	position:absolute;
	left:0px;
	top:0px;
	z-index: 9999;
}
