@charset "UTF-8";

/*
===============================================================================
| 			top css
===============================================================================
*/
body{
	background: #000000 url(/images/top/bg.gif) repeat-x;
}
h1{
	height: 14px;
	margin: 0 0 10px 0;
	padding: 0;
	background: url(/images/top/t_new.gif) no-repeat;
}
div.wrapper p#logo{
	background: transparent url(/images/top/logo.gif) no-repeat 30px 78px;
	height: 240px;
}
div#header{
	background: url(/images/top/bg_shadow.gif) repeat-x bottom;
	height: 299px;
}
div#header div.menu{
	top: 249px;
	height: 44px;
}
div#header div.flash{
	top: 289px;
}

div.contents div.inner{
	width: 650px;
}

/*banner*/

div.newsBanner{
	margin: 0 0 30px 0;
}

/* news */

div.information{
	height: 320px;
	overflow: auto;
	border:1px solid #666666;
	scrollbar-arrow-color: #000000;
	scrollbar-face-color:  #666666;
	scrollbar-highlight-color: #666666 ;
	scrollbar-shadow-color: #666666 ;
	scrollbar-3dlight-color: #666666 ;
	scrollbar-darkshadow-color:  #666666;
	scrollbar-track-color: #333333 ;
	margin-bottom:0px;
	width:470px;
	float:left;
}

div.information div.inner{
	margin: 15px;
	padding:0;
	width: auto;
	
}
div.menuPager{
	padding-bottom:15px;
}
div.contents div.topic{
	font-size:90%;
	background: url(/images/common/dot_line.gif) repeat-x bottom;
	padding-bottom: 10px;
	margin-bottom:10px;
}

div.contents div.topic h2{
	font-size: 115%;
	line-height: 140%;
	margin: 0 0 3px 0;
	padding:0;
}
div.contents div.topic div.pict{
	width: 100px;
	height: 100px;
	overflow: hidden;
	float: right;
	margin: 0;
	border:1px solid #333333;
}
div.contents div.topic p.day{
	margin:0;
	padding:0;
	color: #6699cc;
}
div.contents div.topic p.text{
	line-height: 140%;
	margin:0;
}
div.banner{
	width:160px;
	float:right;
}
div.banner a{
	display:block;
	margin-bottom:16px;
}
div.jumpTop{
	display: none;
}