@charset "utf-8";
/* 2009年7月6日 */

/* 大枠 */
#wrapper {
	width:840px;
    background-color:#0e0b08;
	margin:0 30px;
	color:#FFF;
	overflow:hidden;
	}
*html #wrapper{height:1%;}
	
dl,dt,dd,ul,li{
margin:0;
padding:0;
}

li{
list-style:none;
}

h2,h3,h4 {
	text-indent:-9999px;
	line-height:0;
	}	
	
/* 左ナビゲーション大枠 
---------------------------*/
.nav{
width:204px;
background-color:#372727;
float:left;
clear:both;
}

#leftBack{
	width:204px;
	background-repeat:repeat-y;
	background-image:url(/mob/title/bridge/umineko/image/left_back.jpg);
	height:1425px;
}

/* 右コンテンツ大枠 
---------------------------*/
.contents{
width:636px;
float:right;
background-color:#000;
}

/* 配信コンテンツ 
---------------------------*/
.haishin{
width:600px;
margin:0 18px;
}

.haishin table{
border-collapse:collapse;
border-spacing:0;
margin-bottom:10px;
}

.episode{
width:600px;
margin:0 18px;
}

.episode td{padding:10px 0;}
.episode th{
text-align:left;
background-color:#FF0000;
font-weight:bold;}

.red{
color:#FF0000;
font-weight:bold;
}

.black{
color:#000;
font-weight:bold;
}


.strong{
font-weight:bold;
}

.haishin a,.haishin hover,.haishin visited{
color:#FFF;
text-decoration:underline;
font-weight:bold;
}

/* キャラクター */
.character{
margin:0 auto;
width:600px;
}

.character td{
text-align:center;
line-height:1.5;
}

.red{
color:#FF0000;
font-weight:bold;
}

/* コピーライト 
--------------------------*/
#copyRight{
clear:both;
font-size:90%;
line-height:1.5;
padding:10px;
list-style:none;
background-color:#000;
text-decoration:none;
}

