﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Glegoo);
@import url(https://fonts.googleapis.com/css?family=Anton);
@import url(https://fonts.googleapis.com/css?family=Slackey);

#bg_eye{ background: url(../images/bg_eye.png) repeat;}

.background-hack {
    z-index: -1;
    background-color: #00192c;
    background-image: url(../images/body_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}


body#top #wrapper{ background: url(../images/top_header_bg_loop.png) repeat-x top;}
body#top #cnt_bg{ background: url(../images/body_header.jpg) no-repeat center top;}

body#cnts #wrapper{ background: url(../images/contents_top_bg.png) repeat-x top;}

body#top #tabito{
	background: url(../images/matsuzaka.png) no-repeat bottom center;
	padding-bottom: 431px;
}
body#top #wrapper #contents{
	margin-bottom: -170px;
}

body#top #cnt_bg{ background: url(../images/body_header.jpg) no-repeat center top;}
body#cnts #cnt_bg{ background: url(../images/contents_header.png) no-repeat center top;}

#wrapper #contents{
	width: 1000px;
	position: relative;
	}

/* anchor */
#wrapper a{
	-webkit-transition: all 0.2s 0s ease;
	-moz-transition: all 0.2s 0s ease;
	transition: all 0.2s 0s ease;
	outline: none;
	}

#wrapper a:hover{
	text-decoration: none;
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

/* NAVIめーる半透明回避 */
#wrapper #contents #side #banner_navimail a:hover {
	/*filter: alpha(opacity=100);*/
	-moz-opacity:1;
	opacity:1;
	}

/* #side */
#side{
	padding: 10px 0px 0px;
	position: relative;
	}

#side .box{
	/* border-radius */
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	}

#wrapper #contents #side .box .title {
	background: rgb(218,225,229); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(246,248,249,1)), color-stop(50%,rgba(229,235,238,1)), color-stop(51%,rgba(218,225,229,1)), color-stop(100%,rgba(238,241,244,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f8f9', endColorstr='#dce2e6',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, rgba(246,248,249,1) 0%,rgba(229,235,238,1) 50%, rgba(218,225,229,1) 51%,rgba(238,241,244,1) 100%); /* W3C */
	}

#wrapper #contents #side #oa .info a,
#wrapper #contents #side #blog .info a{
	background-color: rgba(153,153,153,0.5);
	/* box-shadow */
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	-webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2) inset;
	}

#nav{ padding: 10px;}

#nav ul{ letter-spacing: -0.4em; /* hack */}

#nav ul li{
	display: inline-block;
	letter-spacing: 0em; /* hack */
	margin-right: 5px;
	margin-bottom: 5px;
	}

#nav ul li a,
#nav ul li span{
	font-size: 14px;
	line-height: 44px;
	text-align: center;
	display: block;
	height: 44px;
	width: 10em;
	text-decoration: none;
	color: #333;
	border: 1px solid #ccc;
	}

.section{
	margin-bottom: 20px;
	padding: 20px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
	}

/* SNS
========================================== */
#snsArea{
	width: 675px;
	height: 40px;
	margin: 0;
	position: relative;
	}

#snsArea #sns-btn{
	width: 300px;
	height: 20px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 100;
	}

#btn-sbm{
	text-align: right;
	margin: 0;
	padding :0;
	}

#btn-sbm li{
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: normal;
	list-style: none;
	vertical-align: top;
	text-align: right;
	}

*html #btn-sbm li{ display: inline;} /* for IE6 */
*+html #btn-sbm li{ display: inline;} /* for IE7 */

#btn-sbm li a{ margin: 0;}

#btn-sbm .btnFaceBook{ width: 110px;}

#btn-sbm .official_twbtn{ width: 162px; margin: 0 0 0 146px; text-align: right;}


/*	SNSエリア
------------------*/
.global_NTV_snsArea .global_NTV_snsList{
	text-align: right;
	padding: 10px;
}
.global_NTV_snsArea .global_NTV_snsList li{
	display: inline-block;
	margin-right: 15px;
	vertical-align: top;
}
.global_NTV_snsArea .fb_iframe_widget span{
	vertical-align: top!important;
}

/* PAGE TOP
--------------------------*/
.innerlink-head {
	width: 86px;
	height: 124px;
	position: relative;
	display: block;
	z-index: 9999;
	text-indent: -9999px;
	left: 565px;
	margin: 30px 0 30px 0;
}
.innerlink-head a {
	width: 86px;
	height: 124px;
	display: block;
	background: url(../images/pagetop.png) no-repeat left center;
}


/* 追加
========================================== */
#wrapper img{ border: none;}

#wrapper .t11{ font-size: 11px;}
#wrapper .t14{ font-size: 14px;}
#wrapper .t15{ font-size: 15px;}
#wrapper .t16{ font-size: 16px;}
#wrapper .t18{ font-size: 18px;}
#wrapper .t20{ font-size: 20px;}
#wrapper .t25{ font-size: 25px;}
#wrapper .t30{ font-size: 30px;}

#wrapper .coution{ color: #e10000;}

#wrapper .bold{ font-weight: bold;}

#wrapper .center{ text-align: center;}
#wrapper .right{ text-align: right;}
#wrapper .left{ text-align: left;}

#wrapper .indent-1{ text-indent: 1em;}

#wrapper .floatL{ float: left;}
#wrapper .floatR{ float: right;}

#wrapper .font-1{ font-family: 'Glegoo', serif;}
#wrapper .font-2{ font-family: 'Anton', cursive;}
#wrapper .font-3{ font-family: 'ＭＳ Ｐ明朝', 'MS PMincho', 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', serif;}
#wrapper .font-4{ font-family: 'Slackey', cursive;}

#wrapper .mrgnB5{ margin-bottom: 5px;}
#wrapper .mrgnB10{ margin-bottom: 10px;}
#wrapper .mrgnB15{ margin-bottom: 15px;}
#wrapper .mrgnB20{ margin-bottom: 20px;}
#wrapper .mrgnB25{ margin-bottom: 25px;}
#wrapper .mrgnB30{ margin-bottom: 30px;}
#wrapper .mrgnB35{ margin-bottom: 35px;}
#wrapper .mrgnB40{ margin-bottom: 40px;}

#wrapper .color-1{color: #1d809c;}

#wrapper .underline{ text-decoration: underline;}

#wrapper .articleBorder{
	width: 100%;
	margin: 20px auto;
	border-bottom: 1px dashed #8aa9b5;
	text-shadow: 1px 1px 1px #fff;
	}

