/*-----------------------------
1.link
------------------------------ */
#left_clm li.picture a:hover{ background:url(../image/picture_on.jpg) no-repeat;}
#left_clm li.picture a {
	width:130px;
	height:25px;
	background:url(../image/picture_off.jpg) no-repeat;
}
#left_clm li.novel {
	width:140px;
	height:25px;
	background:url(../image/novel_off.jpg) no-repeat;
}
#left_clm li.novel a:hover{ background:url(../image/novel_on.jpg) no-repeat;}
#left_clm li.novel a {
	width:140px;
	height:25px;
}
#left_clm li.musical {
	width:330px;
	height:25px;
	background:url(../image/musical_off.jpg) no-repeat;
}
#left_clm li.musical a:hover{ background:url(../image/musical_on.jpg) no-repeat;}
#left_clm li.musical a {
	width:330px;
	height:25px;
}
#left_clm li a {
	display:block;
	text-indent:-9999px;
}


/*-----------------------------
2.left_clm
------------------------------ */

.detail {
	width:610px;
	padding:15px 0;
	border:1px dotted #333;
	border-width:0 0 1px 0;
}
.detail h5 {
	font-size:160%;
	color:#304F00;
	margin:0 0 15px 0;
}
.detail .book_box {
	width:180px;
	float:left;
}
.detail .book_box img {
	border:1px solid #3A5A07;
}
.detail .txt_box {
	width:410px;
	float:right;
}
.detail .txt_box .ttl {
	font-size:180%;
	color:#3A5A07;
}
.detail .txt_box .detail_btn {
	width:240px;
	height:50px;
	margin-top:15px;
	background:url(../image/detail._btn.jpg) no-repeat;
}
.detail .txt_box .detail_btn a {
	display:block;
	width:240px;
	height:50px;
	text-indent:-9999px;
}
.detail .txt_box .detail_btn a:hover{
	background:url(../image/detail._btn.jpg) no-repeat left bottom;
}



#left_clm h4 {
	font-weight:bold;
	font-size:180%;
	color:#304F00;
	margin:10px 0 20px;
}
#left_clm ul {
	margin:0 0 20px;
	padding:0;
	list-style-type:none;
}
#left_clm li {
	float:left;
	margin-right:3px;
	list-style-image:none;
}

#left_clm .book {
	width:610px;
}
#left_clm .book .box{
	width:110px;
	padding:0 10px 15px 0;
	margin:0 2px 0 0;
	float:left;
}
#left_clm .book .box .book_box {
	width:110px;
	height:150px;
}
#left_clm .book .box p a {
	font-size:100%;
	text-decoration:none;
	color:#304F00;
}
#left_clm .book .box p a:hover {
	font-size:100%;
	text-decoration:none;
	color:#F4F1EF;
	background:#304F00;
}
#left_clm .book .box .book_box img {
	border:1px solid #3A5A07;
}
