@charset "utf-8";

ul, ol, li {
	list-style:none;
}

/* ブロック配置 */
#outsidebox {
	text-align: center;
}

div#container {
	border: 1px solid #1a862d;
	background-color: #FFFFFF;
	text-align: left;
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}

div#wrapper {
	clear:left;
	width:720px;
	margin:20px auto;
}

div#title {
}

div#subcol {
	float:left;
	width:220px;
}

div#maincol {
	float:right;
	width:500px;
	margin-bottom:30px;
}

/* ブロック配置ここまで */

h2 {
	font-size:24px;
	font-weight:bold;
}

h3 {
	font-size:18px;
	font-weight:bold;
	color:#CC3300;
	margin-bottom:5px;
}

h4 {
	font-size:14px;
	font-weight:bold;
	margin-bottom:10px;
}

div#monthsp {
	margin-bottom:20px;
	border-bottom:dashed 2px #333333;
}

#monthsp p, #bookcontents p {
	clear:both;
	line-height:1.5em;
	margin-bottom:1em;
}

#monthsp strong, #bookcontents strong {
	font-weight:bold;
	color:#CC3300;
}

#monthsp img.left, #bookcontents img.left {
	float:left;
	margin-right: 5px;
	margin-bottom: 5px;
}

#monthsp img.right, #bookcontents img.right {
	float:right;
	margin-bottom: 5px;
	margin-left: 5px;
}


/* Shop 入り口 */
div.shop {
	margin-top:10px;
	line-height:1.5em;
	border:dashed 2px #FF6600;
	padding:5px;
	width:186px;
}

.shop a {
	text-decoration:none;
}

a.shop {
	display:block;
	width:181px;
	height:27px;
	text-indent:-99999px;
	background: url(img/shopbutton.gif) no-repeat left top;
}

a.shop:hover {
	background-position:left bottom;
}

div.backnumber {
	margin-top: 20px;
}

.backnumber h4 {
	margin-bottom:5px;
}

.backnumber a {
	text-decoration:none;
}