#wrapper .articleBorder02{
	width: 645px;
	margin: 20px auto;
	border-bottom: 1px dashed #8aa9b5;
	text-shadow: 1px 1px 1px #fff;
	}

#wrapper #contents .radius05{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	}

#wrapper #contents .shadow{
	-webkit-box-shadow: 0 0 3px 3px rgba(14,65,94,0.7);
	-moz-box-shadow: 0 0 3px 3px rgba(14,65,94,0.7);
	box-shadow: 0 0 3px 3px rgba(14,65,94,0.7);
	}

#wrapper #contents .hide{
	text-indent: -9999px;
	font-size: 0;
	white-space: nowrap;
	overflow: hidden;
	}

#wrapper #contents .W575{
	width: 575px;
	margin: 0 auto;
	}

#wrapper #contents .W615{
	width: 575px;
	margin: 0 auto;
	}

#wrapper #contents .img_L{
	float: left;
	margin: 0 20px 10px 0;
	}

#wrapper #contents .img_R{
	float: right;
	margin: 0 0 10px 20px;
	}

#wrapper #contents .img_C{
	text-align: center;
	margin: 20px auto 10px;
	display: block;
	}

/* テキスト指定
--------------------------*/
#article{
	font-size: 14px;
	line-height: 1.7;
	color: #000000;
	padding: 0;
	word-break: break-all;
	word-wrap: break-word;
	}

#article p{}

/* link
--------------------------*/
#main a:link,a:visited{ color: #000000; text-decoration: underline;}
#main a:hover,a:active{ color: #000000; text-decoration: none;}

/* contents
========================================== */
body#top #main #article #top_header h1 span,
body #main #header h1 span{ display: none;}

/* TOP PAGE
--------------------------*/
body#top #main{ width: 675px; padding: 0 0 0;}/*D:40 bnr:150 MV:0*/

body#top #top_header h1{
	width: 675px;
	height: 485px;
	margin: 0;
	}

body#top #top_header p#onair_date{
	width: 675px;
	height: 96px;
	text-indent: -9999px;
	display: block;
	background: url(../images/onairdate.png) no-repeat center;
	margin: -30px auto 0 auto;
}

body#top #top_header p#onair_date_02{
	width: 675px;
	height: 76px;
	text-indent: -9999px;
	display: block;
	background: url(../images/onairdate_02.png) no-repeat center;
	margin: -30px auto 0 auto;
}


body #top_cntArea{
	margin: 0;
	padding: 0;
	}

p#banner_cast_1209{
	width: 675px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	margin: 20px auto;
	position: relative;
	z-index: 100;
}

p#banner_cast_1209 a{
	width: 675px;
	height: 100px;
	display: block;
	background: url(../images/banner_cast_1209.png) no-repeat center;
}

p#banner_sisyakai{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 10px auto;
	position: relative;
}

p#banner_sisyakai a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_sisyakai.png) no-repeat center;
}

p#banner_present{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 10px auto;
	position: relative;
}

p#banner_present a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_present.png) no-repeat center;
}


p#banner_extra{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 0 auto;
	position: relative;
}

p#banner_extra a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_extra.png) no-repeat center;
}


p#banner_present_original{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 10px auto;
	position: relative;
}

p#banner_present_original a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_present_original.png) no-repeat center;
}

p#banner_present_edtheme{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 10px auto;
	position: relative;
}

p#banner_present_edtheme a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_present_edtheme.png) no-repeat center;
}


p#banner_present_soundtrack{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 10px auto;
	position: relative;
}

p#banner_present_soundtrack a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_present_soundtrack.png) no-repeat center;
}

p#banner_message{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 0 auto 0 auto;
	position: relative;
}

p#banner_message a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_message.png) no-repeat center;
}

p#banner_message a:hover{
	background: url(../images/banner_message_on.png) no-repeat center;
	-moz-opacity: 1;
	opacity: 1;
}

p#banner_spinoff{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 2px auto 0 auto;
	position: relative;
}

p#banner_spinoff a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_spinoff.png) no-repeat center;
}

p#banner_disc{
	width: 675px;
	height: 135px;
	display: block;
	text-indent: -9999px;
	margin: 2px auto 0 auto;
	position: relative;
}

p#banner_disc a{
	width: 675px;
	height: 135px;
	display: block;
	background: url(../images/banner_disc.png) no-repeat center;
}


/* 2nd PAGE
--------------------------*/
body#cnts #main{	width: 675px; padding: 0;}

body#cnts #main #header{
	width: 675px;
	height: 200px;
	margin: 0 auto;
	display: block;
	}

body#cnts #main #header h1{
	text-indent: -9999px;
}
body#cnts #main #header h1 a{
	width: 675px;
	height: 200px;
	display: block;
}

body#cnts #main #header p#onair_date{
	display: none;
}

/* Menu
========================================== */
#wrapper #menuArea{	padding: 0;}


/* TOP
========================================== */


/* Facebook
--------------------------*/
#fbArea{
	width: 330px;
	height: 245px;/*285*/
	padding: 40px 0 0;
	float: right;
	background: #f5f5f5 url(../images/tit_fb.jpg) no-repeat top center;
	}

/* bnr W330
--------------------------*/
#bnr330{
	width: 330px;
	display: block;
	margin: 0 auto;
	float: right;
	}

#bnr330 img{ margin: 0 auto 8px; padding: 0;}


/* top_movie
--------------------------*/
div#top_movie{
	width: 336px;
	height: 269px;
	display: block;
	background: url(../images/top_movie_bg.png) no-repeat center top;
	float: left;
}

div#top_movie h2{
	display: none;
}

div#top_movie p#movie_thumb{
	width: 330px;
	height: 191px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 60px;
	text-indent: -9999px;
}

div#top_movie p#movie_thumb a{
	width: 330px;
	height: 191px;
	display: block;
	background: url(../images/top_movie.png) no-repeat left top;
}
div#top_movie p#movie_thumb.thumb02 a{
	width: 330px;
	height: 191px;
	display: block;
	background: url(../images/top_movie02.png) no-repeat left top;
}


div#top_movie p#movie_thumb_close{
	width: 330px;
	height: 191px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 60px;
	text-indent: -9999px;
	background: url(../images/top_movie_close.png) no-repeat left top;
}

