/***** 全体 *****/

*{
    margin:0;
    padding:0;
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}



body{
background-image:url(../images/backimg.gif);
}


h1{
margin:0px;
padding:20px 0px 10px 15px;
float:left;	
}


h2{
margin:0px;
padding:0px;
border-left:10px solid #fe84b5;
border-bottom:3px solid #fe84b5;
padding:8px 0px 7px 10px;
margin-bottom:20px;
color:#666666;
font-size:20px;
}


h3{
margin:0px;
padding:0px;
}


#festitle{
margin:0px;
padding:10px 0px;
margin:20px 0px 5px 10px;
}


#zukantitle{
background-color:#FFE79D;
padding:10px;


}



h4{
margin-bottom:10px;
}


/*****･リンク*****/

a{
color:#660066;
    font-style:normal;
    text-decoration:underline;
}

a:link {
color:#660066;
    font-style:normal;
    text-decoration:underline;
}
a:visited {
    color:#333399;
    text-decoration:underline;
}

a:hover {
color:#660066;
    font-style:normal;
    text-decoration:none;
}

a:active {
    text-decoration:underline;
}


/**** ソーシャルボタン *****/


.socialicon{

padding:10px 0px 0px 10px;
width:500px;
height:70px;

}



.snsb{

float:left;
width:100px;

}


.snsb span{

vertical-align: top !important;
}




/****外枠*****/

#container{
	margin-right:auto;
	margin-left:auto;
	width:960px;
	height:auto;
	clear:both;
	background-color:#ffffff;
	padding:0px 12px;
}


.clear{
clear:both;

}


.style1 {
font-weight: bold;
color:#FFCC00;
}

.style2 {
display:none;
}


/****ヘッダー*****/

#header{
	width:960px;
	height:120px;

}

#user{
	width:552px;
	height:34px;
	float:right;
	background-image:url(../images/top_user.gif);
	background-repeat:no-repeat;
}

#user{
	width:552px;
	height:34px;
	float:right;
	background-image:url(../images/top_user.gif);
	background-repeat:no-repeat;
}



/****ユーザ用ボタン*****/


.button{
	float:left;
	width:350px;
	height:30px;
}


.button li{	
	float:left;
	list-style:none;
	margin-left:15px;
	padding-top:3px;
}



.fontbutton{
	float:left;
	margin:4px 0px 0px 40px;
}




/****フォント切り替え*****/




.fontswitch{
float:right;
	font-size:15px;
	margin-right:15px;
	margin-top:5px;
}

.fontswitch li{
	list-style:none;
	float:right;
	background-color:#ffffff;
	margin-right:3px;
	display:block;
	margin:3px;
	width:18px;
	height:16px;
	text-align:center;
}

a .fontswitch li{
    font-style:normal;
	list-style:none;
	display:block;
	text-align:center;
}




.fontswitch li a:link{
    font-style:normal;
    text-decoration:none;
	display:block;	
	width:18px;
	height:16px;	
}

.fontswitch li a:visited{
	background-color:#63C92A;
    text-decoration:none;
		display:block;

}

.fontswitch li a:hover{
	background-color:#63C92A;
    font-style:normal;
    text-decoration:none;
		display:block;

}

.fontswitch li a:active{
	background-color:#63C92A;
    text-decoration:none;
		display:block;

}




#search{
	width:550px;
	height:30px;
	float:right;
	padding-top:10px;
	text-align:right;
}



#headnav{
	width:960px;
	height:35px;
	border-top:3px solid #f39700;
}



#countdown{
margin-top:10px;
	width:960px;
	height:20px;
	text-align:left;

}




/***ヘッダーメニュー****/


ul#gnavi {
	left		:30px; /* #subFrameを基準とした左からの距離 */
	width		:960px; /* ヘッダーメニューの幅 */
	list-style:none;
}
ul#gnavi li {
	float		:left;
	text-align	:center; /* メニュー文字揃え */
}
ul#gnavi li a {
	display		:block;
	height		:30px; /* ヘッダーメニューの高さ */
	width		:120px; /* ヘッダーメニューの１つの幅 */
	background-image:url(../images/headnav.jpg);
}
/* ヘッダーメニューのリンク文字 */
ul#gnavi li a {
	color		:#ffffff;
	font-weight	:bold;
	text-decoration	:none;
	font-size	:1.2em;
}
ul#gnavi li a:visited {
	text-decoration	:none;
}
ul#gnavi li a:hover {
	text-decoration	:none;
	color		:#666666;
}
ul#gnavi li a span {
	display		:block;
	padding-top	:15px;
text-indent:-9999px;
}


/* ヘッダーメニュー1 */
ul#gnavi li.menu1 a { /* リンク */
	background-position:0 0; 
}
ul#gnavi li.menu1 a:hover { 
	background-position:0 -30px;
}
/* ヘッダーメニュー2 */
ul#gnavi li.menu2 a {
	background-position:-120px 0;
}
ul#gnavi li.menu2 a:hover {
	background-position:-120px -30px;
	}
/* ヘッダーメニュー3 */
ul#gnavi li.menu3 a {
	background-position:-240px 0;
}
ul#gnavi li.menu3 a:hover {
	background-position:-240px -30px;
}
/* ヘッダーメニュー4 */
ul#gnavi li.menu4 a {
	background-position:-360px 0;
}
ul#gnavi li.menu4 a:hover {
	background-position:-360px -30px;
}
/* ヘッダーメニュー5 */
ul#gnavi li.menu5 a {
	background-position:-480px 0;
}
ul#gnavi li.menu5 a:hover {
	background-position:-480px -30px;
}

