@charset "utf-8";
/* CSS Document */

div#topnav{
	position:absolute;
	text-indent:-9999px;
}

/* ----------------------------------------
*	汎用要素スタイル 
---------------------------------------- */
a{	color:#38a0fd;}

/* ----------------------------------------
*	ページスタイル　index.html
---------------------------------------- */
body{
	background-image:url(../images/bg_body.png);
	padding-top:15px;
}
div#container{
	background:url(../images/bg_container_bottom.png) #F4F4F2 no-repeat 0 100%;
	width:950px;
	margin:0 auto 15px;
}
div#wrapper{
	background:url(../images/bg_container_top.png) no-repeat 0 0;
	padding-top:10px;
}

/*	header ヘッダー		---------------------------------------- */
div#header{
	margin:0 0 20px;
}
div#header h1{
	float:left;
	margin:0 0 17px;
	padding:16px 0 0 26px;
}
div#header p{
	float:right;
	padding:10px 25px 0 0;
	margin:0 0 17px;
	text-align:right;
}
div#header p img{
	margin-bottom:5px;
	display:block;
	margin:0 0 0 auto;
}

/*	footer フッター		---------------------------------------- */
div#footer{
	background-color:#000;
	text-align:center;
}
div#footer div{
	width:900px;
	margin:0 auto;
	height:10px;
	padding:10px 0;
}
div#footer a{
	float:right;
}

/*	content コンテンツ		---------------------------------------- */
div#content{
	width:900px;
	margin:0 auto;
	padding-bottom:20px;
}
div#picture{
	width:160px;
	float:right;
}
div#picture ul{
	margin:0;
	padding:20px 0 0;
}
div#picture li{
	list-style:none;
	margin-bottom:10px;
}
div#story,
div#cast{
	width:675px;
	float:left;
	margin-bottom:15px;
}
div#persons{	clear:both;}
div#story h2,
div#cast h2,
div#persons h2{
	margin:0 0 10px;
}
div#story p,
div#cast p{
	margin-left:30px;
	line-height:1.5;
	letter-spacing:1px;
}
div#cast p.main_cast{	font-size:16px;}
div#persons_content div{
	clear:both;
	width:848px;
	background-image:url(../images/bg_pink.png);
	padding:26px 26px 0;
}
div#persons_content dl{
	background-image:url(../images/bg_persons.png);
	width:410px;
	height:173px;
	margin:0;
	position:relative;
	margin-bottom:26px;
}
div#persons_content dl.sub_cast{	height:146px;}
div#persons_content dl#hayasaka-shou,
div#persons_content dl#kana{	float:left;}
div#persons_content dl#ooba-kotone,
div#persons_content dl#youko{	float:right;}
div#persons_content dl dt{
	position:absolute;
	top:25px;
	left:180px;
}
div#persons_content dl.sub_cast dt{
	top:30px;
}
div#persons_content dl dd.prof-txt{
	position:absolute;
	top:78px;
	left:180px;
	margin:0;
	width:205px;
	text-align:justify;
}
div#persons_content dl.sub_cast dd.prof-txt{
	top:68px;
}
div#persons_content dl dd.prof-pic{
	position:absolute;
	top:24px;
	left:29px;
	margin:0;
}