/* whats_main
--------------------------*/
div#whats{
	width: 336px;
	height: 269px;
	display: block;
	background: url(../images/news_bg.png) no-repeat center top;
	float: left;
}

div#whats h2{
	display: none;
}

div#whats_main{
	width: 300px;
	height: 190px;
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	top: 60px;
	left: 0;
}

div#whats_main dt{
	margin: 5px 0 5px 0;
}
div#whats_main dt span{
	background-color: #3b2f46;
	color: #ffffff;
	padding: 3px 10px;
}

div#whats_main dd{
	line-height: 1.5;
	padding: 0 0 10px 0;
	margin: 0 10px 10px 5px;
	border-bottom: 1px solid #00284d;
}

div#whats_main dd strong{
	color: #00284d;
}

/* top_menu
--------------------------*/
div#top_menu{
	width: 670px;
	height: 551px;
	display: block;
	background: url(../images/top_menu_bg.png) no-repeat center top;
	margin: 15px auto;
}

div#top_menu ul{
	position: relative;
	top: 28px;
}

div#top_menu ul li{
	text-indent: -9999px;
	height: 130px;
	display: block;
	float: left;
}
div#top_menu ul li a{
	height: 130px;
	display: block;
}

div#top_menu ul li a:hover{
	-moz-opacity: 1;
	opacity: 1;
}

div#top_menu li#menu_01{
	width: 333px;
}
div#top_menu li#menu_01 a{
	width: 333px;
	background: url(../images/menu_01.png) no-repeat center top;
}
div#top_menu li#menu_01 a:hover{
	background: url(../images/menu_01_on.png) no-repeat center top;
}

div#top_menu li#menu_02{
	width: 333px;
}
div#top_menu li#menu_02 a{
	width: 333px;
	background: url(../images/menu_02.png) no-repeat center top;
}
div#top_menu li#menu_02 a:hover{
	background: url(../images/menu_02_on.png) no-repeat center top;
}

div#top_menu li#menu_03{
	width: 666px;
	height: 135px;
}

div#top_menu li#menu_03 a{
	background: url(../images/menu_03.png) no-repeat center top;
	height: 135px;
}
div#top_menu li#menu_03 a:hover{
	background: url(../images/menu_03_on.png) no-repeat center top;
}


div#top_menu li#menu_03.coming{
	height: 130px !important;
	background: url(../images/menu_03_coming.png) no-repeat center top;
}

div#top_menu li#menu_04{
	width: 222px;
}
div#top_menu li#menu_04 a{
	width: 222px;
	background: url(../images/menu_04.png) no-repeat center top;
}
div#top_menu li#menu_04 a:hover{
	background: url(../images/menu_04_on.png) no-repeat center top;
}


div#top_menu li#menu_05{
	width: 222px;
}
div#top_menu li#menu_05 a{
	width: 222px;
	background: url(../images/menu_05.png) no-repeat center top;
}
div#top_menu li#menu_05 a:hover{
	background: url(../images/menu_05_on.png) no-repeat center top;
}

div#top_menu li#menu_05.coming{
	background: url(../images/menu_05_coming.png) no-repeat center top;
}

div#top_menu li#menu_06{
	width: 222px;
}
div#top_menu li#menu_06 a{
	width: 222px;
	background: url(../images/menu_06.png) no-repeat center top;
}
div#top_menu li#menu_06 a:hover{
	background: url(../images/menu_06_on.png) no-repeat center top;
}

div#top_menu li#menu_07{
	width: 333px;
}
div#top_menu li#menu_07 a{
	width: 333px;
	background: url(../images/menu_07.png) no-repeat center top;
}
div#top_menu li#menu_07 a:hover{
	background: url(../images/menu_07_on.png) no-repeat center top;
}


div#top_menu li#menu_07.coming{
	background: url(../images/menu_07_coming.png) no-repeat center top;
}

div#top_menu li#menu_08{
	width: 333px;
}
div#top_menu li#menu_08 a{
  pointer-events: none;
	width: 333px;
	background: url(../images/menu_08.png) no-repeat center top;
  opacity: 0.3;
}
/*div#top_menu li#menu_08 a:hover{
	background: url(../images/menu_08_on.png) no-repeat center top;
}*/

div#top_menu li#menu_08.coming{
	background: url(../images/menu_08_coming.png) no-repeat center top;
}

/* contents_menu
--------------------------*/
div#contents_menu{
	width: 675px;
	height: 170px;
	display: block;
	background: url(../images/contents_menu_bg.png) no-repeat center top;
}

div#contents_menu ul{
	width: 672px;
	margin: 0 0 0 3px;
}

div#contents_menu ul li{
	width: 167px;
	height: 84px;
	display: block;
	float: left;
	text-indent: -9999px;
}

div#contents_menu ul li a{
	width: 167px;
	height: 84px;
	display: block;
}

div#contents_menu ul li a:hover{
	-moz-opacity:1;
	opacity:1;
}

div#contents_menu ul li.coming{
	background: url(../images/contents_menu_coming.png) no-repeat center;
}

div#contents_menu li#menu_01 a{
	background: url(../images/contents_menu_01.png) no-repeat center;
}
div#contents_menu li#menu_01 a:hover{
	background: url(../images/contents_menu_01_on.png) no-repeat center;
}

div#contents_menu li#menu_02 a{
	background: url(../images/contents_menu_02.png) no-repeat center;
}
div#contents_menu li#menu_02 a:hover{
	background: url(../images/contents_menu_02_on.png) no-repeat center;
}

div#contents_menu li#menu_03 a{
	background: url(../images/contents_menu_03.png) no-repeat center;
}
div#contents_menu li#menu_03 a:hover{
	background: url(../images/contents_menu_03_on.png) no-repeat center;
}

div#contents_menu li#menu_04 a{
	background: url(../images/contents_menu_04.png) no-repeat center;
}
div#contents_menu li#menu_04 a:hover{
	background: url(../images/contents_menu_04_on.png) no-repeat center;
}

div#contents_menu li#menu_05 a{
	background: url(../images/contents_menu_05.png) no-repeat center;
}
div#contents_menu li#menu_05 a:hover{
	background: url(../images/contents_menu_05_on.png) no-repeat center;
}

div#contents_menu li#menu_06 a{
	background: url(../images/contents_menu_06.png) no-repeat center;
}
div#contents_menu li#menu_06 a:hover{
	background: url(../images/contents_menu_06_on.png) no-repeat center;
}

