@charset "utf-8";
body {
	font: 80%/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: #FFF url("../images/bg_body02.jpg") no-repeat center top;
	margin: 0;
	padding: 0;
	color: #000;
}
body#top{
	background: #FFF url("../images/bg_body01.jpg") no-repeat center top;
}

/* ~~ エレメント / タグセレクター ~~ */
ul, ol, dl { /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;	 /* 上マージンを削除すると、マージンを含む div からマージンがはみ出す場合があるという問題を回避できます。残った下マージンにより、後続のエレメントからは離されます。 */
	padding: 0px; /* div 自体ではなく div 内でエレメントの両側に余白を追加すると、ボックスモデル計算が不要になります。代わりに、両側に余白を指定した div をネストして使用することもできます。 */
}
img {
	vertical-align:bottom;	
}
a img { /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
	border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
	color: #42413C;
	text-decoration: underline; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}

/* ~~ この固定幅コンテナが他の div を囲みます。~~ */
.container {
	width: 900px;
	margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
}

/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。ヘッダーには、ユーザー独自のリンクされたロゴに置き換えられるイメージプレースホルダーが含まれます。~~ */
.header {
	height: 130px;
	background: #FFF url("../images/bg_header.jpg") no-repeat left top;
	overflow:hidden;
}
.header #navi{
	margin-left:20px;
}
#top #navi{
	margin:10px 0 0 10px;
	height:35px;
}
#navi li{
	list-style-type:none;
	float:left;
}
#logo{
	display:block;
	margin:0;
	width:268px;	
}

/* ~~ これはレイアウト情報です。~~ */

.content {
	padding: 0 0 10px 0;
	background:#E9E0D6;
	overflow:hidden;
}

/* ~~ フッター ~~ */
.footer {
	padding: 0;
	text-align:center;
}

/* ~~ その他の float/clear クラス ~~ */
.fltrt {  /* このクラスを使用すると、ページ内でエレメントを右にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: right;
}
.fltlft { /* このクラスを使用すると、ページ内でエレメントを左にフローティングさせることができます。フローティングさせるエレメントは、ページ内で横に並べて表示するエレメントの前に指定する必要があります。 */
	float: left;
}
.clearfloat { /* このクラスは、#footer が #container から削除されているか取り出されている場合に、<br /> または空の div で、フローティングさせる最後の div に続く最後のエレメントとして (#container 内に) 配置できます。 */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/* top */

#top .container{
	width:920px;
}
#top .content{
	height:150px;
	padding:0;
	background:none;
	overflow:hidden;
	position:relative;	
}
#top #flash{
	width:920px;
	height:540px;
	/*background: transparent url("../images/bg_fla02.jpg") no-repeat center top;*/
}
#top .content #topmenu{
	width:700px;
	float:left;
}
#top .content #trailer{
	width:196px;	
	margin-top:34px;
	float:right;
}
#scroller-v{
	clear:both;
	margin-top:21px;
	margin-left:100px;
}

/* news */

#news {
	background: #FFF url("../images/bg_news02.jpg") repeat-y center top;
}
#newsText {
	background: transparent url("../images/bg_news01.jpg") no-repeat center top;
	min-height:400px;
	_height:400px;
	padding:110px 60px 0px;
}
#newsText p{
	width:500px;
	margin-bottom:10px;
	padding-left:7px;
	background: transparent url("../images/icon.gif") no-repeat left 8px;
}

/* Information */

#info{
	background: transparent url("../images/bg_info02.jpg") no-repeat right top;
	height:710px;
}

#info h1{
	width:190px;
	height:0px;
	padding-top:630px;
	background: transparent url("../images/bg_info01.jpg") no-repeat center top;
	overflow: hidden;
	float:left;
}
#info h2{
	margin:0;	
	padding:0;
}
#info #dvd{
	width:710px;
	min-height:370px;
	_height:370px;
	padding-top:80px;
	background: transparent url("../images/img_info01.png") no-repeat 360px 80px;
	float:right;
}
#info #dvd2{
	width:710px;
	min-height:240px;
	_height:240px;
	background: transparent url("../images/img_info02.png") no-repeat 360px 0px;
	float:right;
}
#info p.txt{
	margin:10px 18px;
}

