﻿@charset "utf-8";

*{
font-family: "Verdana'","Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#wrapper{
	margin: 0 auto;
	text-align: left;
	width: 100%;
	line-height: 1.8;
}

/*  ヘッダー */
#header{
	width: 960px;
	margin: 0 auto;
	text-align: left;
	padding: 10px 0 10px 10px;
	/*背景色：LEMON SORBET */
	background-color:#FFE181;
}

#header h1{
	float: left;
	width: 600px;
	font-size:32px;
	/*文字色：VIVACIOUS*/
	color:#E6781E;
}

#header ul#gNavi{
	float: right;
	border-right: 1px solid #ccc;
	padding-right: 15px;
	margin-top: 8px;
	/*文字色：VIVACIOUS*/
	color:#E6781E;

}
#header ul#gNavi li{
	display: block;
	float: right;
	padding-left: 10px;
	margin-left: 15px;
	border-left: 1px solid #ccc;
	font-size: 13px;
}
#header ul#gNavi li a{
	font-style: normal;
	color: #333;
	text-decoration: none;
}
#header ul#gNavi li a:hover{
	text-decoration: underline;
}

ul#gNavi{
	width: 300px;
	text-align: left;
	margin: 0 auto;
	padding:10px 0 0 0;
}

ul#gNavi li{
	display: block;
	float: left;
	margin-left: 30px;
}

ul#gNavi li a{
	font-size: 13px;
	color: #333;
	text-decoration: none;
}

ul#gNavi li a:hover{
	text-decoration: underline;
}
ul#gNavi li.firstItem{
	margin-left: 0;
}

/*  テーマ */  
#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;
}
div#mainContents{
	width: 960px;
	margin: 0 auto;
	text-align: left;

}

div#mainImgBox{
	width: 100%;
	margin:30px auto 00px;
	text-align: left;
	width: 960px;
}

div#mainImgBox strong{
	font-weight: bold;
	font-size: 17px;
	display: block;
	margin-bottom: 10px;
}

#honbun{
	width: 960px;
	text-align: left;
	padding: 0 0 0 0;
	width: 100%;
	margin:00px auto 20px;
	text-align: left;
	width: 960px;
	font-size: 17px;
	/*文字色：VIVACIOUS*/
	color:#606060;
 }

/* ボックス１冊目～ */
div#mainContents div.topicsBox{
	width: 458px;
	height: 520px;  /*ここを広げると大きい箱が大きくなる*/
	float: left;
	margin-left: 33px;
	margin-bottom: 60px;
	/*背景色：LEMON SORBET*/
	background-color:#FAD3B2;
	padding: 0px 0px 0px 0px;
}
div#mainContents div.firstItem{
	margin-left: 0;
}
div#mainContents div.topicsBox strong{
	margin-bottom: 15px;
	font-weight: bold;
	display: block;
	font-size: 14px;
	padding: 10px 10px 10px 10px;
	/*背景色：LEMON SORBET*/
	background:#FF9C97;
        height: 40px;   /*ここを広げると書名の箱が大きくなる*/
}
div#mainContents div.topicsBox span{
	line-height: 1.8;
	display: block;
	text-align: justify;
	margin-bottom: 8px;
	padding:10px 10px 10px 10px;
}

div#mainContents div.bookimg{
	text-align:center;
	height: 280px;
}

/* 追加リスト */
div#newTopics{
	float: left;
}
div#newTopics strong{
	font-weight: bold;
	font-size: 13px;
	margin-bottom: 8px;
	display: block;
	font-size: 14px;
	/*文字色：VIVACIOUS*/
	color:#CC0C39;
}


table.type05 {
	border-collapse: separate;
	border-spacing: 1px;
	text-align: left;
	line-height: 1.0;
	border-top: 1px solid #ccc;
}
table.type05 th {
	width: 480px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
	background: #f0f0f0;
}
table.type05 td {
	width: 480px;
	padding: 10px;
	vertical-align: top;
	border-bottom: 1px solid #ccc;
}

/* フッター */
#footer{
	width: 960px;
	/*背景色：LEMON SORBET*/
	background: #FFE181;
	/*文字色：VIVACIOUS*/
	color: #E6781E;
	margin: 0 auto;
	margin-top: 45px;
	text-align: center;
	
	/*border-bottom-left-radius: 30px;  */
	/*border-bottom-right-radius: 30px; */
}

#footer p#copyright{
	text-align: center;
	padding: 8px;
	font-family:"lucida grande", tahoma, verdana, arial, sans-serif!important;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 30px;
	right: 30px;
}
.pagetop a {
	display: block;
	width: 70px;
	height: 70px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	text-decoration: none;
	line-height: 70px;
}

div#wBg{
	background: #fff;
}
