@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++++++++++
HTML Setting
+++++++++++++++++++++++++++++++++++++++++++*/

#fla_movie {
	width:800px;
	height:350px;
	}	

	
#news {
	width:610px;
	height:auto;
	padding-left:190px;
	}	

#news h2 {
	width:610px;
	height:35px;
	background:url(../parts/top_news.gif) no-repeat;
	text-indent:-9999px;
	}


#news ul {
	width:610px;
	height:auto;
	margin-bottom:50px;
	}

#news li {
	width:590px;
	height:auto;
	font-size:12px;
	line-height:2.5em;
	border-bottom:1px dotted #666666;
	padding:0px 10px;
	}


