@charset "utf-8";
/* ------------------------------
共通
------------------------------ */
* {
	margin: 0px;
	padding: 0px;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	clear:both;
}

fieldset,img{
	border:0px;
}

pre, blockquote, address,table,td,div,form{
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5,h6,p{
    margin: 0;
    padding: 0;
	font-size:100%;
	font-weight:normal;
}

ol,ul,li,dl,dt,dd{
	list-style:none;
	margin:0px;
	padding:0px;
	font-size:0;
	line-height:0;
	vertical-align:top;
}



/* ------------------------------
共通
------------------------------ */

body {
	background-image: url(../img/bg.gif);
	background-position:center top;
	background-repeat:repeat-y;
	}

#main_contents {
	width: 640px;
	font-size:14px;
	line-height:160%;
	color: #000;
	background-color: #CCDEE3;

}


#main_contents h1 {
	margin:0;
}

#header {
	margin:0;
}

#naiyo {
	margin-top:20px;
}


/* ------------------------------
トップ
------------------------------ */

#topread {
	float:left;
	width:356px;
}

#top_taisho {
	float:right;
	width:284px;
}

#whatsnew {
	background:url(../img/top_ph4.jpg) no-repeat;
	width:333px;
	height:265px;
	float:right;
}


/* ------------------------------
はじめに
------------------------------ */

#hajimeni_text {
	float:left;
	margin:0 0 0 15px;
	width:330px;
}
/* ------------------------------
あらすじ
------------------------------ */

#story_text {
	width:610px;
	margin:0 auto;
}

/* ------------------------------
出演者コメント
------------------------------ */

#castcomment_ph {
	float:left;
	padding:0 0 0 15px;
	width:212px;
}

#castcomment_text {
	float:right;
	padding:0 15px 0 0;
	width:380px;
}

#castcomment_navi{
	float:right;
	margin:0 15px 20px 15px;
}
/* ------------------------------
キャスト＆スタッフ
------------------------------ */

#cast_l {
	float:left;
	margin:0 0 0 15px;
}

#cast_r {
	float:right;
	margin:0 15px 0 0;
}

.cast_name {
	padding:0 0 0 15px;
	font-weight:bold;
}


/* ------------------------------
プロデューサーコメント
------------------------------ */

#producercomment_ph {
	float:right;
	padding:0 0 0 15px;
	width:358px;
}

#producercomment_text {
	float:left;
	padding:0 0 0 15px;
	width:242px;
}

/* ------------------------------
メッセージ
------------------------------ */

#messege {
	float:left;
	width: 435px;
}

#messege_comments {
	background:url(../img/messege_back.gif) no-repeat;
	height:441px;
	padding: 10px 0 0 30px;
}

#messege_chui {
	padding-left:25px;
	font-size:10px;
	line-height:120%;
	color:#CC0000;
}

/* ------------------------------
what's new
------------------------------ */

#news {
	height:100px; width:260px; margin:130px 0 0 30px; overflow:auto;
	font-size:12px;
	color:#000;
	line-height:140%;
	
}
.newtitle {
	margin-top:5px;
	font-weight:bold;
	color:#F60;
}

a:link {
	color: #000000;
	text-decoration:none;
}

a:visited {
	color: #000000;
	text-decoration:none;
}

a:hover {
	color: #000000;
	text-decoration: underline;
}

