/*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:#292929;
}

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) repeat-x fixed #431a08;
	min-width:1090px;
}

article {
	width:1090px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

#container {
	background:url(../img/bg_container.png) top center repeat-y;
}

a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

a img.btn_fair:hover {
	filter: alpha(opacity=100);
	-moz-opacity:1.00;
	opacity:1.00;
}

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 {
	background:url(../img/bg_header.png) repeat-x;
	height:90px;
	z-index:100;
}

header img#header_dash {
	float:left;
	margin:10px 0 10px 15px;
}

header h1 {
	float:left;
	margin:10px 10px 10px 0;
}

header ul {
	float:right;
	margin:8px 20px 0 0;
}

header ul li {
	float:left;
}


footer {
	background:url(../img/bg_footer.png) repeat-x;
	height:80px;
	z-index:100;
	position:relative;
}

footer article {
	text-align:right;
	padding:15px 0;
}

footer #copyright {
	float:left;
	margin-left:0px;
}


.pagetop {
	background:#000;
	width:55px;
	height:46px;
	position:fixed;
	right:0;
	bottom:80px;
	z-index:1000;
	display:none;
}


/*top*/

.top img {
	margin-top:-100px;
	margin-bottom:-8px;
}


/*chara*/

.chara img {
	margin-top:-100px;
	margin-bottom:-8px;
}

#chara_lines01 {
	margin:0;
	position:absolute;
	top:80px;
	left:260px;
	opacity:0.0;
}

#chara_lines02 {
	margin:0;
	position:absolute;
	top:20px;
	left:550px;
	opacity:0.0;
}


/*reco*/

.reco img {
	margin-top:-100px;
	margin-bottom:-8px;
}


/*graphic*/

.graphic article {
	margin-top:-90px;
	background:url(../img/graphic.jpg) no-repeat center top #d7d3ca;
	text-align:left;
	padding-top:205px;
	padding-bottom:20px;
}

.graphic article img {
	vertical-align:bottom;
}

#graphic_thumb {
	margin:0 0 0 30px;
	width:750px;
	overflow:hidden;
}

#graphic_thumb li {
	float:left;
	margin:2px;
}

#graphic_thumb li img {
	border:1px solid #ff9900;
}

#kabegami {
	margin:25px 0 0 18px;
	background:url(../img/kabegami.png) no-repeat;
	width:747px;
	height:392px;
	position:relative;
}

#kabegami01 {
	position:absolute;
	top:278px;
	left:45px;
}

#kabegami02 {
	position:absolute;
	top:278px;
	right:41px;
}

#kabegami01,
#kabegami02 {
	width:320px;
}

#kabegami01 li,
#kabegami02 li {
	float:left;
	margin:3px;
}


/*book*/

.book article {
	margin-top:-90px;
	background:url(../img/book.jpg) no-repeat center top #fffdf9;
	text-align:left;
	padding-top:145px;
	padding-bottom:30px;
}

.book img {
	vertical-align:bottom;
}

.bookboxc {
	width:700px;
	margin:10px 30px;
}

.bookhead {
	position:relative;
	z-index:10;
	margin-bottom:-25px;
}

.bookbottom {
	position:relative;
	z-index:10;
	margin-top:-25px;
}

.bookbox {
	position:relative;
	background:url(../img/book_bg.png) repeat-y;
	color:#990000;
	padding-right:35px;
}

.bookbox p {
	position:relative;
	z-index:100;
	margin-left:230px;
	line-height:1.7;
}

.bookboximage {
	position:relative;
	float:left;
	border:1px solid #ff9901;
	margin:0px 0 0 35px;
	z-index:100;
}

.bookboxtitle {
	font-weight:bold;
	font-size:20px;
	border-bottom:2px dotted #ffa318;
}

.bookboxc .bookboxtitle span.fin {
	background:#990000;
	color:#ffffcc;
	font-size:14px;
	padding:1px 8px;
	display:inline-block;
	margin-bottom:10px;
	margin-left:8px;
}

.bookbox p.bookboxsubtitle {
	font-weight:bold;
	font-size:16px;
	margin-top:10px;
	line-height:1.4;
	margin-bottom:5px;
}

.bookboxsample {
	text-align:right;
	margin:8px 10px 0px 0;
}

.comicsboxc .bookbox {
	color:#e8176a;
}

.comicsboxc .bookboximage {
	border:1px solid #e8176a;
}

.comicsboxc .bookboxtitle span {
	background:#e8176a;
	color:#FFF;
	border-radius:5px;
	font-size:14px;
	padding:1px 8px;
	display:inline-block;
	margin-bottom:6px;
	margin-right:8px;
}


/*ss*/

.ss article {
	margin-top:-90px;
	background:url(../img/ss.jpg) no-repeat center top #d7d3ca;
	text-align:left;
	padding-top:205px;
	padding-bottom:20px;
	height:583px;
	position:relative;
}

.ss article img {
	vertical-align:bottom;
}

#ss_list {
	position:absolute;
	top:315px;
	left:70px;
	width:600px;
}

#ss_list li {
	padding:8px 0;
}



#sscontainer {
	text-align:left;
	padding:0px;
	font-size:16px;
	background:#fffef9;
}

#sscontainer p {
	padding:5px 10px;
}

#sscontainer p.sshead {
	text-align:center;
}

#sscontainer p.sstext {
	padding:10px 30px;
}

#sscontainer p.ssend {
	font-size:12px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	background:#CCC;
	padding:1px 10px;
	margin:20px;
}



#faircontainer {
	text-align:left;
	padding:0px;
	background:#fffef9;
}

#faircontainer textarea {
	margin:0px 30px 20px 30px;
	width:580px;
	height:300px;
	font-size:12px;
	line-height:1.6;
	resize:none;
}



