@charset "UTF-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
	font-size:100%;
	}
	
li {
	list-style-type:none;
	}


html{
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴシックPro W3","Hiragino Kaku Gothic Pro","Osaka","MS ゴシック",sans-serif;
	font-size:62.5%;
	}

body {
	font-size: 1.1em;
	line-height:1.5;
	/*width:800px;*/
	color:#fff;
	background:#000;
	margin:0 auto;
	padding:0;
	}
	
img{
	border:0;
	}

a{
	text-decoration:none;
	outline:none;
	}

a:link,
a:visited{
	color:#999999;
	text-decoration:underline;
	}

a:hover,
a:active{
	color:#999999;
	text-decoration:none;
	}
	
.textLink a:link,
.textLink a:visited{
	color:#fff;
	text-decoration:none;
	}

.textLink a:hover,
.textLink a:active{
	color:#333333;
	text-decoration:underline;
	}
	
p {
	margin-bottom:1em;
	}
	
/* ============================================================ header */

#top {
	background-image:url(../img/headerback.gif);
	background-repeat:repeat-x;
	}
.top-inner {
	width:800px;
	text-align:right;
	margin: 0 auto;
	}
#header {
	width:800px;
	margin:0 auto;
	}
.toplogo {
	width:240px;
	padding:10px 0 0 50px;
	float:left;
	}
.underlogo {
	width:340px;
	padding:10px 0 0 0;
	float:left;
	}	

h1 {
	font-weight:normal;
	margin-top:10px;
	}
	
#menubtn {
	float:right;
	font-size:1.2em;
	margin:10px 0 10px 10px;
	}
	
#menubtn li{
	float:left;
	display:block;
	margin-right:0.5em;
	padding-right:0.5em;
	text-indent:inherit;
	}
	
#menubtn .lastChild{
	margin-right:0;
	border-right:none;
	padding-right:0;
	}
#submenu {
	clear:both;
	font-size:1.2em;
	margin:0;
	text-align:right;
	}
#submenu a:link {
	color:#FF9933;
	}
#submenu a:hover {
	color:#FFFFFF;
	background-color:#FF9933;
	}
#submenu a:visited {
	color:#666666;
	}


/*.BtS , .BtS a {
	display:block;
	/*width:152px;*/
	/*height:90px;*/
	/*text-indent:-9999px;}*/

/*
#01 {
	background:url(../img/btn01a.gif) ;
	height:90px;
}

#01 a {
	background:url(../img/btn01a.gif)  ;
}

#01 a :link, #01 a :visited{
	background:url(../img/btn01a.gif) ;
}

#01 a:hover, #01 a:focus {
	background:url(../img/btn01b.gif) 0 22px ;
}
*/
#main {
	width:800px;
	margin:0 auto;
	clear:both;
	text-align:left;
	font-size:13px;
	line-height:180%;
	}
.topflash {
	width:800px;
	height:500px;
	margin:0 auto;
	background-image:url(../img/topback.gif);
	background-repeat:no-repeat;
	}
.topflash img {
	padding: 100px 8px 0 0;
	text-align:center;
	}
h3 {
	text-indent:-9999px;
	}


/* ============================================================ footer */
	
#footer {
	clear:both;
	width:800px;
	padding:20px 0;
	margin:0 auto;
	}
	
#pageTop {
	border-bottom:1px solid #333;
	text-align:right;
}
	
#footer p{
	text-align:right;
	color:#666666;
	}
	
/* ============================================================ custom */

#episode {
	padding-top:50px;
	width:400px;
	}
.episode-inner {
	padding:0 40px;
	}

