@charset "UTF-8";

*{
	margin:0;
	padding:0;
	border:none;
	line-height:normal;
	font-style:normal;
	line-height:1.8em;
}

h1, h2, h3, h4, h5, h6  {  
font-size: 100%;
font-weight:normal;
}

body {  
	font-size: 75%;
	background-color:#ffffff;
	background:#000000;
	color:#fcfcfc;
}  
html>/**/body {  
	font-size: 12px;  
}
li{
	list-style-type: none;
}
a{
	color:#fcfcfc;
	text-decoration:underline;
}
a:hover{
	color:#FF0000;
	text-decoration:none;
}

/*-------class-------*/
.out{
	text-indent:-9999px;
	font-size:1px;
}
.clear{
	clear:both;
}
.left{
	float:left;
}
.right{
	float:right;
}
.P_relative{
	position:relative;
}

/*------------head------------*/
#top{
	height:auto;
	background-color:#FFFFFF;
	border-bottom:solid #FF0000 2px;
	background:#fcfcfc;
}
#head{
	width:880px;
	height:auto;
	margin:auto;
	text-align:left;
	padding:10px 10px 5px 10px;	
}
#top #head img{
	float:left;
}

/*------------page------------*/
#page{
	width:900px;
	margin:auto;
}
/*------------navi------------*/
#page #pageMain #pageMainL #navi a{
	display:block;
	width:160px;
	height:45px;
}
/*-------#home--------*/
#page #pageMain #pageMainL #navi #home a{
	background:url(../img/navi_home.gif) left top no-repeat;
}
#page #pageMain #pageMainL #navi #home a:hover{
	background:url(../img/navi_home_h.gif) left top no-repeat;
}
#page #pageMain #pageMainL #navi #home .current{
	background:url(../img/navi_home_s.gif) left top no-repeat;
}
/*-------#archive------*/
#page #pageMain #pageMainL #navi #archive a{
	background:url(../img/navi_archive.gif) left top no-repeat;
}
#page #pageMain #pageMainL #navi #archive a:hover{
	background:url(../img/navi_archive_h.gif) left top no-repeat;
}
#page #pageMain #pageMainL #navi #archive .current{
	background:url(../img/navi_archive_s.gif) left top no-repeat;
}
/*-------#cast-----*/
#page #pageMain #pageMainL #navi #cast a{
	background:url(../img/navi_cast.gif) left top no-repeat;
}
#page #pageMain #pageMainL #navi #cast a:hover{
	background:url(../img/navi_cast_h.gif) left top no-repeat;
}
#page #pageMain #pageMainL #navi #cast .current{
	background:url(../img/navi_cast_s.gif) left top no-repeat;
}

#page #pageMain #pageMainL #eeWeb{
	padding:20px 0 0;
}
#page #pageMain #pageMainL #eeWeb li{
	padding-bottom:5px;
}

/*------------main------------*/
#page #pageMain{
	padding:20px 0;
}

#page #pageMain #pageMainL{
	float:left;
}
#page #pageMain #pageMainR{
	float:right;
}

#page #pageMain #pageMainL #logo_s{
	padding-bottom:20px;
	margin-bottom:20px;
	border-bottom:1px dotted #FF0000;
}


#page #pageMain #pageMainR #movCon .toTop{
	padding:10px 0;
	float:right;
}

/*------------bottom------------*/
#bottom{
	background:url(../img/foot_bg.gif) left top repeat-x;
	padding-top:10px;
	padding-bottom:30px;
	border-top:#FF0000 solid 1px;
}

#bottom #foot{
	width:900px;
	margin:auto;
	text-align:center;
	font-size:0.9em;
}
#bottom #foot a{
	color:#fcfcfc;
	text-decoration:none;
}
#bottom #foot a:hover{
	color:#ff0000;
	text-decoration:none;
}
#bottom #foot ul{
	padding:10px;
}
#bottom #foot li{
	display:inline;
	padding:10px;
}
#bottom #foot address{
	padding:10px;
}
