@charset "UTF-8";


/* right */	


.news {
	clear: both;
	margin: 0 0 0 30px;
	padding: 0 0 50px 0;
	width: 70%;
}

.news p {
	font-size: 12px;
}

.news_h:after {
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

.news_h a{
	color: #222222;
}

.news_h a:hover {
	color: #AE1522;
	text-decoration: none;
}

/*\*/
* html .news_h {
    height: 1em;
    overflow: visible;
}
/**/

.news h2{
	background: url(../../images/index/h2_01.gif) 0 0 no-repeat;
}

.news h4{
	border-bottom: 1px dotted #AAAAAA;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
}

.news_date{
	line-height: 120%;
	margin: 15px 0 0 0 ;
}

.news_link{
	margin: 30px 0 0 0;
	text-align: right;
}
