@charset "utf-8";

/***********************************************************************************
　目次：追加した順に記述します。

　01.共通指定
　02.Index指定

************************************************************************************/

/*
　基本フォントサイズは13px（下記を参考に%で指定する）
　10px→77%　 11px→85%　 12px→93%　 13px→100%　14px→108%
　15px→116%　16px→124%　17px→131%　18px→139%　19px→147%
　20px→154%　21px→162%　22px→169　%23px→177%　24px→185%
　25px→192%　26px→200%
*/

/***********************************************************************************
　01.共通指定
************************************************************************************/

/* nav----------------------------------------------------*/
#nav{
	width:660px;
	height:60px;
	margin:0;
	background-image: url(../../images/nav_bk.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}




#nav li{
	float:left;
}

/* 本文--------------------------------------------------------*/
#main{
	width:660px;
}

/* text-------------------------------------------------------*/

.large {
	font-size: 116%;
	*font-size: 16px;
}

.small {
	font-size: 85%;
}

.x-small {
	font-size: 77%;
	*font-size: 10px;
}

.hidetext {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}

/***********************************************************************************
　02.Index指定
************************************************************************************/
#top #main{
	width: 668px;
	height: 830px;
	background: url(../../images/topmainimg.jpg) no-repeat 0 0;
	text-align: left;
}

#top #main02{
	width: 668px;
	height: 830px;
	background: url(../../images/topmainimg_02.jpg) no-repeat 0 0;
	text-align: left;
}

#top h1 {
	margin:0px;
}

#top h2 {
	margin-left: 60px;
	margin-bottom: 20px;
}

#top h3 {

}

#top h4 {

}

#top p.txt_copy{
	margin:10px;
}

#top .photobox {
	height: 440px;
	width: 120px;
	margin-left: 20px;
}
/*-----下層ページ共通---------------------------------------------------*/

#news #main,#introduction #main,#story #main,#staff #main,#dvd #main,#present #main,#dvd #main {
	width: 660px;
	background-image: url(../../images/bg_mainarea.jpg);
}

#news h1,#introduction h1,#story h1,#staff h1,#dvd h1,#present h1 {
	width: 645px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
	text-indent: -9999px;
}

/*--------　最新情報----------*/

#news h2{
	background-image: url(../../images/bg_news_mds.jpg);
	background-repeat: no-repeat;
	height: 70px;
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	text-align: left;
	padding-left: 20px;
	line-height: 130%;
	padding-top: 10px;
}
#news h2 .day {
	font-size: 80%;
	color: #370190;
}
#news .newsbox {
	background-image: url(../../images/bg_news.jpg);
	border: 5px solid #937cb3;
	width: 620px;
	margin-right: auto;
	margin-left: auto; 
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}
#news .newsbox p {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
#news .newsbox .Quest{
	font-weight: bold;
	color: #370190;
	line-height: 130%;
	margin-bottom: 10px;
}

#news .newsbox .Ans{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #937CB3;
	margin-bottom: 20px;
	width: 530px;
	padding-left: 30px;
	padding-bottom: 10px;
}


#news .newsbox_t,#news .newsbox_u {
	height: 17px;
	width: 645px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#news .newsbox_t img,#news .newsbox_u img { 
	vertical-align: bottom;
	display: block;
}

#news .newsarea {
	background-image: url(../../images/bg_newstop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 90px;
}

#news .moviebox {
	padding: 5px;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	background-color: #000;
}
#news .newsbox a {
	font-weight: bold;
	color: #306;
	text-decoration: none;	
}
#news .newsbox a:hover {
	font-weight: bold;
	color: #36C;
	text-decoration: underline;
}
#news .newsbox .mdstxt{
	font-weight: bold;
	color: #370190;
}

#news .newsbox .purpletxt{
	color: #370190;
}
/*-------------  イントロダクション　---------------------*/
#introduction .newsbox {
	background-image: url(../../images/bg_news.jpg);
	border: 5px solid #937cb3;
	width: 620px;
	margin-right: auto;
	margin-left: auto; 
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}
#introduction .newsbox p {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
#introduction .newsbox_t,#introduction .newsbox_u {
	height: 17px;
	width: 645px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#introduction .newsbox_t img,#introduction .newsbox_u img { 
	vertical-align: bottom;
	display: block;
}

#introduction .newsarea {
	background-image: url(../../images/bg_introductiontop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 590px;
}

#introduction .introduction_topcopy {
	margin-top: 100px;
}

#introduction h2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#introduction .u_line p {
	background-image: url(../../images/txt_line.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 15px;
}


