@charset "UTF-8";

/*=====================================================================
//  共通設定
//=====================================================================*/
#page{
	width:952px;
	text-align:left;
	margin:0 auto;
	padding-bottom:10px;
}
#page .inner{
	width:952px;
	background:url("../image/common/bg.gif") repeat-y;
	padding:0 4px 2px;
}
#header{
	width:952px;
	height:92px;
	font-size:12px;
	font-weight:normal;
	background:url("../image/common/header.jpg") no-repeat;
}
#header .ttl{
	float:left;
	width:232px;
	text-indent:-9999px;
}
#header .ttl h1{
	width:200px;
	font-size:12px;
	margin-left:15px;
	padding-top:15px;
}
#header .ttl h1 a{
	width:200px;
	height:40px;
	display:block;
}
#header .ttl h2{
	font-size:10px;
}

#header .navi{
	float:right;
	width:710px;
	padding-right:10px;
}
#header .navi .search{
	float:right;
	width:290px;
	height:40px;
}
#header .navi .search .search_box{
	width:220px;
	height:17px;
	border:1px solid #CCC;
	margin:10px 5px 0px 0;
	float:left;
}
#header .navi .search .submit_btn {
	width:60px;
	height:19px;
	float:right;
	margin-top:10px;
}
#header .navi ul.menu{
	font-size:12px;
	width:710px;
	height:50px;
	background:url("../image/common/menu.jpg") no-repeat left bottom;
}
#header .navi ul.menu li{
	float:left;
	width:142px;
	height:50px;
	text-indent:-9999px;
}
#header .navi ul.menu li a{
	width:142px;
	height:50px;
	display:block;
}
#header .navi ul.menu li.top a{
	background:url("../image/common/menu.jpg") no-repeat 0 0;
}
#header .navi ul.menu li.rekidoku a{
	background:url("../image/common/menu.jpg") no-repeat -142px 0;
}
#header .navi ul.menu li.bunko a{
	background:url("../image/common/menu.jpg") no-repeat -284px 0;
}
#header .navi ul.menu li.book a{
	background:url("../image/common/menu.jpg") no-repeat -426px 0;
}
#header .navi ul.menu li.mybook a{
	background:url("../image/common/menu.jpg") no-repeat -568px 0;
}
#header .navi ul.menu li a:hover{
	background:none;
}

#contents{
	width:952px;
	font-size:12px;
	font-weight:normal;
	background:url("../image/common/bg_contents.gif") repeat-y;
	border-top:2px solid #0b2c0d;
	border-bottom:2px solid #0b2c0d;
}

#sidemenu{
	float:left;
	width:202px;
	padding:15px;
}
#sidemenu li{
	font-size:14px;
	background: url("../image/common/line_menu.gif") no-repeat left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}
#sidemenu li a{
	background: url("../image/common/icon.gif") no-repeat 3px 50%;
	padding-left:20px;
}
#sidemenu #news,#sidemenu #sp,#sidemenu #link,#sidemenu #backnumber,#sidemenu #genre,#sidemenu #mybook{
	padding-bottom:10px;
}
#sidemenu h3{
	width:202px;
	height:40px;
	text-indent:-9999px;
	margin-bottom:5px;
}
#sidemenu #news h3{
	background: url("../image/top/bar_news.gif") no-repeat;
}
#sidemenu #sp h3{
	background: url("../image/top/bar_sp.gif") no-repeat;
}
#sidemenu #link h3{
	background: url("../image/top/bar_link.gif") no-repeat;
}
#sidemenu #backnumber h3{
	background: url("../image/top/bar_lineup.gif") no-repeat;
}
#sidemenu #genre h3{
	background: url("../image/top/bar_genre.gif") no-repeat;
}
#sidemenu #mybook h3{
	background: url("../image/top/bar_mybook.gif") no-repeat;
}
#sidemenu #news .box{
	width:202px;
	background: url("../image/common/line_menu.gif") no-repeat left bottom;
	margin-bottom:10px;
	padding-bottom:10px;
}
#sidemenu #news p span{
	color:#900;
}
#sidemenu #sp img{
	margin-bottom:10px;
}
#main{
	float:right;
	width:718px;
	background:#0b2c0d;
}

#footer{
	width:922px;
	font-size:12px;
	font-weight:normal;
	background:#f5eed4;
	padding:10px 15px;
}
#footer ul{
	float:left;
	width:450px;
}
#footer li{
	display:inline;
	background: url("../image/common/dot.gif") repeat-y right top;
	margin-right:15px;
	padding-right:15px;
}
#footer p.copy{
	float:right;
	font-size:10px;
	color:#360;
}