/*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:#00649b;
	text-decoration:none;
}

a:hover {
	color:#00649b;
	text-decoration:underline;
}

area {
	border:none;
	outline:none;
}

img {
	vertical-align:bottom;
}


.clearfix:after {
	content: "";
	clear: both;
	display: block;
}




/*layout*/

html {
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:75%;
	line-height:1.5;
	color:#000;
	text-align:center;
	background:url(../img/bg.png) repeat-y top center #000;
}
a img:hover {
	filter: alpha(style=0, opacity=70);
	-moz-opacity:0.70;
	opacity:0.70;
}

.inner {
	width:960px;
	margin:0 auto;
	text-align:left;
}

#pagetop {
	position:fixed;
	bottom:20px;
	left:50%;
	margin-left:500px;
	display:none;
}




/*header*/

header {
	height:40px;
	background:url(../img/bg_header.gif) repeat-x;
	position:fixed;
	width:100%;
	z-index:100;
}

header ul#headerl {
	float:left;
}

header ul#headerl li {
	float:left;
}

header ul#headerr {
	float:right;
}

header ul#headerr li {
	float:left;
}

header ul#headerr li.tweet {
	padding:10px 5px 0 5px;
}

section {
	width:960px;
	padding-top:40px;
	margin:0 auto -40px auto;
	position:relative;
	z-index:0;
}




/*top*/

#btn_pv {
	position:absolute;
	bottom:10px;
	right:-15px;
}




/*pv*/

#pv iframe {
	position:absolute;
	top:40px;
	right:50px;
}




/*book*/

ul#book_list {
	position:absolute;
	top:167px;
	left:5px;
}

ul#book_list li {
	float:left;
	margin-left:43px;
	margin-bottom:78px;
}