div#contents_menu li#menu_07 a{
	background: url(../images/contents_menu_07.png) no-repeat center;
}
div#contents_menu li#menu_07 a:hover{
	background: url(../images/contents_menu_07_on.png) no-repeat center;
}

div#contents_menu li#menu_08 a{
  pointer-events: none;
  opacity: 0.3;
	background: url(../images/contents_menu_08.png) no-repeat center;
}
div#contents_menu li#menu_08 a:hover{
	background: url(../images/contents_menu_08_on.png) no-repeat center;
}


/* sns_aria
--------------------------*/
div#sns_aria{
	width: 675px;
	height: 596px;
	display: block;
	background: url(../images/sns_bg.png) no-repeat center top;
}

/* twitter
--------------------------*/
div#twitter{
	width: 419px;
	height: 525px;
	display: block;
	background: url(../images/twitter_bg.png) no-repeat left top;
	float: left;
	position: relative;
	top: 50px;
	margin: 0 0 0 10px;
}

div#twitter h2{
	display: none;
}


div#twitter p#btn_follow{
	width: 110px;
	height: 39px;
	display: block;
	text-indent: -9999px;
	position: relative;
	top: 36px;
	left: 290px;

}

div#twitter p#btn_follow a{
	width: 110px;
	height: 39px;
	display: block;
	background: url(../images/twitter_follow_btn.png) no-repeat left top;
}

div#twitter_main{
	width: 395px;
	height: 415px;
	position: relative;
	top: 50px;
	margin: 0 auto;
}

.twitter-timeline{
	width: 395px;
	height: 415px;
}

#sns_banner{
	width: 229px;
	float: left;
	margin: 0 0 0 5px;
	position: relative;
	top: 50px;
}


#sns_line{
	width: 229px;
	height: 175px;
	display: block;
	position: relative;
	z-index: 1000;
	margin: 0 0 0 0;
	text-indent: -9999px;
}

#sns_line a{
	width: 229px;
	height: 175px;
	display: block;
	background: url(../images/sns_line.png) no-repeat center top;
}

#sns_line_close{
	width: 229px;
	height: 175px;
	display: block;
	position: relative;
	z-index: 1000;
	margin: 0 0 0 0;
	text-indent: -9999px;
	background: url(../images/sns_line_close.png) no-repeat center top;
}


#sns_insta{
	width: 229px;
	height: 175px;
	display: block;
	position: relative;
	z-index: 1000;
	margin: 0 0 0 0;
	text-indent: -9999px;
}

#sns_insta a{
	width: 229px;
	height: 175px;
	display: block;
	background: url(../images/sns_instagram.png) no-repeat center top;
}

#sns_fb{
	width: 229px;
	height: 175px;
	display: block;
	position: relative;
	z-index: 1000;
	margin: 0 0 0 0;
	text-indent: -9999px;
}

#sns_fb a{
	width: 229px;
	height: 175px;
	display: block;
	background: url(../images/sns_fb.png) no-repeat center top;
}

p#banner_2015{
	width: 675px;
	height: 100px;
	display: block;
	text-indent: -9999px;
	margin: 15px auto 30px auto;
}

p#banner_2015 a{
	width: 675px;
	height: 100px;
	display: block;
	background: url(../images/banner_2015.png) no-repeat center bottom;
}


/* contents
--------------------------*/
#cnts div.main_contents {
	width: 675px;
	margin: 30px auto 0 auto;
}
#cnts div.main_contents h2{
	text-indent: -9999px;
	width: 675px;
	height: 145px;
	display: block;
	margin: 0 auto -1px auto;
}

#cnts div.main_section{
	width: 675px;
	background: url(../images/contents_main_bg.png) repeat-y center top;
	padding: 20px 0;
}

#cnts p#contents_main_bottom{
	text-indent: -9999px;
	width: 675px;
	height: 100px;
	display: block;
	margin: -1px auto 0 auto;
	background: url(../images/contents_bottom_bg.png) no-repeat center top;
}

#cnts p.contents_line{
	width: 675px;
	height: 51px;
	text-indent: -9999px;
	display: block;
	background: url(../images/contents_line.png) no-repeat center;
	margin: 0 auto 0 auto;
}


/* introduction
--------------------------*/
#cnts div#introduction *{
	display: none;
}
#cnts div#introduction {
	width: 675px;
	height: 1140px;
	margin: 30px auto 0 auto;
	background: url(../images/introduction/intro.png) no-repeat center top;
}

/* story
--------------------------*/
div#story h2{
	background: url(../images/story/title.png) no-repeat center top;
}

div#story div.story_main{
	width: 665px;
	margin: 0 auto;
}

div#story div.story_main h3{
	width: 606px;
	height: 241px;
	text-indent: -9999px;
	margin: 0 auto 20px auto;
	display: block;
}

div#story div#s_01 h3{
	background: url(../images/story/s_01.png) no-repeat center top;
}
div#story div#s_02 h3{
	background: url(../images/story/s_02.png) no-repeat center top;
}
div#story div#s_03 h3{
	width: 606px;
	height: 359px;
	background: url(../images/story/s_03.png) no-repeat center top;
}
div#story div#s_04 h3{
	background: url(../images/story/s_04.png) no-repeat center top;
}
div#story div#s_05 h3{
	background: url(../images/story/s_05.png) no-repeat center top;
}
div#story div#s_06 h3{
	background: url(../images/story/s_06.png) no-repeat center top;
}
div#story div#s_07 h3{
	background: url(../images/story/s_07.png) no-repeat center top;
}
div#story div#s_08 h3{
	background: url(../images/story/s_08.png) no-repeat center top;
}
div#story div#s_09 h3{
	background: url(../images/story/s_09.png) no-repeat center top;
}


div#story div.story_main p{
	width: 566px;
	color: #140000;
	margin: 10px auto;
}
div#story div.story_main p strong{
	color: #0091c7;
}

div#story div.story_photo{
	width: 634px;
	margin: 30px auto;
}
div#story div.story_photo ul li{
	width: 307px;
	height: 200px;
	float: left;
	text-indent: -9999px;
	display: block;
	margin: 0 5px;
}

div#story div.story_photo p{
	width: 359px;
	height: 234px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
}
div#story div#s_01 li#photo_01{
	background: url(../images/story/photo_01_01.png) no-repeat left top;
}
div#story div#s_01 li#photo_02{
	background: url(../images/story/photo_01_02.png) no-repeat left top;
}
div#story div#s_01 p#photo_03{
	background: url(../images/story/photo_01_03.png) no-repeat left top;
}
div#story div#s_01 li#photo_04{
	background: url(../images/story/photo_01_04.png) no-repeat left top;
}
div#story div#s_01 li#photo_05{
	background: url(../images/story/photo_01_05.png) no-repeat left top;
}

