/*slideshow
---------------------------------------------------------*/
#slideshow {
    position:relative;
	width:1020px;
	height:269px;
	margin:0 auto;
}

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

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

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




/*top
---------------------------------------------------------*/
.bg_toppage{
	background:url(/images/top/bg_body.gif) repeat-y 0 0;
}

.layout_top{
	float:left;
	width:760px;
	_zoom:1;
	overflow:hidden;
	border-bottom:solid 15px #fff;
}
.content_top{
	float:right;
	width:495px;
}
.rightside{
	float:right;
	width:163px;
}

.bg_r{
	background:url(/images/top/bg_r.gif) repeat-y right top;
}


/*news
---------------------------------------------------------*/
.news{
	margin-bottom:10px;
}
.news div{
	_zoom:1;
	overflow:hidden;
}
.news div img{
	float:left;
	margin-left:1px;
}
.news h3{
	font-size:13px;
	margin:10px 0 5px 10px;
}
.news h3 a,.news h2 a:visited{
	color:#333;
	text-decoration:none;
}
.news h3 a:hover{
	color:#666;
	text-decoration:none;
}
.news h3 span{
	font-weight:normal;
	color:#666666;
	font-size:11px;
}
.news p{
	font-size:11px;
	color:#666666;
	margin-left:10px;
	font-weight:normal;
}

.news td a:hover{
	/*opacity ie*/
	filter: alpha(opacity=70);
	/*opacity for mozila,safari*/
	-moz-opacity:0.70;
	opacity:0.70;
	zoom:1.0;
}

/*cal
---------------------------------------------------------*/
.c_cal{
	background:url(/images/top/bg_cal.gif) no-repeat 0 0;
	margin:20px 0;
	padding:15px;
	_zoom:1;
	overflow:hidden;
}
.c_cal p{
	float:left;
	padding:70px 0 0 5px;
	width:290px;
	font-size:13px;
	color:#666666;
}
.c_cal a,.c_cal a:visited{
	color:#993333;
	text-decoration:underline;
}
.c_cal ul{
	float:right;
}
.c_cal li{
	margin-bottom:1px;
}


/*blog
---------------------------------------------------------*/
.hot{
	background:url(/images/top/title_hot.jpg) no-repeat 0 0;
	padding-top:81px;
	float:right;
}

/*r_cal
---------------------------------------------------------*/
.r_cal{
	background:url(/images/top/r_cal.jpg) no-repeat 0 0 #FFF;
	padding-top:54px;
	padding-bottom:5px;
}

/*lunch
---------------------------------------------------------*/
.lunch{
	background:url(/images/top/bg_lunch.gif) repeat-y 0 0 #FFF;
	text-align:center;
}
.lunch div{
	background:url(/images/top/index_lunch.gif) no-repeat 0 0;
	padding-top:60px;
}
.lunch div a:hover{
	/*opacity ie*/
	filter: alpha(opacity=70);
	/*opacity for mozila,safari*/
	-moz-opacity:0.70;
	opacity:0.70;
	zoom:1.0;
}
.lunch h3 a,.lunch h3 a:visited{
	color:#AB213C;
	text-decoration:none;
	padding:6px 10px 0;
	display:block;
}
.lunch h3 a:hover{
	color:#C46477;
	text-decoration:none;
}
.lunch p{
	background:url(/images/top/frame_lunch.gif) no-repeat 0 bottom;
	padding:4px 10px 12px 10px;
	font-size:11px;
	color:#666666;
	line-height:130%;
}

/*pickup
---------------------------------------------------------*/
.pickup li{
	background-position:0 0;
	background-repeat:no-repeat;
	padding:40px 10px 10px 55px;
	font-size:11px;
	line-height:130%;
}
.pickup img{
	padding-bottom:7px
}
.pickup a,.pickup a:visited,.pickup a:hover{
	text-decoration:none;
}

.goods{
	background-image:url(/images/top/index_goods.gif);
}
.course{
	background-image:url(/images/top/index_course.gif);
}