@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 h3{
	margin-bottom:30px;
}

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#contLBoxBt {
padding:0 25px 25px;
background-color: #F0F0F0;
}

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

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



/*---- news ----*/

div#contLBox .news {
border-bottom:2px solid #DBDBDB;
clear:both;
margin-bottom:30px;
padding-bottom:20px;
}

div.news p.newsThumb {
float:left;
margin-right:10px;
}

div.news p.newsThumb a:hover img {
border-color:#B8DE21;
}
div.news p.newsThumb a img {
border-color:#DCD7BD;
}
div.news p.newsThumb img {
border:5px solid #DCD7BD;
display:block;
height:100px;
width:75px;
}

div.news ul.newsDate{
	font-size:16px;
	font-weight:bold;
	color:#849E27;
	margin-bottom:5px;
}

div.news div.newsInfo{
	padding-left:5px;
}


div.news div.newsInfo h4 a{
	line-height:1.35em;
	font-size:16px;
	font-weight:bold;
	color:#849E27;
}
div.news div.newsInfo p{
	line-height:1.25em;
	margin-top:15px;
}

