@charset "UTF-8";

/*=====================================================================
//  初期設定
//=====================================================================*/
*{
	margin:0;
	padding:0;
}
body {
	background: url("../img_common/bg.jpg") #e3685a;
	background-repeat: no-repeat;
	/*background-position: 0px 0px;
	background-attachment:fixed;*/
	color:#333;
	font-family:"メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","sans-serif";
	text-align:center;
}
#page{
	width:870px;
	font-size:12px;
	line-height:150%;
	text-align:left;
	margin:0 auto;
	/*padding:0 10px 15px;*/
}
a,
#page.news a{
	color:#df7165;
	text-decoration:none;
	/*\*/
	overflow: hidden;
	/**/
}
a:hover,
#page.news a:hover{
	color:#06c;
	text-decoration:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
a img{
	border : 0;
	text-decoration: none;
}
ul,ol{
	list-style:none;
}
.clr{
	clear:both;
/* macIE対策\*/
	overflow:hidden;
	width:1px;
	height:1px;
	margin:0 -1px -1px 0;
	border:0;
	padding:0;
	font-size:0;
	line-height:0;
/* macIE対策*/
}
.test{
	border:1px solid #f00;
}

/*=====================================================================
//  共通設定
//=====================================================================*/
/* ヘッダー */
#header{
	width:870px;
	height:405px;
	background: url("../img_common/img_ttl.jpg") no-repeat;
	text-indent:-9999px;
	margin-bottom:10px;
}
#header .info{
	float:left;
	width:450px;
}
#header .info p.anime{
	width:270px;
	height:40px;
	text-indent:-9999px;
	margin-left:10px;
}
#header .info p.anime a{
	width:270px;
	height:40px;
	display:block;
}
#header .info h1{
	width:800px;
	height:280px;
	text-indent:-9999px;
	margin-left:10px;
	padding:100px 0 0 20px;
}
#header .info h1 a{
	width:800px;
	height:280px;
	display:block;
}
#header .info h2,#header .info h3,#header .info h4{
	font-size:12px;
}

#header .twitter{
	float:right;
	width:220px;
	height:60px;
	text-indent:-9999px;
	margin-top:330px;
	margin-right:10px;
}
#header .twitter a{
	display:block;
	width:220px;
	height:60px;
}
/* メニュー */
#menu ul{
	width:870px;
	height:37px;
	text-indent:-9999px;
	background:url(../img_common/img_menu.gif) no-repeat 0 -37px;
}
#menu ul li{
	float:left;
	height:37px;
	text-indent:-9999px;
}
#menu ul li a{
	height:37px;
	display:block;
}
#menu ul li.news a{
	width:100px;
	background:url(../img_common/img_menu.gif) no-repeat 0 0;
	margin-right:4px;
}
#menu ul li.introduction a{
	width:100px;
	background:url(../img_common/img_menu.gif) no-repeat -104px 0;
	margin-right:4px;
}
#menu ul li.staff a{
	width:122px;
	background:url(../img_common/img_menu.gif) no-repeat -208px 0;
	margin-right:4px;
}
#menu ul li.character a{
	width:120px;
	background:url(../img_common/img_menu.gif) no-repeat -334px 0;
	margin-right:4px;
}
#menu ul li.story a{
	width:100px;
	background:url(../img_common/img_menu.gif) no-repeat -458px 0;
	margin-right:4px;
}
#menu ul li.ticket a{
	width:100px;
	background:url(../img_common/img_menu.gif) no-repeat -458px 0;
	margin-right:4px;
}
#menu ul li.music a{
	width:100px;
	background:url(../img_common/img_menu.gif) no-repeat -562px 0;
	margin-right:4px;
}
#menu ul li.dvd a{
	width:100px;
	background:url(../img_common/img_menu.gif) no-repeat -666px 0;
	margin-right:4px;
}
#menu ul li.books a{
	width:100px;
	background:url(../img_common/img_menu.gif) no-repeat -770px 0;
}
#menu ul li.news a:hover,
#menu ul li.introduction a:hover,
#menu ul li.staff a:hover,
#menu ul li.character a:hover,
#menu ul li.story a:hover,
#menu ul li.ticket a:hover,
#menu ul li.music a:hover,
#menu ul li.dvd a:hover,
#menu ul li.books a:hover{
	background:none;
}