div#story div#s_02 li#photo_01{
	height: 291px;
	background: url(../images/story/photo_02_01.png) no-repeat center;
}
div#story div#s_02 li#photo_02{
	height: 291px;
	background: url(../images/story/photo_02_02.png) no-repeat center;
}
div#story div#s_02 p#photo_03{
	background: url(../images/story/photo_02_03.png) no-repeat left top;
}
div#story div#s_02 li#photo_04{
	background: url(../images/story/photo_02_04.png) no-repeat left top;
}
div#story div#s_02 li#photo_05{
	background: url(../images/story/photo_02_05.png) no-repeat left top;
}

div#story div#s_03 li#photo_01{
	background: url(../images/story/photo_03_01.png) no-repeat center;
}
div#story div#s_03 li#photo_02{
	background: url(../images/story/photo_03_02.png) no-repeat center;
}
div#story div#s_03 p#photo_03{
	background: url(../images/story/photo_03_03.png) no-repeat left top;
}
div#story div#s_03 li#photo_04{
	background: url(../images/story/photo_03_04.png) no-repeat left top;
}
div#story div#s_03 li#photo_05{
	background: url(../images/story/photo_03_05.png) no-repeat left top;
}

div#story div#s_04 li#photo_01{
	background: url(../images/story/photo_04_01.png) no-repeat left top;
}
div#story div#s_04 li#photo_02{
	background: url(../images/story/photo_04_02.png) no-repeat left top;
}
div#story div#s_04 p#photo_03{
	background: url(../images/story/photo_04_03.png) no-repeat left top;
}
div#story div#s_04 li#photo_04{
	height: 291px;
	background: url(../images/story/photo_04_04.png) no-repeat center;
}
div#story div#s_04 li#photo_05{
	height: 291px;
	background: url(../images/story/photo_04_05.png) no-repeat center;
}

div#story div#s_05 li#photo_01{
	background: url(../images/story/photo_05_01.png) no-repeat left top;
}
div#story div#s_05 li#photo_02{
	background: url(../images/story/photo_05_02.png) no-repeat left top;
}
div#story div#s_05 p#photo_03{
	background: url(../images/story/photo_05_03.png) no-repeat left top;
}
div#story div#s_05 li#photo_04{
	background: url(../images/story/photo_05_04.png) no-repeat left top;
}
div#story div#s_05 li#photo_05{
	background: url(../images/story/photo_05_05.png) no-repeat left top;
}

div#story div#s_06 li#photo_01{
	background: url(../images/story/photo_06_01.png) no-repeat left top;
}
div#story div#s_06 li#photo_02{
	background: url(../images/story/photo_06_02.png) no-repeat left top;
}
div#story div#s_06 p#photo_03{
	background: url(../images/story/photo_06_03.png) no-repeat left top;
}
div#story div#s_06 li#photo_04{
	background: url(../images/story/photo_06_04.png) no-repeat left top;
}
div#story div#s_06 li#photo_05{
	background: url(../images/story/photo_06_05.png) no-repeat left top;
}

div#story div#s_07 li#photo_01{
	background: url(../images/story/photo_07_01.png) no-repeat left top;
}
div#story div#s_07 li#photo_02{
	background: url(../images/story/photo_07_02.png) no-repeat left top;
}
div#story div#s_07 p#photo_03{
	background: url(../images/story/photo_07_03.png) no-repeat left top;
}
div#story div#s_07 li#photo_04{
	background: url(../images/story/photo_07_04.png) no-repeat left top;
}
div#story div#s_07 li#photo_05{
	background: url(../images/story/photo_07_05.png) no-repeat left top;
}

div#story div#s_08 li#photo_01{
	background: url(../images/story/photo_08_01.png) no-repeat left top;
}
div#story div#s_08 li#photo_02{
	background: url(../images/story/photo_08_02.png) no-repeat left top;
}
div#story div#s_08 p#photo_03{
	background: url(../images/story/photo_08_03.png) no-repeat left top;
}
div#story div#s_08 li#photo_04{
	background: url(../images/story/photo_08_04.png) no-repeat left top;
}
div#story div#s_08 li#photo_05{
	background: url(../images/story/photo_08_05.png) no-repeat left top;
}

div#story div#s_09 li#photo_01{
	background: url(../images/story/photo_09_01.png) no-repeat left top;
}
div#story div#s_09 li#photo_02{
	background: url(../images/story/photo_09_02.png) no-repeat left top;
}
div#story div#s_09 p#photo_03{
	background: url(../images/story/photo_09_03.png) no-repeat left top;
}
div#story div#s_09 li#photo_04{
	background: url(../images/story/photo_09_04.png) no-repeat left top;
}
div#story div#s_09 li#photo_05{
	background: url(../images/story/photo_09_05.png) no-repeat left top;
}

div#story div#story_backnumber{
	width: 600px;
	margin: 50px auto 0 auto;
}

div#story div#story_backnumber h4{
	width: 589px;
	height: 74px;
	text-indent: -9999px;
	display: block;
	background: url(../images/story/midashi_backnumber.png) no-repeat left top;
	margin: 0 auto 0 auto;
}

div#story div#story_backnumber ul{
	margin: 30px 0 0 0;
}

div#story div#story_backnumber ul li{
	width: 180px;
	height: 180px;
	text-indent: -9999px;
	display: block;
	float: left;
	margin: 0 10px 15px 10px;
}

div#story div#story_backnumber ul li a{
	width: 180px;
	height: 180px;
	display: block;
}

