/*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:1.0;
	color:#000;
	text-align:center;
	background:url(../img/bg.jpg) center top repeat-y;
	min-width:1090px;
}

img {
	vertical-align:bottom;
}

article {
	width:1090px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

a img:hover {
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}

header a img:hover {
	filter: alpha(opacity=60);
	-moz-opacity:0.60;
	opacity:0.60;
}

#container {
	position:relative;
	width:1090px;
	margin:0 auto;
}

#content {
	z-index:0;
	position:relative;
}


header {
	position:fixed;
	top:0;
	text-align:center;
}


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:50px;
	z-index:100;
	position:fixed;
	bottom:0;
}

footer article {
	text-align:right;
	padding:15px 0;
}

footer #copyright {
	float:left;
	margin-left:15px;
}


#title {
	position:absolute;
	top:5px;
	left:0px;
	opacity:0.0;
}


/*top*/

#top {
	height:848px;
	background:url(../img/top.jpg) no-repeat;
	margin-bottom:-20px;
	position:relative;
}

#top_image {
	position:absolute;
	top:0px;
	right:0px;
	opacity:0.0;
}

#top_cover {
	position:absolute;
	top:332px;
	left:345px;
}

#top_copy {
	position:absolute;
	top:610px;
	left:25px;
}


/*special*/

#special {
	height:743px;
	position:relative;
}

#special_btn {
	position:absolute;
	top:265px;
	left:652px;
}

#special_btn li {
	padding:4px 0;
}





/*books*/


#books {
	background:url(../img/books_bg.jpg);
	margin-top:-20px;
	padding-bottom:80px;
}

#books h2 {
	padding-top:30px;
}

.books_box {
	width:900px;
	margin:10px auto;
	color:#fce5cf;
	line-height:1.8;
	background:url(../img/booksbox_bg.png) repeat-x bottom;
	padding:20px;
	overflow:hidden;
}

.books_image {
	float:left;
	margin-right:20px;
}

.books_box h3 {
	font-size:16px;
	font-weight:bold;
	line-height:1.5;
	padding-top:10px;
	padding-bottom:10px;
}

.books_box h3 strong {
	font-size:22px;
	margin-left:-10px;
}

.books_box p {
}

.books_btn {
	padding-top:20px;
}

.books_btn img {
	margin-right:10px;
}

.books_copy_past {
	text-align:center;
	padding-top:20px;
}

#books_denpa {
	background:url(../img/denpa_bg.png) no-repeat;
	width:972px;
	height:380px;
	margin:30px auto;
	position:relative;
}

#books_denpa ul {
	position:absolute;
	top:100px;
	left:375px;
}

#books_denpa ul li {
	float:left;
	margin-right:2px;
}




/* ----- tool tip specific styles ----- */
#theToolTip{
position: absolute;
left: -300px;
width: 200px;
border: 2px solid #C0C09F;
padding: 7px 0px 0px 10px;
background-color: #FFFFCC;
visibility: hidden;
z-index: 100;
text-align:left;
border-radius:10px;
/*Remove below line to remove shadow. Below line should always appear last within this CSS*/
filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135,strength=4);
}

#ToolTipPointer{
position:absolute;
left: -300px;
z-index: 101;
visibility: hidden;
}

#theToolTip p{
font-size: 12px;
color: #333333;
line-height:1.3em;
margin-right:10px;
margin-bottom:8px;
margin-top:0;
padding-top:3px;
}

#ToolTipTextWrap {
font-weight:bold;
font-size: 12px;
line-height:1.3em;
color: #592C16;
margin-top:3px;
margin-right:10px;
margin-bottom:1px;
}




