@charset "UTF-8";
@import url(common.css);
@import url(textsettings.css);

/* ---------------------------------------------------------------- *
	oseki  最終修正日：090604
 * ---------------------------------------------------------------- */
noscript {
	font-size: 84%;
	color:#000000;
	top: 0;
	left: 15px;
	position: absolute;
	line-height: 1.2;
}
	
/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */
body {
	color: #505050;
	line-height: 1.7em;
	text-align: center;
}
.container {
	background: transparent;
	position:relative;
	margin: 0px auto;
	text-align: left;
}
#main {
}
/* ---------------------------------------------------------------- *
	ページごとの背景
 * ---------------------------------------------------------------- */

body#News .container {
	background: #FFFFFF url(../news/img/bg_news.jpg) no-repeat center top;
}
body#Special .container {
	background: #FFFFFF url(../special/img/bg_special.jpg) no-repeat center top;
}
body#Release .container {
	background: #FFFFFF url(../release/img/bg_release.jpg) no-repeat center top;
}
body#Link .container {
	background: #FFFFFF url(../link/img/bg_link.jpg) no-repeat center top;
}
/*body#News #container, body#Special #container, body#Release #container, body#Link #container {
	width: 600px;
	margin: 0 auto;
}*/
/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */
 
#header {
	height: 70px;
	background-color: #FFFFFF;
}
#header_contents, #footer_contents {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align:left;
}
#header_contents .info {
	float: right;
	margin-right: 15px;
	margin-top: 10px;
}

.info {
	margin:10px 0;
}

/* ---------------------------------------------------------------- *
	サブメニュー
 * ---------------------------------------------------------------- */
#submenu_box {
	width: 600px;
	margin: 0 auto;
	position: relative;
}
#sub_menu {
	position: absolute;
	top:5px;
	right:0;
	border-right: 1px solid #505050;
}
/* --IE表示違いの為のハック-- */
#sub_menu { /top:66px; }

#sub_menu li {
	float:left;
	list-style: none;
	line-height:0.8em;
	border-left: 1px solid #505050;
	padding: 2px 8px;
	font-size: 93%;
	font-weight: bold;
}

  /* Note：上マージンを確保し，IE6/IE7 で垂直配置がずれるバグを回避します。以降，指示に従って同じ値での指定を 2 回続けてください。 */
[id="sub_menu"]#sub_menu {
  /* ★ --- 上マージンを設定してください --- */
  /* Note：コンテンツ部分の上マージンと同じ値を設定してください */
}
html:lang(ja) #sub_menu {
  /* Note：直前の指定と同じ値を設定してください */
}
/* ---------------------------------------------------------------- *
	更新コンテンツ部分の設定
 * ---------------------------------------------------------------- */

.contents {
	width: 598px;
	display:inline-block;
	min-height:1%;
	padding: 0px 0px 20px;
	border: 1px solid #A3B3B8;
	margin: 20px auto 0;
}
.contents:after{
   content:".";
   display:block;
   height:0;
   visibility:hidden;
   clear:both;
}
/* Hides from IE-mac \*/
*html .contents{height: 1%;}
.contents{display: block;}
/* for ie5,6*/


.contents_bottom {
	height: 125px;
}
/* ---------------------------------------------------------------- *
	更新エリアの画像枠
 * ---------------------------------------------------------------- */
.contents img.fig_l, .contents img.fig_r {
	border: 1px solid #c8c8c8;
	margin-top: 5px;
}
.imgbox_right img, .imgbox_left img {
	border: 1px solid #c8c8c8;
	margin-top: 5px;
}

/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */
#footer {
	clear: both;
	text-align: left;
}

#footer address {
	float: left;
}
#footer p {
	float: right;
}

/* ---------------------------------------------------------------- *
	画像の設定です
 * ---------------------------------------------------------------- */
#main a img {
	border: 1px solid #646464;
}
#main a:hover img {
	border: 1px solid #4B4B4B;
}
.fig_r {
	float: right;
	margin: 0px 0px 1em 20px;
} 
.fig_l {
	float: left;
	margin: 0px 20px 1em 0px;
} 
/*テキストありの場合*/
.imgbox_left {
	float:left;
	padding:0 20px 20px 20px; 
}
.imgbox_right {
	float:right;
	padding:0 20px 20px 20px; 
}
p.photoimage img {
	padding: 4px;
	border: 1px solid #b8b8b8;
	margin-top: 0.5em;
}

/* ---------------------------------------------------------------- *
	ページトップボタンの設定です
 * ---------------------------------------------------------------- */

  /* --トップへ戻る-- */
#btn_pagetop {
	position:absolute;
	bottom: 0px;
	right: 50px;
}
#btn_pagetop img {
}
#btn_pagetop a img, #btn_pagetop a:hover img {
	border: none;
}


/* ---------------------------------------------------------------- *
	スタッフキャストページ
 * ---------------------------------------------------------------- */
dl dt {
	float: left;
	clear: left;
}

dl#cast_dl, dl#staff_dl {
	line-height: 2em;
	margin: 25px 0px 0px 20px;
}

dl#staff_dl dt {
	width: 10em;
}
dl#staff_dl dd {
	margin-left: 11em;
	padding-left: 10px;
}
dl#cast_dl dt {
	width: 4em;
}
dl#cast_dl dd {
	margin-left: 5em;
	padding-left: 10px;
}
/* ---------------------------------------------------------------- *
	スペシャル／
 * ---------------------------------------------------------------- */
.wp_dl {
	padding: 1em 20px 1em 0px;	
	margin-left: 20px;
	margin-right: 20px;
	background-color: #ebebeb;
}