div#story div#story_backnumber ul li#b_01 a{
	background: url(../images/story/b_01.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_02 a{
	background: url(../images/story/b_02.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_03 a{
	background: url(../images/story/b_03.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_04 a{
	background: url(../images/story/b_04.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_05 a{
	background: url(../images/story/b_05.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_06 a{
	background: url(../images/story/b_06.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_07 a{
	background: url(../images/story/b_07.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_08 a{
	background: url(../images/story/b_08.png) no-repeat left top;
}
div#story div#story_backnumber ul li#b_09 a{
	background: url(../images/story/b_09.png) no-repeat left top;
}



/* cast-staff
--------------------------*/
div#cast-staff h2{
	background: url(../images/cast-staff/title.png) no-repeat center top;
}

div#cast-staff div#cast h3{
	background: url(../images/cast-staff/midashi_cast.png) no-repeat center top;
	width: 51px;
	height: 26px;
	display: block;
	margin: 0 auto;
	text-indent: -9999px;
}

div#cast-staff div#cast ul#cast_list *{
	display: none;
}

div#cast-staff div#cast ul#cast_list {
	background: url(../images/cast-staff/cast.png) no-repeat center top;
	width: 425px;
	height: 784px;
	display: block;
	margin: 30px auto 0 auto;
}

div#cast-staff div#cast ul#comment_btn {
	margin: 0 auto 30px auto;
}

div#cast-staff div#cast ul#comment_btn li{
	text-indent: -9999px;
	width: 108px;
	height: 24px;
	display: block;
	margin: 0 0 -24px 0;
	position: relative;
	left: 435px;
}

div#cast-staff div#cast ul#comment_btn li a{
	width: 108px;
	height: 24px;
	display: block;
	background: url(../images/cast-staff/btn_comment.png) no-repeat center top;
}

/*ul#comment_btn li#btn_comment_01{ top: -719px;}
ul#comment_btn li#btn_comment_02{ top: -654px;}
ul#comment_btn li#btn_comment_03{ top: -588px;}
ul#comment_btn li#btn_comment_04{ top: -459px;}
ul#comment_btn li#btn_comment_05{ top: -296px;}
ul#comment_btn li#btn_comment_06{ top: -231px;}
ul#comment_btn li#btn_comment_07{ top: -69px;}
*/

ul#comment_btn li#btn_comment_01{ top: -778px;}
ul#comment_btn li#btn_comment_02{ top: -713px;}
ul#comment_btn li#btn_comment_03{ top: -647px;}
ul#comment_btn li#btn_comment_04{ top: -518px;}
ul#comment_btn li#btn_comment_05{ top: -355px;}
ul#comment_btn li#btn_comment_06{ top: -290px;}
ul#comment_btn li#btn_comment_07{ top: -65px;}

div#cast-staff div#comment{
	margin: 0 0 30px 0;
}

div#cast-staff div.comment_section{
	width: 540px;
	display: block;
	padding: 30px 0 0 0;
	margin: 0 auto 50px auto;
}

div#cast-staff div.comment_section p{
	line-height: 180%;
	font-weight: bold;
	font-size: 14px;
	margin: 20px 10px 50px 10px;
}

div#cast-staff div.comment_section h3{
	width: 540px;
	height: 52px;
	text-indent: -9999px;
	display: block;
}

div#cast-staff div#comment_01 h3{
	background: url(../images/cast-staff/comment_01.png) no-repeat center top;
}

div#cast-staff div#comment_02 h3{
	background: url(../images/cast-staff/comment_02.png) no-repeat center top;
}

div#cast-staff div#comment_03 h3{
	background: url(../images/cast-staff/comment_03.png) no-repeat center top;
}

div#cast-staff div#comment_04 h3{
	background: url(../images/cast-staff/comment_04.png) no-repeat center top;
}

div#cast-staff div#comment_05 h3{
	background: url(../images/cast-staff/comment_05.png) no-repeat center top;
}

div#cast-staff div#comment_06 h3{
	background: url(../images/cast-staff/comment_06.png) no-repeat center top;
}

div#cast-staff div#comment_07 h3{
	background: url(../images/cast-staff/comment_07.png) no-repeat center top;
}

div#cast-staff div#staff *{
	display: none;
}

div#cast-staff div#staff{
	width: 555px;
	height: 1208px;
	display: block;
	margin: 30px auto;
	background: url(../images/cast-staff/staff.png) no-repeat center top;
}


/* chart
--------------------------*/
div#chart h2{
	background: url(../images/chart/title.png) no-repeat center top;
}

div#chart p#chart_image{
	background: url(../images/chart/chart.png) no-repeat center top;
	width: 675px;
	height: 975px;
	display: block;
	margin: 0 auto;
}

div#chart p#chart_image.chart_02{
	background: url(../images/chart/chart_02.png) no-repeat center top;
	width: 675px;
	height: 1290px;
	display: block;
	margin: 0 auto;
}

/* original
--------------------------*/
div#original h2{
	background: url(../images/original/title.png) no-repeat center top;
}

div#original div#original_info *{
	display: none;
}
div#original div#original_info{
	display: block;
	width: 489px;
	height: 227px;
	margin: 10px auto 40px auto;
	background: url(../images/original/original_info.png) no-repeat center top;
}

div#original div#original_image *{
	display: none;
}
div#original div#original_image{
	display: block;
	width: 627px;
	height: 421px;
	margin: 30px auto 30px auto;
	background: url(../images/original/original_image.png) no-repeat center top;
}

div#original p#original_officialsite{
	color: #005b75;
	text-align: center;
	font-size: 18px;
	margin: 0 0 60px 0;
	font-weight: bold;
}

div#original p#btn_original_officialsite{
	text-indent: -9999px;
	margin: 0 auto 60px auto;
	display: block;
	width: 380px;
	height: 70px;
}

div#original p#btn_original_officialsite a{
	display: block;
	background: url(../images/original/btn_original.png) no-repeat center top;
	width: 380px;
	height: 70px;
}

div#original div#original_comment *{
	display: none;
}

div#original div#original_comment{
	display: block;
	width: 607px;
	height: 396px;
	margin: 30px auto 30px auto;
	background: url(../images/original/comment.png) no-repeat center top;
}


/* music
--------------------------*/
div#music h2{
	background: url(../images/music/title.png) no-repeat center top;
}

div#music div#oped *,
div#music div#soundtrack *{
	display: none;
}

div#music div#soundtrack{
	width: 494px;
	height: 455px;
	margin: 20px auto 50px auto;
	background: url(../images/music/soundtrack.png) no-repeat center top;
}
div#music div#oped{
	width: 596px;
	height: 505px;
	margin: 20px auto 50px auto;
	background: url(../images/music/oped.png) no-repeat center top;
}



/* goods
--------------------------*/
div#goods h2{
	background: url(../images/goods/title.png) no-repeat center top;
}

div#goods div.goods_section *{
	display: none;
}
div#goods div.goods_section{
	display: block;
	width: 622px;
	height: 502px;
	margin: 10px auto 30px auto;
}

