@charset "UTF-8";
/* -------------------------------------------------------- CSS Information 
Lust up date:   2013.06.05
Style Info:     news css
------------------------------------------------------------------------ */  

/*CommonCSS_link*/
@import url(base.css);
@import url(common.css);
/*------------------------------------------------------------News*/
section#news div {
	background: #FFF;
	padding: 12px 0 34px;
	border-bottom: 1px solid #CDCDCD;
	text-align: center;
	margin:0 10px 10px;
}
section#news div.news_text {
	padding: 0;
	border: none;
	background: none;
	font-size: 12px;
	line-height: 1.6;
	text-align: left;
}
section#news p {
	text-align: left;
}
section#news div a {
	display: block;
	padding: 10px 25px 10px 10px;
}
section#news div .date {
	font-size: 12px;
}
section#news div .title {
background: #eeeeee; /* Old browsers */
background: -moz-linear-gradient(left,  #eeeeee 0%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#eeeeee), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #eeeeee 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #eeeeee 0%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #eeeeee 0%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to right,  #eeeeee 0%,#ffffff 100%); /* W3C */
    border-left: 5px solid #0d4626;
    color: #0d4626;
    font-size: 14px;
    font-weight: bold;
    line-height: 150%;
    margin: 0 0 8px;
    padding: 3px 5px;
    text-shadow: 0 1px 0 #fff;

}
section#news div .photo {
	text-align: center;
}
section#news div img {
	margin: 10px 0 0;
}
