@charset "utf-8";
/* CSS Document */

/* ===================================================== */
/* HOME */
/* ===================================================== */
#section #home{
	height: auto;
	background: url(../img/home_bg.jpg) no-repeat top center;
	overflow: hidden;
	padding-bottom: 30px;
}

#section #home .inner{
	width: 960px;
	height: auto;
	margin: 0 auto;
	padding-bottom: 30px;	
}

#section #home .inner #gnav-home{
	margin-top: 100px;
	margin-left: 200px;
	overflow: hidden;
	z-index: 1;
}

#section #home .inner .event-bnr{
	position: relative;	
	z-index: 2;
}

#section #home .inner .event-bnr p.bnr1{
	position: absolute;
	top: 0px;
	left: 0px;
}

#section #home .inner .event-bnr p.bnr2{
	position: absolute;
	top: 200px;
	left: 20px;
}

#section #home .inner #gnav-home-lower{
	height: 163px;
	background: url(../img/gnav_lower_bg.png) no-repeat top center;
	margin: 0 auto;
	margin-top: 30px;
}

#section #home .inner #gnav-home-lower ul{
	width: 690px;
	padding: 27px 10px 0 27px;
	margin: 0 auto;
}

#section #home .inner #gnav-home-lower ul li{
	display: inline-block;
	padding-right: 4px;
    *display: inline;  
	*zoom: 1; 
}


#section #home .inner #news{
	margin: 30px 0 30px 15px;
}

#section #home .inner #news .top{
	margin-bottom: -3px;
	padding: 0;
}

#section #home .inner #news .mid{
	margin: 0;
	background: url(../img/news_bg_mid.png) repeat-y;
}

#section #home .inner #news .mid ul{
	width: 850px;
	margin-left: 35px;
	padding: 10px 0 10px 0;
	border-top: #CCC dotted 1px;
	overflow: auto;
	font-size: 12px;
}

#section #home .inner #news .mid ul li.date{
	width: 80px;
	float: left;
	line-height: 1.6em;	
	background-image: url(../img/img_p_bg.gif) ;			
}

#section #home .inner #news .mid ul li.mark{
	width: 70px;
	float: left;
	font-weight: bold;
	text-align: center;
	background-image: url(../img/img_p_bg.gif) ;
	padding: 3px 0;
	margin-top: -2px;
}

#section #home .inner #news .mid ul li.news{
	border: #e8404e 1px solid;
	color: #e8404e;
}

#section #home .inner #news .mid ul li.event{
	border: #39996a 1px solid;
	color: #39996a;
}

#section #home .inner #news .mid ul li.notice{
	border: #FF5809 1px solid;
	color: #FF5809;
}

#section #home .inner #news .mid ul li.detail{
	width: 680px;
	background-image: url(../../../common/img/img_p_bg.gif) ;
	padding-left: 15px;
	line-height: 1.6em;
	overflow: hidden;	
}

#section #home .inner #news .mid span.closeup{
	font-size: 11px;
	padding: 0px 5px;
	color:#FFF;
	background: #039;
	overflow: hidden;	
}

#section #home .inner #news .bottom{
	margin: 0;
}

#section #home .inner #bnr{
	height: 60px;
	background: url(../img/bg_gnav.png) repeat-x;
	overflow: hidden
}

