@charset "UTF-8";


/* 指定
---------------------------------------------------- */
*{
	margin:0;
	padding:0;
}

html,body{
	height: 100%;
}
.clearfix:after {
 	content: ""; 
 	display: block; 
 	clear: both;
}
.clearfix {
	display: inline-table;
	min-height: 1%;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* BODY指定
---------------------------------------------------- */
body {
	line-height:1.6;
	color:#D4BFAA;
	font-size:75%;
	text-align: center;
	background-color: #272727;
}

/* テキスト指定
---------------------------------------------------- */
p{
	text-indent: 0px;
	background:#FFFFFF;
	padding: 10px;
	text-align:left;
}
h1{
	font-size: 120%;
	font-weight: normal;
}
h2{
	font-size: 120%;
	font-weight: bold;
	color: #333333;
	line-height: 3;
}

div#menu a:link,
div#menu a:hover,
div#menu a:active,
div#menu a:visited,
div#wrapper a:link,
div#wrapper a:hover,
div#wrapper a:active,
div#wrapper a:visited{
	float: none;
	margin: 0px;
	padding: 0px;
	color: #ce5b4a;
}



/* 幅指定
---------------------------------------------------- */
#container{
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 50px;
}
#header{
	width: 800px;
}
#wrapper{
	background: #FFFFFF repeat-y;
	margin-right: auto;
	margin-left: auto;
	width: 800px;
	padding-top: 10px;
}
#menu{
	background: #FFFFFF repeat-y;
	width: 800px;
	text-align: center;
}

*html ul.chiki{
	margin:10px 0px 0px 70px;
	padding:0px;
	list-style-type:none;
	width:400px;
	float:left;
	height:18px;
	overflow:hidden;
	}
	
ul.chiki{
	margin:10px 0px 0px 130px;
	padding:0px;
	list-style-type:none;
	width:400px;
	float:left;
	height:18px;
	overflow:hidden;
	}
	
li.gnavi01{
	padding:2px 0px;
	text-align:center;
	font-size:12px;
	color:#00CCFF;
	border-right:1px solid #666666;
	border-left:1px solid #666666;
	float:left;
	width:84px;
	}
	
li.gnavi02{
	padding:2px 0px;
	text-align:center;
	font-size:12px;
	color:#00CCFF;
	border-right:1px solid #666666;
	float:left;
	width:50px;
	}	
	
li.gnavi03{
	padding:2px 0px;
	text-align:center;
	font-size:12px;
	color:#e50a73;
	float:left;
	width:84px;
	border-right:1px solid #666666;
	}	

div#wrapper #menu{
	width: 300px;
	text-align: center;
}

div#wrapper #menu ul{
	margin-left: 10px;
	margin-bottom: 30px;

}
div#wrapper #menu li{
	text-align: left;
	line-height: 1.6;
	list-style: none;
	float: left;
	margin-right: 10px;
}

div#wrapper .section{
	clear: both;
	padding-bottom: 50px;
}
div#wrapper .section .top{
	margin-right: 30px;
	float: right;
}
div#wrapper table {
	width: 540px;
	padding-top: 20px;
	margin-right: auto;
	margin-left: auto;
	border-top:1px solid #663300;
	border-left:1px solid #663300;
	border-collapse:collapse;
}
div#wrapper table th{
	background: #993333;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
	color: #FFFFFF;
}
div#wrapper table tr{
}
div#wrapper table td{
	background: #FFFFFF;
	text-align: center;
	border-right:1px solid #663300;
	border-bottom:1px solid #663300;
}
div#wrapper table .td1{
}
div#wrapper table .td2{
}


/* 画像
---------------------------------------------------- */
#cast-main .img{
	float: right;
	clear: left;
	margin-left: 10px;
}
#cast-head a:link, #cast-head a:visited{
	color: #FF0000;
}
#cast-head a:hover{
	text-decoration: none;
}

/* フッター指定
---------------------------------------------------- */
#footer  {
	width: 816px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#footer img  {
	width: 816px;
	padding-top: 10px;
	padding-bottom: 30px;
}
#footer a:link, #footer a:visited{
	color: #FF0000;
}
#footer a:hover{
	text-decoration: none;
}
#footer p{
	font-size: 110%;
	color: #999999;
}
.clear{
	clear:both;
}

