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


/* ---------------------------------------------------------------- *
	ドキュメント全体に関する設定です
 * ---------------------------------------------------------------- */

body {
  color: #333333;
	background-color: #666;
}

#container {
	width: 876px;
	background-image: url(../common-img/bg.jpg);
	background-repeat: repeat-y;
	background-position: center;
	padding: 0px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ---------------------------------------------------------------- *
	ヘッダ部分の設定です
 * ---------------------------------------------------------------- */

#contentsheader {
	width: 876px;
	background-image: url(../common-img/c-header.jpg);
	height: 252px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 29px;
	position: relative;
}
*html #contentsheader {
	width: 876px;
	background-image: url(../common-img/c-header.jpg);
	height: 252px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 29px;
	position: relative;
	left: 15px;
}

#header {
	width: 876px;
	background-color: #666;
	background-image: url(../index-img/header.jpg);
	text-indent: -9999px;
	height: 384px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}

/* ---------------------------------------------------------------- *
	ナビゲーション部分の設定です
 * ---------------------------------------------------------------- */

#navi {
	width: 758px;/*- メニューの幅　全メニューの横幅の和 ----------*/
	padding-top: 0;
	padding-bottom: 0;
	text-align: center;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 61px;
}

#navi ul {
	padding: 0;
	margin: 0;
}

#navi ul li {
	padding: 0;
	margin: 0;
	text-indent: -9999px;
	list-style-type: none;
	display:inline;
}
/*---------- コンテンツ1 ----------*/
#navi li.story a {
	height: 100px;
	width: 185px;
	background-image: url(../index-img/i-story.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#navi li.story a:hover {
	background-position: 0 -100px;
}

/*---------- コンテンツ2 ----------*/
#navi li.cast a {
	height: 100px;
	width: 170px;
	background-image: url(../index-img/i-cast.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#navi li.cast a:hover {
	background-position: 0 -100px;
}
/*---------- コンテンツ3 ----------*/
#navi li.topix a {
	height: 100px;
	width: 195px;
	background-image: url(../index-img/i-topix.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#navi li.topix a:hover {
	background-position: 0 -100px;
}
/*---------- コンテンツ4 ----------*/
#navi li.gallery a {
	height: 100px;
	width: 208px;
	background-image: url(../index-img/i-gallery.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#navi li.gallery a:hover {
	background-position: 0 -100px;
}

/* ---------------------------------------------------------------- *
	コンテンツコンテナの設定です
 * ---------------------------------------------------------------- */

#main {
  padding-left: 170px;
  padding-right: 65px;
  background: tranparent;
  margin-top: 0;
  margin-bottom: 0;
}
*html #main {
	padding-left: 170px;
	padding-right: 65px;
	background: tranparent;
	margin-top: 0;
	margin-bottom: 0;
	left: 15px;
}

#indexmain {
  padding-left: 0px;
  padding-right: 380px;
  background: tranparent;
  margin-top: 0;
  margin-bottom: 0;
}


/* ---------------------------------------------------------------- *
	サイドメニュー部分の設定です
 * ---------------------------------------------------------------- */

#sidenavi {
	width: 176px;
	left: 0;
	right: auto;
	z-index: 1;
	margin: 0px;
	padding: 0;
}
*html #sidenavi {
	width: 176px;
	left: 0;
	right: auto;
	z-index: 1;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 15px;
}


#sidenavi ul {
    margin: 0;
    padding: 0;
}

#sidenavi ul li {
    margin: 0;
    padding: 0;
	text-indent: -9999px;
    list-style-type: none;
}
/*---------- コンテンツ1 ----------*/
#sidenavi li.top a {
	height: 64px;
	width: 176px;
	background-image: url(../common-img/c-top.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#sidenavi li.top a:hover {
	background-position: 0 -64px;
}

/*---------- コンテンツ1 ----------*/
#sidenavi li.story a {
	height: 77px;
	width: 176px;
	background-image: url(../common-img/c-story.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#sidenavi li.story a:hover {
	background-position: 0 -77px;
}

/*---------- コンテンツ2 ----------*/
#sidenavi li.cast a {
	height: 64px;
	width: 176px;
	background-image: url(../common-img/c-cast.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#sidenavi li.cast a:hover {
	background-position: 0 -64px;
}
/*---------- コンテンツ3 ----------*/
#sidenavi li.topix a {
	height: 68px;
	width: 176px;
	background-image: url(../common-img/c-topix.jpg);
	background-repeat: no-repeat;
	position: relative;
	float: left;
}
#sidenavi li.topix a:hover {
	background-position: 0 -68px;
}
/*---------- コンテンツ4 ----------*/
#sidenavi li.gallery a {
	height: 71px;
	width: 176px;
	background-image: url(../common-img/c-gallery.jpg);
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
#sidenavi li.gallery a:hover {
	background-position: 0 -71px;
}

[id="sidenavi"]#sidenavi {
  margin-top: 0;
}
html:lang(ja) #sidenavi {
  margin-top: 0;
}

