@charset "utf-8";

.top-massage{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	color:#5d433f;
	line-height:25px;
}

#index-title{
	display:block;
	width:620px;
	height:405px;
}

#news-midashi{
	display:block;
	background-image:url(../img/news-midashi.gif);
	width:585px;
	height:35px;
	margin-top:10px;
}

#books-midashi{
	display:block;
	background-image:url(../img/books-midashi.gif);
	width:585px;
	height:35px;
	margin-top:10px;
}

.books{
	width:550px;
	margin:10px auto;
}
.books-title{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:16px;
	font-weight:600;
	color:#333333;
	line-height:30px;
}
.books-title a{
	text-decoration:none;
	color:#333333;
}
.books-title a:hover{
	text-decoration:underline;
	color:#333333;
}
.books-price{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:15px;
	font-weight:600;
	line-height:30px;
	color:#ff4e00;
}
.books-txt{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	line-height:20px;
}
.books-img{
	width:130px;
	border:none;
	padding-right:10px;
	vertical-align:top;
}
.books-img img{
	border:none;
	text-decoration:none;
}

#books-btn{
	display:block;
	background-image:url(../img/books-btnRo.gif);
	width:185px;
	height:35px;
	margin-top:10px;
}
#books-btn a{
	display:block;
	background-image:url(../img/books-btn.gif);
	width:185px;
	height:35px;
}
#books-btn a:hover{
	display:block;
	background-image:url(../img/books-btnRo.gif);
}

#blog-midashi{
	display:block;
	background-image:url(../img/blog-midashi.gif);
	width:585px;
	height:35px;
	margin-top:10px;
}

.blog{
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size:14px;
	line-height:30px;
	color:#666666;
	padding-top:10px;
}
.blog ul{
	list-style:none;
	padding-top:0px;
	margin-top:0px;
	padding-left:0px;
	margin-left:0px;
}
.blog ul a{
	text-decoration:underline;
	color:#666666;
}

.blog ul a:hover{
	text-decoration:none;
	color:#666666;
}

.blog ul li{
	border-bottom:#CCCCCC dotted 1px;
	padding-left:10px;
	margin-left:10px;
}
