@charset "UTF-8";
/*----------------------------------------

		- main
		- news
		- footer

-----------------------------------------*/

/*----------------------------------------
	main
-----------------------------------------*/

#main {
	width:1040px;
	margin: 0 auto;
	text-align:center;
	height:350px;
}

#main .main_left {
	width:690px;
	float:left;
}

#main .main_right {
	width:350px;
	float:left;
}

#main .main_right .wine {
	width:350px;
}
#main .main_right .restaurant {
	width:175px;
	float:left;
}
#main .main_right .pro {
	width:175px;
	float:left;
}

/*----------------------------------------
	news
-----------------------------------------*/

#news {
	width:1040px;
	margin: 0 auto;
	text-align:center;
	height:350px;
}
#news p {
	text-align:left;
	position:absolute;
	top:0px;
}

#news .news_left {
	width:350px;
	float:left;
}
#news .news_left .btn{
	width:175px;
	float:left;
}

#news .news_left .news {
	height:125px;
	padding-top:50px;
	}
#news .news_left .news a {
	text-decoration:none;
	}
#news .news_left h2 {
	font-size:20px;
	letter-spacing: 0.03em;
	margin:10px 0 18px 0;
	}
#news .news_left li {
	font-size:12px;
	line-height:20px;
	}
#news .news_right {
	width:690px;
	float:left;
}

/*-news用slider-*/

#news .news_left .bx-wrapper .bx-pager.bx-default-pager a {
	background: #dad3d1;
	text-indent: -9999px;
	display: block;
	width: 7px;
	height: 7px;
	margin: 0 7px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#news .news_left .bx-wrapper .bx-prev {
	left:120px;
	top:90px;
	background: url(../images/controls2.png) no-repeat 0 -12px;
}
#news .news_left .bx-wrapper .bx-next {
	right:120px;
	top:90px;
	background: url(../images/controls2.png) no-repeat 0px 0px;
}
#news .news_left .bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	top:72px;
	width: 100%;
}
#news .news_left .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #695045;
}
#news .news_left .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #695045;
}