.container #contents{
	padding-bottom: 30px;
}
.container #swfBox{
	width: 860px;
	height: 400px;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.container #contents #conceptBox{
	width: 860px;
	margin: 0 auto;
	padding-bottom: 30px;
	background-image: url(../images/conceptBox_bg.jpg);
	background-repeat: no-repeat;
}
.container #contents #conceptBox p{
	margin-top: 10px;
	font-size: 13.5px;
	line-height: 1.8em;
}
.container #contents #conceptBox h2{
	width: 860px;
	height: 90px;
	background-image: url(../images/h2_bg.png);
	text-indent: -9999px;
	margin: 0 auto;
}
.container #contents #leftcontents{
	width: 490px;
	float:left;
}


.container #contents #baBox{
	padding-left: 30px;
	width: 460px;
	margin-bottom:20px;
}
.container #contents #baBox p{
	margin-bottom:10px;
}

.container #contents #newsBox{
	padding-left: 30px;
	width: 460px;
}
.container #contents #newsBox h2{
	width: 460px;
	height: 30px;
	background-image: url(../images/h2_news.jpg);
	text-indent: -9999px;
}
.container #contents #newsBox ul li{
	margin-top: 10px;
	border-bottom: 1px dotted #333333;
	text-indent: 5px;
	height: 1%;
	font-size: 12px;
}
.container #contents #newsBox ul li a{
	color: #A16D24;
	text-decoration: none;
}
.container #contents #newsBox ul li a:hover{
	color: #F39700;
}
.container #contents #newsBox ul li span{
	color: #101010;
	margin-right: 10px;
}
.container #contents #bannerBox{
	padding-right: 30px;
	width: 390px;
	float: right;
}
.container #contents #bannerBox .imgBox{
	margin-bottom: 10px;
}

.calendarTable{
	margin:0 auto;
	width:340px;
}
.calendarTable th{
	text-align:center;
	color:#999;
	font-size:11px;
}
.calendarTable td{
	text-align:center;
	font-weight:bold;
	}
.calendarTable td.lunchOpen{
	background:#f9d7d7;
	text-align:center;
	font-weight:bold;
	
}
	
.open{
	background:#F6DDD7;
	width:11px;
	height:11px;
}


/*slide*/
#slideshow {
    position:relative;
    height:400px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
    opacity:0.0;
}

#slideshow IMG.active {
    z-index:10;
    opacity:1.0;
}

#slideshow IMG.last-active {
    z-index:9;
}