div#goods div#goods_01{
	background: url(../images/goods/goods_01.png) no-repeat center top;
}
div#goods div#goods_02{
	background: url(../images/goods/goods_02.png) no-repeat center top;
}
div#goods div#goods_03{
	background: url(../images/goods/goods_03.png) no-repeat center top;
}


div#goods div#shop_place h3{
	text-indent: -9999px;
	display: block;
	width: 147px;
	height: 27px;
	margin: 50px auto 20px auto;
	background: url(../images/goods/shop_place.png) no-repeat center top;
}

div#goods div#shop_place p#text_webshop{
	text-indent: -9999px;
	display: block;
	width: 341px;
	height: 20px;
	margin: 10px auto 10px auto;
	background: url(../images/goods/text_webshop.png) no-repeat center top;
}

div#goods div#shop_place p#text_etcshop{
	text-indent: -9999px;
	display: block;
	width: 319px;
	height: 20px;
	margin: 30px auto 10px auto;
	background: url(../images/goods/text_etcshop.png) no-repeat center top;
}


div#goods div#shop_place p#btn_webshop{
	text-indent: -9999px;
	display: block;
	width: 626px;
	height: 88px;
	margin: 10px auto 10px auto;
}

div#goods div#shop_place p#btn_webshop a{
	display: block;
	width: 626px;
	height: 88px;
	background: url(../images/goods/btn_webshop.png) no-repeat center top;
}

div#goods div#shop_place li#btn_nittereya{
	text-indent: -9999px;
	display: block;
	width: 626px;
	height: 89px;
	margin: 10px auto 20px auto;
}

div#goods div#shop_place li#btn_nittereya a{
	display: block;
	width: 626px;
	height: 89px;
	background: url(../images/goods/btn_nittereya.png) no-repeat center top;
}

div#goods div#shop_place li#treevillage{
	text-indent: -9999px;
	display: block;
	width: 626px;
	height: 89px;
	margin: 10px auto 20px auto;
	background: url(../images/goods/treevillage.png) no-repeat center top;
}


/* trailer
--------------------------*/
div#trailer h2{
	background: url(../images/trailer/title.png) no-repeat center top;
}

div#trailer .main_section h3{
	width: 599px;
	margin: 10px auto 5px auto;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	color: #121727;
}

div#trailer div#trailer_main{
	width: 599px;
	height: 349px;
	margin: 0 auto 50px auto;
	background: url(../images/trailer/bg.png) no-repeat center top;
}

div#trailer div#trailer_main div.entry_para{
	width: 570px;
	height: 321px;
	position: relative;
	top: 14px;
	left: 14px;
}

div#trailer div#trailer_backnumber{
	width: 600px;
	margin: 0 0 30px 45px;
}

div#trailer div#trailer_backnumber h4{
	text-indent: -9999px;
	width: 600px;
	height: 26px;
	margin: 20px auto 30px auto;
	background: url(../images/trailer/midashi_backnumber.png) no-repeat center top;
}

div#trailer div#trailer_backnumber li{
	text-indent: -9999px;
	display: block;
	width: 200px;
	height: 153px;
	float: left;
}

div#trailer div#trailer_backnumber li a{
	display: block;
	width: 183px;
	height: 133px;
}

div#trailer div#trailer_backnumber li#b_01 a{
	background: url(../images/trailer/b_01.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_02 a{
	background: url(../images/trailer/b_02.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_03 a{
	background: url(../images/trailer/b_03.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_0302 a{
	background: url(../images/trailer/b_0302.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_04 a{
	background: url(../images/trailer/b_04.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_0402 a{
	background: url(../images/trailer/b_0402.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_05 a{
	background: url(../images/trailer/b_05.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_0502 a{
	background: url(../images/trailer/b_0502.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_06 a{
	background: url(../images/trailer/b_06.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_0602 a{
	background: url(../images/trailer/b_0602.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_07 a{
	background: url(../images/trailer/b_07.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_0702 a{
	background: url(../images/trailer/b_0702.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_08 a{
	background: url(../images/trailer/b_08.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_0802 a{
	background: url(../images/trailer/b_0802.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_09 a{
	background: url(../images/trailer/b_09.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_0902 a{
	background: url(../images/trailer/b_0902.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_10 a{
	background: url(../images/trailer/b_10.png) no-repeat left top;
}
div#trailer div#trailer_backnumber li#b_1002 a{
	background: url(../images/trailer/b_1002.png) no-repeat left top;
}


/* present_edtheme
--------------------------*/
div#present_edtheme h2{
	background: url(../images/present_edtheme/title.png) no-repeat center top;
}

div#present_edtheme p#text_top{
	text-indent: -9999px;
	width: 462px;
	height: 147px;
	display: block;
	background: url(../images/present_edtheme/text_top.png) no-repeat center bottom;
	padding: 0 0;
	margin: 0 auto;
}


div#present_edtheme #edtheme *{
	display: none;
}
div#present_edtheme #edtheme{
	width: 324px;
	height: 515px;
	display: block;
	background: url(../images/present_edtheme/edtheme.png) no-repeat center top;
	margin: 50px auto;
}


div#present_edtheme #atesaki *{
	display: none;
}
div#present_edtheme div#atesaki{
	width: 534px;
	height: 130px;
	display: block;
	background: url(../images/present_edtheme/atesaki.png) no-repeat left top;
	margin: 0 auto 50px auto;
}

div#present_edtheme #deadline *{
	display: none;
}
div#present_edtheme div#deadline{
	width: 534px;
	height: 92px;
	display: block;
	background: url(../images/present_edtheme/deadline.png) no-repeat left top;
	margin: 0 auto 50px auto;
}

div#present_edtheme ul#caution *{
	display: none;
}

div#present_edtheme ul#caution{
	display: block;
	width: 534px;
	height: 44px;
	display: block;
	background: url(../images/present_edtheme/caution.png) no-repeat left top;
	margin: 0 auto;
	padding: 0 0 30px 0;
}

/* message
--------------------------*/
div#message h2{
	background: url(../images/message/title.png) no-repeat center top;
}

div#message p#text_top{
	text-indent: -9999px;
	width: 508px;
	height: 27px;
	display: block;
	background: url(../images/message/text_top.png) no-repeat center;
	padding: 30px 0;
	margin: 0 auto;
}

div#message p#text_close{
	text-indent: -9999px;
	width: 456px;
	height: 89px;
	display: block;
	background: url(../images/message/text_close.png) no-repeat center;
	padding: 20px 0;
	margin: 0 auto;
}


div#message p#btn_read_only{
	text-indent: -9999px;
	width: 217px;
	height: 147px;
	display: block;
	margin: 20px auto;
}

div#message p#btn_read_only a{
	width: 217px;
	height: 147px;
	display: block;
	background: url(../images/message/btn_read.png) no-repeat center top;
}

div#message ul{
	width: 484px;
	margin: 30px auto 30px auto;
}

div#message ul li{
	text-indent: -9999px;
	width: 217px;
	height: 147px;
	display: block;
	float: left;
}

div#message ul li#btn_read{
	width: 267px;
}
div#message ul li#btn_read a{
	width: 217px;
	height: 147px;
	display: block;
	background: url(../images/message/btn_read.png) no-repeat center top;
}

div#message ul li#btn_write a{
	width: 217px;
	height: 147px;
	display: block;
	background: url(../images/message/btn_write.png) no-repeat center top;
}


div#message div#caution *{
	display: none;
}

div#message div#caution{
	width: 504px;
	height: 352px;
	display: block;
	background: url(../images/message/caution.png) no-repeat center top;
	margin: 30px auto 0 auto;
	padding: 0 0 50px 0;
}


/* event
--------------------------*/
body div#event h2{
	background: url(../images/event/title.png) no-repeat center top;
	height: 426px !important;
}

div#event p#top_text{
	display: none;
}


div#event div#sanka h3{
	display: none;
}

div#event div#sanka ul li{
	display: none;
}

div#event div#sanka{
	width: 614px;
	height: 379px;
	display: block;
	margin: 20px auto 30px auto;
	background: url(../images/event/sanka.png) no-repeat center top;
}

div#event div#sanka ul li#btn_follow{
	display: block !important;
	width: 544px;
	height: 74px;
	margin: 0 auto 0 auto;
	position: relative;
	top: 175px;
	text-indent: -9999px;
}

div#event div#sanka ul li#btn_follow a{
	display: block !important;
	width: 544px;
	height: 74px;
	background: url(../images/event/btn_follow.png) no-repeat center top;
}

div#event div#period *{
	display: none;
}

