@charset "utf-8";


/* top */
#top-slide{
	margin: 0 0 20px 0;
	padding: 2px 1px 2px 2px;
	background-image:url(/common/images/bg_slide_shadow.png);
	background-repeat: no-repeat;
	z-index: 65535;
	position: relative;
}

#top-slide ul{
	_visibility: hidden;
}

.mask-top{
	position: absolute;	
	top: -8px;
	left: 1px;
	z-index: 65535;
	*top: 0;
}

.mask-btm{
	position: absolute;
	top: 270px;
	*top: 277px;
	left: 0;
	z-index: 65535;
}

.w660 div#news{
	padding: 5px 20px 0 20px;
}

#news ul{
	overflow: hidden;
	*zoom:1;
}

#news li{
	margin: -1px 0 0 0;
	padding: 10px 0;
	border-top: 1px dotted #7f7f7f;
	/*background:url(../images/border_line.gif) repeat-x;*/
}

#news li span{
	font-weight: bold;
	margin: 0 15px 0 0;
}

#recipe{
	padding:10px 0;
}

#recipe h5{
	margin: 0 10px;
	padding: 0 0 10px 10px;
}

#recipe div{
	margin:0 auto 10px auto;
	width:222px;
	border: 4px solid #ebebeb;	
}

#recipe .recipe-link{
	text-align:center;
	margin: 0 10px 10px 10px;
}

#recipe .recommend-text:last-child{
	margin: 0;
	border: none;
	*zoom: 1;
}

#recipe .recommend-text{
	border-bottom: 1px dotted #7f7f7f;;
	padding: 0 20px 10px 20px;
	margin: 0 10px 10px 10px;
	*zoom: 1;
}


#recipe a img {
	vertical-align:bottom
}
#recipe a:link {
	color: #1a2fba;
	text-decoration: underline;
}

#recipe a:visited {
	color: #1a2fba;
	text-decoration: underline;
}

#recipe a:hover {
	color: #1a2fba;
	text-decoration: underline;
}

#recipe a:active {
	color: #1a2fba;
	text-decoration: underline;
}

#product{
	/*
	overflow: hidden;
	*/
	*zoom:1;
}

#product ul{
	width: 608px;
	border: 4px solid #ebebeb;	
	overflow: hidden;
	*zoom:1;
	background-image: url(../images/top_product_bg.png);
	padding: 1px 0 0 1px;
}

#product li{
	float: left;
	height:103px;
	width: auto;
	display: inline;
	margin: 0 1px 1px 0;
}

#product li span.blank-box{
	display:block;
	width:151px;
	height:103px;
	background:#FFF;
}
/*ie 7*/
#column-right{
	height:503px;
}