@charset "UTF-8";

/* ---------------------------------------------------------------- 
 *  TOP PAGE
 * ---------------------------------------------------------------- 
*/ 

/*
#
10px = 77%     11px = 85%     12px = 93%     13px = 100%
#
14px = 108%    15px = 116%    16px = 123.1%  17px = 131%
#
18px = 138.5%  19px = 146.5%  20px = 153.9%  21px = 161.6%
#
22px = 167%    23px = 174%    24px = 182%    25px = 189%
#
26px = 197%
*/ 



/* ---------------------------------------------------------------- 
 *  TOP VISUAL
 * ---------------------------------------------------------------- 
*/ 
#visual{
	width:960px;
	padding-bottom:18px;
}

/* ---------------------------------------------------------------- 
 *  TOP BANNER
 * ---------------------------------------------------------------- 
*/ 
#banner_Wrap{
	width: 960px;
	position: relative;
	padding-bottom:18px;
}

#banner_Wrap ul li{
	display:inline;
}

#banner_Wrap ul#banner_Area {
	width:960px;
	height:100px;
	float:left;
	position:relative;
}

/* ---------------------------------------------------------------- 
 *  TOP INFORMATION
 * ---------------------------------------------------------------- 
*/ 
#information_Wrap{
	width: 960px;
	position: relative;
	
	padding-bottom:60px;
}

#news_Wrap{
	width:306px;
	float:left;
	position:relative;
}

#news_Header{
	border-bottom:solid 1px #dddddd;
	margin-bottom:10px;
}

dl.news_Area{
	width:306px;
	position:relative;
}
dt.news_Date{
	width:70px;
	float:left;
	position:relative;
	padding-bottom:10px;
	
	font-size:77%;
	font-weight:bold;
	line-height:131%;
	color:#dea529;
}
dd.news_Title{
	width:226px;
	float:left;
	position:relative;
	padding-bottom:10px;
	margin-left:10px;
	
	font-size:93%;
	line-height:123.1%;
	color:#56578d;
}

#users_Voice{
	width:640px;
	float:right;
	position:relative;
}