@charset "UTF-8";
/* ----------------------------------------------

	author   : (C)KAYAC http://www.kayac.com/

---------------------------------------------- */

@import url("../css/common.css");

/*-----------------------------------------------*/

/*-------- #contL ---------*/

div#contL {
	float:left;
	padding:30px 25px;
	width:586px;
}
/*-------- #contLBox ---------*/
/*div#contLBox {
 margin-bottom: 30px;
 padding: 25px;
 background-color: #F0F0F0;
}*/


div#contLBox {
padding: 25px;
background-color: #F0F0F0;
}

div#contLBox ul li.before5 {
	background:url(../img/icn_arrow_left.gif) no-repeat left;
	padding-left:20px;
	float:left;
}

div#contLBox ul li.next5 {
	background:url(../img/icn_arrow_right.gif) no-repeat right;
	padding-right:20px;
	display:inline;
	float:right;
}

div#contLBox ul#pagerBottom {
	border-top:2px solid #DBDBDB;
	margin-top:14px;
	padding-top:15px;
}

/*--- .diary ---*/

div#contLBox .diary {
	clear:both;
	border-top:2px solid #DBDBDB;
	margin-top:14px;
	padding-top:15px;
}

div#contLBox .diary p.date{
	float:left;
	font-size:140%;
	font-weight:bold;
	color:#849E27;
}

div#contLBox .diary .entryBody {
	clear: both;
    padding: 15px 0;
}

div#contLBox .diary ul.status li{
	float:right;
	margin-top:4px;
	margin-left:10px;
}

div#contLBox .diary ul.status img{
	vertical-align:top;
	padding:0 5px 0 0;
}

div#contLBox .diary ul.status span{
	margin:0;
	padding:0;
	line-height:1em;
}

div#contLBox .diary h3.h3_ttl{
	clear:both;
	margin:20px 0 0 0;
}

div#contLBox .diary p.dairyTitle{
	width:530px;
	height:85px;
	line-height:65px;
	background:url(../img/bg_murmur_ttl.gif) top no-repeat;
	font-size:123.1%;
	font-weight:bold;
	color:#336600;
}

div#contLBox .diary p.dairyTitle span{
	margin:0 20px;
}

div#contLBox .diary p.thanksTitle{
	margin:25px 0 20px;
}
div#contLBox .diary p.thanksTxt{
	margin:0 0 20px;
}

div#contLBox .diary p.thanksName{
	padding:10px 0px;
}

div#contLBox .diary p.thanksName strong{
	color:#94B53C;
}

div#contLBox .diary p.thanksName span{
	color:#94B53C;
	font-size:100%;
	color:#999;

}

div#contLBox .diary p.postedby{
	margin-top:10px;
	text-align:right;
	font-size:100%;
	color:#999;
}


.mt-enclosure mt-enclosure-image img{
border:3px solid #eeeeee;
}

/*--- .TBbox  ---*/

div#contLBox .TBbox{
	margin-top:25px;
	padding-top:20px;
	border-top:2px solid #DBDBDB;
}

div#contLBox .TBbox h4{
	margin-bottom:20px;
	padding:0 0 0 20px;
	background:url(../img/icn_point.gif) no-repeat;
	font-size:123.1%;
	font-weight:bold;
}

div#contLBox .TBbox input{
	margin-bottom:20px;
	padding:3px 0 3px 7px;
	background:#FFF;
	border:none;
}

/*--- .comment  ---*/
div#contLBox .comment{
	clear:both;
	border-top:2px solid #DBDBDB;
	margin-top:40px;
}

div#contLBox .comment h4{
	margin:20px 0;
	padding:0 0 0 20px;
	background:url(../img/icn_point.gif) no-repeat;
	font-size:123.1%;
	font-weight:bold;
}

div#contLBox .comment p{
	margin-bottom:15px;
}

div#contLBox .comment div.commentTxtBox{
	margin-bottom:25px;
	padding-bottom:20px;
	border-bottom:2px solid #DBDBDB;

}

/*--- .postFormBox  ---*/
div#contLBox div.postFormBox form table th{
	width:80px;
}

div#contLBox div.postFormBox form table td{
	width:450px;
}

div#contLBox div.postFormBox form table td input.formS{
	margin-bottom: 7px;
	width:160px;
	height:20px;
	background:#FFF;
	border:none;
}

div#contLBox div.postFormBox form table td textarea#comment {
	margin-bottom: 12px;
	width:450px;
	background:#FFF;
	border:none;
}

div#contLBox div.postFormBox form table td input.submit{
	width:130px;
	padding:3px;
	background:#999;
	border:none;
	color:#FFF;
	font-weight:bold;
}

div#contLBox div.postFormBox form table p{
	margin:10px 0 0;
	color:#666;
}