/*------------------story--------------*/

#story h2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#story .backnumber {
	background-image: url(../../images/bk_backnumber.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 386px;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 190px;
	color: #333;
	font-size: 85%;
	margin-right: auto;
	background-color: #9d937e;
	padding-top: 10px;
}
#story .backnumber a {
	color: #FFF !important;
	text-decoration: underline;
}
#story .backnumber a:hover {
	color: #FF9F60 !important;
	text-decoration: underline;
}
#story a.activepage{
}
#story .story1 a.storynav1_on {
	color: #F60 !important;
	}
#story .story2 a.storynav2_on {
	color: #F60 !important;
	}
#story .story3 a.storynav3_on {
	color: #F60 !important;
	}
#story .story4 a.storynav4_on {
	color: #F60 !important;
	}
#story .story5 a.storynav5_on {
	color: #F60 !important;
	}
#story .story6 a.storynav6_on {
	color: #F60 !important;
	}
#story .story7 a.storynav7_on {
	color: #F60 !important;
	}
#story .story8 a.storynav8_on {
	color: #F60 !important;
	}
#story .story9 a.storynav9_on {
	color: #F60 !important;
	}
#story .story10 a.storynav10_on {
	color: #F60 !important;
	}
#story .story11 a.storynav11_on {
	color: #F60 !important;
	}
#story .story12 a.storynav12_on {
	color: #F60 !important;
	}	



#story .newsarea {
	background-image: url(../../images/bg_storytop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 90px;
}



#story .newsbox {
	background-image: url(../../images/bg_news.jpg);
	border: 5px solid #937cb3;
	width: 620px;
	margin-right: auto;
	margin-left: auto; 
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}
#story .newsbox p {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
#story .newsbox_t,#story .newsbox_u {
	height: 17px;
	width: 645px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#story .newsbox_t img,#story .newsbox_u img { 
	vertical-align: bottom;
	display: block;
}

#story .newsarea {
	background-image: url(../../images/bg_story.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 80px;
}

#story .introduction_topcopy {
	margin-top: 100px;
}

#story h2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#story .u_line{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#story .u_line p {
	background-image: url(../../images/txt_line.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*------------present-----------------------*/

#present h2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#present .backnumber {
	background-image: url(../../images/bk_backnumber.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 386px;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 190px;
	color: #333;
	font-size: 85%;
	margin-right: auto;
	background-color: #9d937e;
	padding-top: 10px;
}
#present .newsarea {
	background-image: url(../../images/bg_presenttop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 90px;
}



#present .newsbox {
	background-image: url(../../images/bg_news.jpg);
	border: 5px solid #937cb3;
	width: 620px;
	margin-right: auto;
	margin-left: auto; 
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}
#presenty .newsbox p {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
#present .newsbox_t,#present .newsbox_u {
	height: 17px;
	width: 645px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#present .newsbox_t img,#present .newsbox_u img { 
	vertical-align: bottom;
	display: block;
}
#present .u_line{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#present .u_line p {
	background-image: url(../../images/txt_line.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 15px;
}
#present .contents_R dl {
	width: 380px;
	margin-left: 20px;
	line-height: 20px;
}

#present .contents_R dt {
	font-weight: bold;
}

#present .contents_R dd {

}

/*-------------------------*/

.photo {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
	margin-bottom: 15px;
}

.photo ul {
	overflow: hidden;
}

.photo ul li {
	float: left;
	width: 281px;
	margin-bottom: 10px;
	text-align: center;
}

.m-left8 {
	margin-left: 8px;
}
.box_580 {
	width: 575px;
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
	margin-top: 15px;
	margin-bottom: 15px;
}
.photo_L {
	float: left;
	width: 175px;
}

.contents_R {
	width: 390px;
	float: right;
}

.contents_R p.u_line400 {
	background-image: url(../../images/txt_line.jpg);
	background-repeat: repeat-y;
	width: 390px !important;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.bnr_rignt {
	text-align: right;
	float: right;
	margin-top: 10px;
}
.music_L {
	float: left;
	width: 175px;
	font-weight: bold;
}

.music_R {
	width: 390px;
	float: right;
	line-height: 140%;
}
.moviebox {
	padding: 5px;
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/img_nami.jpg);
}
/*-----------staff---------------*/
#staff h2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#staff .backnumber {
	background-image: url(../../images/bk_backnumber.jpg);
	background-repeat: no-repeat;
	height: 34px;
	width: 386px;
	margin-left: auto;
	margin-top: 20px;
	padding-left: 190px;
	color: #333;
	font-size: 85%;
	margin-right: auto;
	background-color: #9d937e;
	padding-top: 10px;
}