div#event div#period{
	width: 572px;
	height: 104px;
	display: block;
	margin: 80px auto 50px auto;
	background: url(../images/event/period.png) no-repeat left top;
}

div#event div#place *{
	display: none;
}

div#event div#place{
	width: 572px;
	height: 181px;
	display: block;
	margin: 50px auto 50px auto;
	background: url(../images/event/place.png) no-repeat left top;
}

div#event div#place p#map{
	width: 266px;
	height: 181px;
	text-indent: -9999px;
	display: block;
	position: relative;
	top: 0;
	left: 325px;
}

div#event div#place p#map a{
	width: 266px;
	height: 181px;
	display: block;
	background: url(../images/event/map_thumb.png) no-repeat center top;
}

div#event div#caution{
	width: 572px;
	margin: 0 auto 30px auto;
	display: block;
}

div#event div#caution h3{
	width: 71px;
	height: 24px;
	text-indent: -9999px;
	display: block;
	background: url(../images/event/midashi_caution.png) no-repeat left top;
}

div#event div#caution ul li{
	line-height: 180%;
	font-weight: bold;
}


/* disc
--------------------------*/
div#disc h2{
	background: url(../images/disc/title.png) no-repeat center top;
}

div#disc p#text_top{
	width: 526px;
	height: 79px;
	text-indent: -9999px;
	display: block;
	margin: 30px auto 40px auto;
	background: url(../images/disc/text_top.png) no-repeat left top;
}


div#disc div.disc_section *{
	display: none;
}

div#disc div#bd{
	width: 622px;
	height: 442px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px auto;
	background: url(../images/disc/bd.png) no-repeat left top;
}

div#disc div#dvd{
	width: 622px;
	height: 442px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px auto;
	background: url(../images/disc/dvd.png) no-repeat left top;
}

body div#disc div.disc_section p.btn_buy{
	width: 406px;
	height: 72px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	position: relative;
	top: 330px;
}

body div#disc div.disc_section p.btn_buy a{
	width: 406px;
	height: 72px;
	display: block;
	background: url(../images/disc/btn_buy.png) no-repeat left top;
}


div#disc div#tokuten *{
	display: none;
}

div#disc div#tokuten{
	width: 584px;
	height: 260px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px auto;
	background: url(../images/disc/tokuten.png) no-repeat left top;
}

div#disc ul#caution{
	width: 584px;
	height: 44px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 30px auto;
	background: url(../images/disc/caution.png) no-repeat left top;
}


/* spinoff
--------------------------*/
div#spinoff h2{
	background: url(../images/spinoff/title.png) no-repeat center top;
}

#cnts div#spinoff div.main_section {
	padding: 5px 0 0 0;
}

div#spinoff p#text_top{
	width: 612px;
	height: 256px;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 10px auto;
	background: url(../images/spinoff/text_top.png) no-repeat left top;
}

div#spinoff div#spinoff_info *{
	display: none;
}

div#spinoff div#spinoff_info{
	width: 639px;
	height: 595px;
	text-indent: -9999px;
	display: block;
	margin: 10px auto 10px auto;
	background: url(../images/spinoff/info.png) no-repeat left top;
}

div#spinoff p.btn_free{
	width: 552px;
	height: 88px;
	text-indent: -9999px;
	display: block;
	margin: 20px auto 0 auto;
	padding: 0 0 30px 0;
}

div#spinoff p.btn_free a{
	width: 552px;
	height: 88px;
	display: block;
	background: url(../images/spinoff/btn_free.png) no-repeat left top;
}

div#spinoff div#story_cast{
	width: 592px;
	margin: 0 auto;
	background-color: #160a00;
	padding: 30px 0;
}

div#spinoff div#story_cast div#spinoff_story *{
	display: none;
}

div#spinoff div#story_cast div#spinoff_story{
	width: 589px;
	height: 672px;
	display: block;
	background: url(../images/spinoff/story.png) no-repeat left top;
}

div#spinoff div#story_cast div#spinoff_cast *{
	display: none;
}

div#spinoff div#story_cast div#spinoff_cast{
	width: 405px;
	height: 586px;
	display: block;
	background: url(../images/spinoff/cast.png) no-repeat left center;
	margin: 0 auto;
	padding: 30px 0;
}