/* Story */

#story h1{
	width:375px;
	height:0px;
	padding-top:672px;
	background: transparent url("../images/img_story01.jpg") no-repeat center top;
	overflow: hidden;
	float:left;
}
#story #intro{
	width: 525px;
	float:right;
}
#story #guide{
	width:900px;
	clear:both;	
}

#lightwindow_contents {
	overflow: hidden;
}

/* Cast */

#cast {
	background: #FFF url("../images/bg_cast02.jpg") repeat-y center top;
}
#cast h1#castTitle{
	height:0;
	overflow:hidden;	
}
#castText {
	background: transparent url("../images/bg_cast01.jpg") no-repeat center top;
	min-height:400px;
	_height:400px;
	padding:60px 60px 0 220px;
}
#castText h2{
	margin:0 0 10px 0;
	padding:0;	
}
#castText p{
	margin-bottom:10px;
}
.castBox{
	width:620px;
	margin-bottom:40px;
	clear:both;
	overflow:hidden;
}
#castText .castPhoto{
	width:160px;
	float:left;
}
#castText .castProfile{
	width:440px;
	float:right;
}
.profile{
	background-image:none;
	padding-bottom:10px;
	line-height:1.6em;
}
.profile h1{
	font-size:110%;
	color:#660;
	background-color:#CC9;
}
.profile h3{
	font-size:100%;
	color:#630;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
}

/* movie */

#movie {
	background: #FFF url("../images/bg_movie02.jpg") repeat-y center top;
}
#movie h1#movieTitle{
	height:0;
	overflow:hidden;	
}
#movieText {
	background: transparent url("../images/bg_movie01.jpg") no-repeat center top;
	padding:100px 50px 20px 50px;
}

/* download */

#download {
	background: #FFF url("../images/bg_download02.jpg") repeat-y center top;
}
#download h1#downloadTitle{
	height:0;
	overflow:hidden;	
}
#downloadText {
	background: transparent url("../images/bg_download01.jpg") no-repeat center top;
	height:340px;
	padding:120px 0px 40px 70px;
	overflow:hidden;
}
.wallpaper01{
	width:380px;
	padding-top:280px;
	background: transparent url("../images/img_download_01.jpg") no-repeat center top;
	float:left;	
}
.wallpaper02{
	width:380px;
	padding-top:280px;
	background: transparent url("../images/img_download_02.jpg") no-repeat center top;	
	float:left;	
}
.btnDownload{
	text-align:center;
	margin-bottom:23px;	
}
.btnDownload a{
	padding:0 8px;	
}

/* comment */

#comment {
	background: #FFF url("../images/bg_comment02.jpg") repeat-y center top;
}
#comment h1#commentTitle{
	height:0;
	overflow:hidden;	
}
#commentText {
	background: transparent url("../images/bg_comment01b.jpg") no-repeat center top;
	padding:100px 60px 40px 70px;
	overflow:hidden;
}
#commentText dt,
#commentText dd {
	margin:0;
	padding-left:7px;
}
#commentText dt{
	font-weight:bold;
	color:#630;
	margin-bottom:5px;
	background: transparent url("../images/icon.gif") no-repeat left 8px;
}
#commentText dd{
	width:580px;
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC ;	
}

/*SPOにて追加*/
#top .banner_area {
	margin: 0px auto;
	padding: 0px;
	text-align:center;
}
#top .banner_area ul {
	display:inline;
	height: 60px;
	margin: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	/*padding-left: 276px;*/
}
#top .banner_area li {
	display:inline;
	/*float: left;*/
	height: 60px;
	padding:0 2px;
	/*width: 184px;*/
	/*display: block;*/
	text-align: center;
}
#news #newsText .txt_red {
	color: #CC0000;
}
#scroller-v a:link {
	color: #000000;
	text-decoration: none; /* 非常に特殊な表示方法でリンクをスタイル付けする場合を除き、一目で見分けられるように下線を指定することをお勧めします。 */
}
#scroller-v a:visited {
	color: #000000;
	text-decoration: none;
}
#scroller-v a:hover, a:active, a:focus { /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
	text-decoration: none;
}