/* コンテンツ枠 */
#main{
	width:850px;
	background:#fff;
	padding:20px 10px;
}

/* 左メニュー */
#sidemenu{
	width:210px;
	background:#fff;
	float:left;
}
#sidemenu .twitter,#sidemenu .entry,#sidemenu .link,#sidemenu .archives,#sidemenu .movie,#sidemenu .banner,#sidemenu .mobile{
	width:210px;
	margin-bottom:20px;
}
#sidemenu .twitter .ttl{
	width:210px;
	height:46px;
	background:url(../img_common/ttl_twitter.gif) no-repeat;
	text-indent:-9999px;
}
#sidemenu .twitter p{
	color:#627ebd;
	margin:10px 0;
}
#sidemenu .twitter .banner{
	margin-top:10px;
}
#sidemenu .mobile h4{
	width:210px;
	height:46px;
	background:url(../img_common/ttl_mobile.gif) no-repeat;
	text-indent:-9999px;
}
#sidemenu .mobile h5{
	width:210px;
	height:40px;
	background:url(../img_common/cap_mobile.gif) no-repeat;
	text-indent:-9999px;
}
#sidemenu .mobile .left_box{
	float:left;
	width:110px;
	height:40px;
}
#sidemenu .mobile .right_box{
	float:right;
	width:90px;
}
#sidemenu .mobile .right_box p{
	font-size:12px;
	margin-bottom:10px;
}
#sidemenu .link h4{
	width:210px;
	height:46px;
	background:url(../img_common/ttl_link.gif) no-repeat;
	text-indent:-9999px;
}
#sidemenu .link h5{
	width:210px;
	height:75px;
	background:url(../img_common/cap_link.gif) no-repeat;
	border-bottom:1px solid #e3685a;
	text-indent:-9999px;
}
#sidemenu .link li{
	font-size:14px;
	line-height:140%;
	color:#666;
	border-bottom:1px solid #e3685a ;
	
}
#sidemenu .link li a{
	color:#666;
	background:url(../img_common/icon.gif) no-repeat 5px 50%;
	display:block;
	text-decoration:none;
	padding:5px 0 5px 20px;
}
#sidemenu .link li a:hover{
	color:#fff;
	background:url(../img_common/icon.gif) no-repeat 5px 50% #e3685a;
}

#sidemenu .entry h4{
	width:210px;
	height:46px;
	background:url(../img_common/ttl_entry.gif) no-repeat;
	text-indent:-9999px;
	padding-bottom:10px;
}

#sidemenu .archives h4{
	width:210px;
	height:46px;
	background:url(../img_common/ttl_archives.gif) no-repeat;
	text-indent:-9999px;
	padding-bottom:10px;
}

#sidemenu .entry li,
#sidemenu .archives li{
	font-size:12px;
	line-height:140%;
	color:#666;
	border-bottom:1px solid #e3685a;
}
#sidemenu .entry li a,
#sidemenu .archives li a{
	color:#666;
	background:url(../img_common/icon.gif) no-repeat 5px 50%;
	padding:5px 0 5px 20px;
	display:block;
	text-decoration:none;
}
#sidemenu .entry li a:hover,
#sidemenu .archives li a:hover{
	color:#fff;
	background:url(../img_common/icon.gif) no-repeat 5px 50% #e3685a;
}


/* コンテンツ */
#contents{
	width:625px;
	float:right;
	background:url(../img_common/detail_bg.gif) repeat-y;
	/*min-height:500px;
	height: auto !important;
	height: 500px;*/
}
#contents .category{
	width:160px;
	height:26px;
	text-indent:-9999px;
	margin-left:420px;
}
#contents .header{
	width:625px;
	background:url(../img_common/detail_top.gif) no-repeat left top;
	padding-top:8px;
}
#contents .bottom{
	width:625px;
	background:url(../img_common/detail_bottom.gif) no-repeat left bottom;
	padding-bottom:30px;
}

