/*base*/

/* 各ブラウザの標準スタイルの破棄'
---------------------------------------------------------------------------- */
/*
Copyright (c) 2011, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 2.9.0
*/
html{color:#000;background:#FFF}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,select,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,button,caption,cite,code,dfn,em,input,optgroup,option,select,strong,textarea,th,var{font:inherit}del,ins{text-decoration:none}li{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}legend{color:#000}


/*link*/

a {
	color:#ff6600;
	text-decoration:none;
}

a:hover {
	color:#ff6600;
	text-decoration:underline;
}


/*layout*/

html {
	height:100%;
	background:#000;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:75%;
	line-height:2.0;
	color:#000;
	text-align:center;
	background:url(../img/bg.jpg) no-repeat top center #000;
	min-width:1200px;
}

#headborder {
	width:100%;
	height:5px;
	background:#e40012;
}

img {
	vertical-align:bottom;
}

article {
	width:1200px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#container {
	position:relative;
}

a img:hover {
	filter: alpha(opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

header ul li a img:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

#content {
	z-index:0;
	position:relative;
}


header {
}


header article {
	z-index:100;
	position:absolute;
	top:0px;
	left:50%;
	margin-left:-550px;
	width:1100px;
}

header h1 {
	float:left;
	margin:0 0 0 0;
}

header ul {
	float:right;
	margin:30px 0 0 0;
}

header ul li {
	float:left;
}


footer {
	z-index:100;
	position:relative;
}

footer article {
	text-align:center;
}

footer #copyright {
}


.pagetop {
	background:#FFF;
	width:46px;
	height:46px;
	position:fixed;
	right:0;
	bottom:20px;
	z-index:1000;
	display:none;
}

#snsbutton {
	position:absolute;
	top:10px;
	left:50%;
	margin-left:340px;
}

#snsbutton ul li {
	float:left;
	padding:0 5px;
	vertical-align:top;
}


/*keyword*/

.keyword {
	background:url(../img/keyword.jpg) no-repeat top center;
	padding-top:230px;
	padding-bottom:105px;
	text-align:center;
}

.keyword ul {
	overflow:hidden;
	width:580px;
	margin:275px auto 0 auto;
}

.keyword ul li {
	float:right;
	margin:0 18px;
}

.keyword ul li:hover {
	background:url(../img/keyword_arrow.png) no-repeat;
}



/*book*/

.book {
	background:url(../img/book.jpg) no-repeat top center;
	padding-top:230px;
	padding-bottom:50px;
}

.bookbox {
	background:url(../img/bookbox_bg.png) repeat-x #a38566;
	width:780px;
	border-radius:10px;
	margin:0 0 30px 100px;
	overflow:hidden;
}

.bookbox h2 {
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	padding:13px 10px;
}

.bookboximg {
	float:right;
	margin:15px;
	border:3px solid #ffcc00;
}

.bookbox p {
	font-size:12px;
	font-weight:bold;
	color:#FFF;
	padding:8px 22px;
	line-height:1.7;
}

.bookbox p strong {
	font-size:17px;
	font-weight:bold;
	color:#ffcc00;
	line-height:1.7;
}

.bookboxsample {
	margin-top:10px;
}


/*episode*/

.episode {
	background:url(../img/episode.jpg) no-repeat top center;
	padding-top:255px;
	padding-bottom:80px;
}


.episodebox {
	margin:5px 0 0 175px;
}



/*special*/

.special {
	background:url(../img/special.jpg) no-repeat top center;
	padding-top:490px;
	padding-bottom:50px;
}

.specialbox {
	background:url(../img/bookbox_bg.png) repeat-x #a38566;
	width:860px;
	border-radius:10px;
	margin:0 0 30px 160px;
	overflow:hidden;
}

.specialbox h2 {
	font-size:24px;
	font-weight:bold;
	color:#FFF;
	padding:13px 30px;
}

.specialboximg {
	float:right;
	margin:15px;
	border:3px solid #ffcc00;
}

.specialbox p {
	font-size:14px;
	font-weight:bold;
	color:#FFF;
	padding:8px 22px;
	line-height:2.0;
}

.specialbox p strong {
	font-size:17px;
	font-weight:bold;
	color:#ffcc00;
	line-height:1.7;
}