#staff .staffarea {
	background-image: url(../../images/bk_staff.jpg);
	width: 560px;
	margin-top: 30px;
	margin-left: 40px;
	padding-top: 30px;
	padding-bottom: 20px;
}
#staff .staffarea ul {
	width: 490px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../../images/bk_line.png);
	background-repeat: repeat-y;
	background-position: center 28px;
	font-size: 90%;
	line-height: 32px;
	overflow: hidden;
	margin-bottom: 20px;
}
#staff .staffarea ul li .staff01 {
	float: left;
	width: 13em;
	padding-left: 10px;
	display: block;
	color: #370190;
}

#staff .staffarea ul li .staff02 {
	display: block;
	margin-left: 14em;
}
#staff .staffbox_u{
	width: 560px;
	margin-left: 40px;
	margin-bottom: 20px;
}





#staff .newsbox {
	background-image: url(../../images/bg_news.jpg);
	border: 5px solid #937cb3;
	width: 620px;
	margin-right: auto;
	margin-left: auto; 
	text-align: left;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
}
#staff .newsbox p {
	width: 570px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #333333;
}
#staff .newsbox_t,#staff .newsbox_u {
	height: 17px;
	width: 645px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding: 0px;
}

#staff .newsbox_t img,#staff .newsbox_u img { 
	vertical-align: bottom;
	display: block;
}

#staff .newsarea {
	background-image: url(../../images/bg_stafftop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 80px;
}

#staff .introduction_topcopy {
	margin-top: 100px;
}

#staff h2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}
#staff .u_line{
	width: 560px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 15px;
}

#staff .u_line p {
	background-image: url(../../images/txt_line.jpg);
	background-repeat: repeat-y;
	background-position: left bottom;
	line-height: 26px;
	margin-top: 10px;
	margin-bottom: 15px;
}

/*------------プレゼント-----------*/
.iframearea {
	width: 590px;
	margin-right: auto;
	margin-left: auto;
	background-color: #c8bda6;
}

.iframearea .forminfo a {
	color: #636;
}

.iframearea .forminfo a:hover {
	text-decoration: underline;
}

.present_end {
	font-weight: bold;
	color: #370190;
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-size: 130%;
}
/*dvd-------------------------------------------------*/
#dvd h2 {
	width: 580px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 15px;
}

#dvd .newsarea {
	background-image: url(../../images/bg_dvdtop.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-align: left;
	padding-top: 160px;
}

#dvd .newsbox {
	background-image: url(../../images/bg_news.jpg);
	border: 5px solid #937cb3;
	width: 620px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	margin-bottom: 0px;
	margin-top: 0px;
	padding-bottom: 15px;
	overflow: hidden;
}
#dvd .newsbox ul {
	width: 532px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 7px;
	overflow: hidden;
}

#dvd .newsbox ul li {
	float: left;
	text-align: center;
	width: 266px;
}

#dvd .season3_bluray {
	background-image: url(../../images/bg_season3_bluray.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 270px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 310px;
}

#dvd .season3_dvd {
	background-image: url(../../images/bg_season3_dvd.jpg);
	background-repeat: no-repeat;
	height: 140px;
	width: 270px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-left: 310px;
}



m-top10 {
	margin-top: 10px;
}

p-top10 {
	padding-top: 10px;
}
img.example {
vertical-align: middle;
}
img.example2 {
vertical-align: top;
}

/* ソーシャルタグ----------------------------------------------------*/
#socialbtn{
	position: absolute;
	top: 840px;
	right:10px;
}


/*--------------  右カラムバナーインクルード設定　----------------*/


#kdk5 .kodoku5,
#kdk4 .kodoku4,
#kdk3 .kodoku3,
#kdk2 .kodoku2,
#kdk1 .kodoku1
{
	display: none;

}

.kodoku5,
.kodoku4,
.kodoku3,
.kodoku2,
.kodoku1 {
	margin-bottom: 10px!important;
	width: 300px;
}


#rightColumn .rectangle {
  width: 300px;
  margin-bottom: 15px;
}
#rightColumn .banner {

}
#rightColumn .banner li {
  margin-bottom: 8px;
}
#rightColumn .banner li ul {
	width: 300px;
	margin: 0px;
	overflow: hidden;
}
#rightColumn .banner li ul li {
	float: left;
	width: 150px;
	margin-bottom: 0px!important;
}
