@charset "utf-8";

/****** CONTENTS ***************************************

	0: GENERAL

*******************************************************/

/****** 0: GENERAL *************************************/

.news h1{
	margin:0 0 15px 0;
	}

.news span.bn_year{
		left:60px;
	}

.news ul{
	margin:0 0 30px 0;
	}
	
.news ul li{
	width:600px;
	margin:0 0 8px 0;
	padding:0 0 8px 0;
	background:url(../../../common/img/line_dotted4px_gray.gif) repeat-x bottom;
	}

.news ul li p{
	float:left;
	width:155px;
	}

.news ul li span{
	float:left;
	display:block;
	width:430px;
	}

.news ul li img{
	margin:0 0 0 5px;
	vertical-align:baseline;
	position:relative;
		top:2px;
	}

