/*-----------------------------
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;
}
#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
------------------------------ */
.ttl_recent_1 {
	width:610px;
	height:50px;
	text-indent:-9999px;
	background: transparent url(../image/title_info.png) no-repeat center top !important;
	background: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="../image/title_info.png", sizingMethod="scale");
}
#left_clm h4 {
	font-weight:bold;
	font-size:180%;
	color:#304F00;
	margin-top:15px;
}
.art_ttl {
	width:610px;
	padding:0 0 10px;
	border:1px dotted #333px;
	border-width:0 0 1px;
}
.art_ttl .day {
	width:50px;
	float:left;
	border:1px solid #345300;
	font-size:12px;
	text-align:center;
	line-height:180%;
	margin:0 0 10px;
}
.art_ttl .txt{
	width:550px;
	float:right;
	color:#345300;
	font-size:140%;
}
.art_ttl .day_y {
	width:52px;
	padding:1px 0 0 0;
	color:#345300;
	text-align:center;
	font-size:90%;
	line-height:120%;
	font-weight:bold;
}
.art_ttl .day .day_m {
	width:50px;
	height:22px;
	color:#345300;
	padding-top:1px;
	background:#FDFAF8;
}
.art_ttl .day .day_d {
	width:50px;
	height:24px;
	padding-top:3px;
	color:#FDFAF8;
	background:#345300;
}
.art_ttl .day .day_d span {
	font-size:20px;
}

.art_ttl .diary {
	padding:10px 0 10px 60px;
	border-top:1px dotted #666666;
	border-bottom:1px dotted #666666;
	margin:0px 0 10px;
}

.art_ttl .diary a.box {
	display:block;
	padding:3px 5px 3px 10px;
	float:left;
	margin:10px 10px 20px 0;
	background:#325000;
	font-weight:bold;
	color:#FFFFFF;
	text-decoration:none;
}

.art_ttl .diary a.box:hover {
	padding:2px 4px 2px 9px;
	border:#325000 solid 1px;
	background:#FFFFFF;
	color:#325000;
	text-decoration:none;
}

.art_ttl .diary .info {
	border:#325000 solid 1px;
	margin:20px 0 10px;
	padding:0;
}

.art_ttl .diary .info .ttl{
	background:#325000;
	font-weight:bold;
	color:#FFFFFF;
	padding:3px 0 3px 5px;
	margin:0;
}

.art_ttl .diary .info .text{
	margin:10px;
}

.art_ttl .txt a,
.art_ttl .diary a {
	color:#345300;
	text-decoration:none;
}

.art_ttl .txt a {
	font-weight:bold;
}

.art_ttl .txt a:hover,
.art_ttl .diary a:hover {
	text-decoration: underline;
}

#left_clm .next {
	text-align:center;
}

