@charset "UTF-8";

#container {
	margin-right: auto;
	margin-left: auto;

	position: relative;
}

#container-inner {
	margin-right: auto;
	margin-left: auto;
	width: 708px;
	position: relative;
	margin-top:30px;
	margin-bottom:50px;
}

body {
	background: #000 url(../img/bg.jpg) center bottom no-repeat fixed;
}
html,body,ul{
	margin:0;
	padding:0;	
}

#header{
	background:#cc0000 url(../img/title.png) no-repeat center scroll;
	padding:10px;
	height:160px;
}

#headertop{
	background:url(../img/pic0.jpg) no-repeat center;
	height:375px;
}

#footer{
	/*background:#000;*/
	
	
}

#footer-inner {
	margin-right: auto;
	margin-left: auto;
	width: 708px;
	height:40px;
	position: relative;
	padding-top:8px;
	text-align:right;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	font-size:12px;
	color:#FFF;
}

.menu{
    overflow:hidden;
	list-style:none;
}

ul.menu li{
    float: left;
	padding:6px;
    height: 78px;
    display: block;
}

ul.menu li.top{
	padding-left:0;
}

ul.menu li.theater{
	padding-right:0;
}

 
ul.menu li a {

	display: block;
	overflow: hidden;
	text-indent: -1000em;
	height:78px;
	background-image: url(../img/menu.png);
	padding-top: 0px;

}

 

/* menu normal

---------------------*/
   .top a { width:78px; background-position:0       0;}
   .news a { width:78px; background-position:-78px  0;}
   .kaisetsu a { width:78px; background-position:-156px  0;}
   .message a { width:78px; background-position:-234px  0;}
   .cast a { width:78px; background-position:-312px  0;}
   .yokoku a { width:78px; background-position:-390px  0;}
   .suisen a { width:78px; background-position:-468px  0;}
   .theater a { width:78px; background-position:-546px  0;}
   
/* menu rollover

----------------------*/
    .top a:hover  { width:78px; background-position:0       -78px;}
    .news a:hover  { width:78px; background-position:-78px  -78px;}
    .kaisetsu a:hover  { width:78px; background-position:-156px  -78px;}
    .message a:hover  { width:78px; background-position:-234px  -78px;}
	.cast a:hover  { width:78px; background-position:-312px  -78px;}
	.yokoku a:hover  { width:78px; background-position:-390px  -78px;}
	.suisen a:hover  { width:78px; background-position:-468px  -78px;}
	.theater a:hover  { width:78px; background-position:-546px  -78px;}
	

h2 {
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#FFF;
	font-size:22px;
	margin-top: 50px;
	margin-bottom:6px;
}

h4 {
	font-size:16px;
	margin-top:10px;
	margin-bottom:20px;
}

hr {
	margin:20px;
	height:1px;
	background-color:#FF9999;
	color:#FF6666;
	border:none;
	style:dashed;
}

.box{
	background-color:#C00;
	padding:30px;
	border-radius: 10px;
	border:#F33 solid 1px;
	line-height:1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
	color:#FFF;
}
.boxtext{
	font-size:14px;
	line-height:1.8em;
}

.boxprofile{
	background:#C00;
	width:400px;
	float:right;
	font-size:12px;
	padding:8px;
	border-radius: 10px;
	border:#F99 solid 2px;
	margin-bottom:20px;
}