/* ---------------------------------------------------------------- *
	サイドコンテンツ領域の設定です
 * ---------------------------------------------------------------- */

#sidebox {
  background: transparent;
  width: 370px;
}

#sideboxtopix {
	background: transparent;
	width: 255px;
	position: absolute;
}
*html #sideboxtopix {
	background: transparent;
	width: 255px;
	position: absolute;
	right: 28px;
}


#sidebox ul {
    margin: 0;
    padding: 0;
}

#sidebox ul li {
	margin: 0;
	list-style-type: none;
	font-size: 1.3em;
	font-weight: bold;
	color: #600;
}
#sidebox ul li.catch {
	list-style-type: none;
	font-size: 1.8em;
	font-weight: bold;
	color: #600;
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0.7em;
}
#sidebox img.fig {
	float: right;
	margin-top: 0;
	margin-right: 0em;
	margin-bottom: 0em;
	margin-left: 0;
}



/* ---------------------------------------------------------------- *
	コンテンツ部分の設定です
 * ---------------------------------------------------------------- */

.indexcontents {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 0.7em;
  padding-right: 0em;
  padding-bottom: 0.7em;
  padding-left: 5em;
}

.contents {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 1em;
  padding-right: 0em;
  padding-bottom: 0.7em;
  padding-left: 1em;
  display: block;
  clear:both;


}
*html .contents {
  display: block;
  clear:both;
}

.contentstopix {
  margin-top: 0;
  margin-bottom: 15px;
  padding-top: 1em;
  padding-right: 200px;
  padding-bottom: 0.7em;
  padding-left: 1em;
}

.contentscast {
	float: left;
	width: 310px;
	display:block;
	position: relative;
}

.contentscast1 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	float: left;
	width: 207px;
	display: inline;
	position: relative;
}


.contentscast2 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	float: left;
	width: 310px;
	position: relative;
}

.contentscast3 {
	margin-top: 0;
	margin-bottom: 5px;
	padding-top: 0em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 0em;
	float: left;
	width: 100px;
	border: 1px solid #999;
	text-align: center;
}

.contentsnew {
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 4em;
	padding-right: 2em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	background-image: url(../index-img/news.jpg);
	background-repeat: no-repeat;
	height: 220px;
}

.contentsstaff {
	margin-top: 0;
	margin-bottom: 0px;
	padding-top: 4em;
	padding-right: 1em;
	padding-bottom: 0.7em;
	padding-left: 2em;
	background-image: url(../common-img/staffback.jpg);
	background-repeat: no-repeat;
	height: 354px;
}


/* ---------------------------------------------------------------- *
	コンテンツ画像の設定です
 * ---------------------------------------------------------------- */
.contentstopix img.fig {
  float: left;
  margin-top: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
}

.contents img.fig {
	float: left;
	margin-top: 0;
	margin-right: 0.5em;
	margin-bottom: 0.5em;
	margin-left: 0;
	display: inline;
}

.indexcontents img.fig {
  float: left;
  margin-top: 0;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
  margin-left: 0;
}

.contents img.fig-c {
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
	text-align: center;
}


.contentstopix img.fig-r {
  float: right;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}

.contents img.fig-r {
  float: right;
  margin-top: 0;
  margin-right: 1em;
  margin-bottom: 1em;
  margin-left: 0;
}


/* ---------------------------------------------------------------- *
	サイドボックス内のコンテンツの設定です
 * ---------------------------------------------------------------- */

#sidebox .contents {
  background: #F2F2F2;
  margin-top: 0;
}

#sidebox .contents ul {
  margin: 0 0 0 1.4em;
  padding: 0;
}

#sidebox .contents ul li {
  margin-bottom: 0.5em;
}

/* ---------------------------------------------------------------- *
	画像のみのボックスを作る場合の設定です
 * ---------------------------------------------------------------- */

.imgbox {
  background: #FFFFFF;
  margin-top: 0;
	margin-bottom: 6px;
	margin-left: 20px;
}

/* ---------------------------------------------------------------- *
	サイドボックス内の画像のみボックスの設定です
 * ---------------------------------------------------------------- */
#sidebox .imgbox {
  background: transparent;
	padding-left: 20px;  /* --- マージンを設定してください --- */
}


/* ---------------------------------------------------------------- *
	フッタ部分の設定です
 * ---------------------------------------------------------------- */
#footerup {
	margin: 0px;
	padding: 0px;
}

#footerup img {
	display: block;
}

*:first-child+html #footerup img {
	display: block;
}

*:first-child+html #footerup {
	padding: 0px;
	display:inline;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -13px;
	height: 51px;
	display:inline;
}

#footer {
	margin: 0px;
	padding-top: 0.6em;
	padding-right: 0;
	padding-bottom: 1em;
	padding-left: 6em;
	background-color: #F4ECB3;
}

#footer ul {
	margin-bottom: 4px;
	padding: 0;
	border-left: 1px solid #CCCCCC;
	margin-top: 0px;
}

#footer ul li {
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #CCCCCC;
	background-image: none;
	font-size: 1.2em;
}

