@charset "UTF-8";

/*
===========================================================================
| 			index
===========================================================================
*/

/*----------------------------------------------------------------------
/			flashContens 
/----------------------------------------------------------------------*/
div#swfLoad{
	width: 880px;
	height: 330px;
}
div#flashContens{
	background-color:#184295;
	margin: 0 0 30px 0;
	padding: 23px 23px 0 23px;
}
div.leftSection{
	width: 630px;
	float:left;
}
div.rightSection{	
	width: 270px;
	float:right;
}
/*----------------------------------------------------------------------
/			news 
/----------------------------------------------------------------------*/
div#news{
	height: 500px;
	overflow: auto;
	padding-right:20px;
}
div#news li{
	background:url("/images/index/icon_news.gif") no-repeat 0 10px;;
	padding: 0 0 0 24px;
	margin: 0 0 10px 0;
}
div#news span.day{
	display:block;
	font-weight: bold;
}

/*----------------------------------------------------------------------
/			contentsIdx 
/----------------------------------------------------------------------*/
ul#contentsIdx li{
	border:1px solid #ccc;
	border-bottom: none;
	padding: 8px;
}
ul#contentsIdx {
	height: 500px;
	overflow: auto;
	border-bottom: 1px solid #ccc;
}
ul#contentsIdx li img.thumb{
	float:left;
	margin: 0 10px 0 0
}