/* ヘッダーメニュー6 */
ul#gnavi li.menu6 a {
	background-position:-600px 0;
}
ul#gnavi li.menu6 a:hover {
	background-position:-600px -30px;
}
/* ヘッダーメニュー7 */
ul#gnavi li.menu7 a {
	background-position:-720px 0;
}
ul#gnavi li.menu7 a:hover {
	background-position:-720px -30px;
}

/* ヘッダーメニュー8 */
ul#gnavi li.menu8 a {
	background-position:-840px 0;
}
ul#gnavi li.menu8 a:hover {
	background-position:-840px -30px;
}




/***メイン*****/


#contents{
	width:960px;
	height:auto;
	background-image:url(../images/mainback.jpg);
	background-repeat:repeat-x;
	background-position:top;
	clear:both;
}



#infobar{
	width:960px;
	height:47px;
	background-image:url(../images/topinfoback.jpg);
}



.nav{
margin:10px 0px 0px 20px;
}


/******左*****/


#left{
	width:248px;
	height:auto;
	background-color:#FFFFFF;
	margin:0px 12px;
	float:left;
	margin-top:10px;
	
}


.poster{
	width:228px;
	height:323px;
	background-color:#ffffff;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}


.leftbox1{
	width:234px;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
}

.leftbox2{
	width:232px;
	height:40px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #63C92A;
	border-right:1px solid #63C92A;
}

.leftbox3{
	width:232px;
	height:10px;
	margin-left:auto;
	margin-right:auto;
	border-left:1px solid #63C92A;
	border-right:1px solid #63C92A;

}


.leftbox4{
	width:232px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border-left:1px solid #63C92A;
	border-right:1px solid #63C92A;
	border-bottom:1px solid #63C92A;
}



.leftbox4 p{
padding:7px;
	line-height:125%;
}


.leftbox{
	width:232px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	border-left:1px solid #63C92A;
	border-right:1px solid #63C92A;
	border-bottom:1px solid #63C92A;
}

.leftbox p{
	padding:7px;
	line-height:125%;
}


.leftbnr{
	width:234px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
}


.leftbnr img{
	margin-bottom:10px;
}


.contact img{
margin-bottom:7px;
}


/******右*****/

#right{
	width:200px;
	height:auto;
	margin:0px 12px;
	float:right;
	margin-top:10px;
}

.righttwitter{
	width: 200px;
	height: 700px;
	text-align: left;
	margin-bottom: 10px;
	margin-right: 20px;
}



.rightbox{
	width:189px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	border:1px solid #cccccc;
	background-color:#FFFFFF;
	padding-right:5px;
	padding-left:5px;
	padding-bottom:5px;
}


.rightbox p{
	padding-top:5px;
	line-height:125%;
}


.rightbox img{
	padding:5px 0px;
}

.rightbnr img{
margin-bottom:5px;

}


/*****真ん中*****/

#middle{
	margin:0px 220px 0px 275px;
	height:auto;
	margin-top:10px;
}



.new{
	margin-top:-2.0em;
	margin-left:120px;
}

dd{
	margin-bottom:10px;
}






#whatsnew{
	width:450px;
	height:120px;
	overflow:auto;
	text-align:left;

 SCROLLBAR-HIGHLIGHT-COLOR: #ffffff; 
 SCROLLBAR-SHADOW-COLOR:  #ffffff; 
 SCROLLBAR-3DLIGHT-COLOR: #ffffff; 
 SCROLLBAR-ARROW-COLOR: #000000; 
 SCROLLBAR-TRACK-COLOR: #ffffff; 
 SCROLLBAR-DARKSHADOW-COLOR: #ffffff; 
background-color:#ffffff;

line-height:30px;
padding:5px;
margin-bottom:20px;
}




.middle_topics{
	width: 448px;
	height: 550px;
	background-color: #f0eee1;
	margin-bottom: 15px;
	padding: 5px;
	border: 1px solid #CCCCCC;
}


.middlemovie{
	
	margin:10px 0px 10px 5px;
}


.middle_topics_bnr{
	padding-left:22px;

}

.middle_topics_bnr img{
margin-top:10px;

}






/*****中止のお知らせ*****/

.tyushi{
line-height:20px;
	margin:10px 0px 10px 5px;

}


.tyushi p{
margin-bottom:7px;

}


.movieinfo{
	width:440px;
	height:auto;
margin-top:15px;
margin-left:5px;
line-height:18px;

}


.middlebox{
	width:448px;
	height:auto;
	background-color:#f0eee1;
	margin-bottom:15px;
	padding:5px;
	border:1px solid #CCCCCC;

}


.middlebox p{
	margin:10px 0px 0px 5px;
	line-height:21px;	
}



.kochira{
margin:10px 0px 10px 10px;
text-align:right;

}


/*****フッター*****/


#footer{
	width:960px;
	height:126px;
	background-image:url(../images/footer.gif);
	background-repeat:no-repeat;
	clear:both;	
	font-size:12px;
	text-align:center;
	color:#666666;

}


#footer p{
	font-size:12px;
	text-align:center;
	color:#666666;
	padding-top:9px;
	line-height:18px;

}
