@charset "UTF-8";

@import "../css/import.css";

/* index */


#news h2{
	clear: both;
	height: 100px;
	background-color: transparent;
	background-image: url(img/h2.jpg);
	background-repeat: no-repeat;
}

/*-------------------------------------------
---------------------------------------------list*/

ul.newLi{
	width:720px;
	margin:15px auto;
	min-height:400px;
	height: auto !important;
	height: 400px;
}

ul.newLi li{
	padding:10px 0 10px 0;
	background:url(../img/common/line_dot_gray02.gif) repeat-x bottom;
}

ul.newLi li:after { content:"."; display:block; clear:both; height:0; visibility:hidden;}
ul.newLi li { display:inline-table; }
/*\*/
ul.newLi li { display:block !important; height:1%; }
/**/

ul.newLi li h5 {
	width:120px;
	float:left;
	background: url(../img/common/blue_ya.gif) no-repeat 5px 5px;
	padding-left:20px;
	
}

ul.newLi li p {
	width:580px;
	float:right;
	text-align:left;
}