#contents .box{
	width:585px;
	margin-bottom:20px;
	padding:0 20px;
}
#contents .box .date{
	color:#627ebd;
	background:url(../img_common/icon.gif) no-repeat 0 50%;
	margin-bottom:5px;
	padding-left:15px;
}
#contents .box h3{
	font-size:16px;
	line-height:140%;
	font-weight:normal;
	color:#df7165;
	background:url(../img_common/dot.gif) repeat-x left bottom;
	margin-bottom:10px;
	padding-bottom:5px;
}

#contents .box h3 a{
	color: #DF7165;
	text-decoration: none;
}
#contents .box .more{
	margin-top:10px;
}


#contents .box .ticket{
	margin-top:20px;
	margin-left:10px;
	margin-bottom:20px;
}


#main .copy{
	float:right;
	width:625px;
	height:25px;
	text-indent:-9999px;
	background:url(../img_common/copyright.gif) no-repeat;
}

/* トップページ */
.top #contents .category{
	background:url(../img_common/category_top.gif) no-repeat;
}
/* ニュースページ */
.news #contents .category{
	background:url(../img_common/category_news.gif) no-repeat;
}
.news #header p.anime{
	margin-top:0;
}

/* イントロページ */
.introduction #contents .category{
	background:url(../img_common/category_intro.gif) no-repeat;
}
.introduction #contents .box{
	margin-bottom:0;
}
.introduction #contents .box p{
	margin-bottom:10px;
}
.introduction #contents .box p.sp{
	font-size:16px;
	margin-bottom:0;
}
.introduction #contents .box p.cap{
	text-align:right;
	margin-bottom:0;
}
.introduction #contents .box span{
	color:#f36;
}
.introduction #contents .box img{
/*	float:right;*/
	padding:0 0 10px 10px;
}
/*.introduction #contents .box h3,.staff #contents .box h3{
	font-size:18px;
	line-height:140%;
}
.introduction #contents .box p,.staff #contents .box{
	font-size:14px;
	line-height:150%;
	margin-bottom:20px;
}*/
/* スタッフページ */
.staff #contents .category{
	background:url(../img_common/category_staff.gif) no-repeat;
}
.staff #contents .left_box{
	width:270px;
	float:left;
}
.staff #contents .right_box{
	width:300px;
	float:right;
}
.staff #contents p span{
	font-size:12px;
}
/* キャラクターページ */
.character #contents .category{
	background:url(../img_common/category_character.gif) no-repeat;
}
.character #contents .box,.books #contents .box{
	width:585px;
	margin-bottom:15px;
	padding:0 20px;
}
.character #contents .box .inner,.books #contents .box .inner{
	width:585px;
	background:url(../img_common/dot.gif) repeat-x left bottom;
	padding-bottom:15px;
}
.character #contents .box img{
	float:left;
	background:#ccc;
	margin-right:10px;
	padding:3px;
}
.character #contents .box a:hover{
	background-color:transparent;
}
.character #contents .box a:hover img{
	background-color: #40b6f8;
}
.character #contents .box h3{
	font-size:16px;
	font-weight:normal;
	background:none;
	margin-bottom:5px;
	padding-bottom:0;
}
/* 各話紹介ページ */
.story #contents .category{
	background:url(../img_common/category_story.gif) no-repeat;
}
/* チケット情報ページ */
.ticket #contents .category{
	background:url(../img_common/category_ticket.gif) no-repeat;
}
/* 音楽情報ページ */
.music #contents .category{
	background:url(../img_common/category_music.gif) no-repeat;
}
.music #header p.anime{
	margin-top:0;
}
/* DVD情報ページ */
.dvd #contents .category{
	background:url(../img_common/category_dvd.gif) no-repeat;
}
/* 書籍情報ページ */
.books #contents .category{
	background:url(../img_common/category_books.gif) no-repeat;
}
.books #contents .box img{
	float:left;
	margin-right:10px;
}
.books #contents .box h3{
	font-size:16px;
	line-height:140%;
	background:none;
	margin-bottom:5px;
	padding-bottom:0;
}
.books #contents .box span{
	font-size:14px;
	color:#f90;
}