@charset "UTF-8";

#main_box {
	padding-top:20px;
}
.box {
	width:250px;
	float:left;
}
.box_margin {
	margin-right:25px;
}
#header_concept {
	background-image:url(../img/header_concept.jpg);
}
#header_news {
	background-image:url(../img/header_news.jpg);
}
#header_concept,#header_news {
	height:21px;
	width:250px;
	text-indent:-5000px;
	overflow:hidden;
	padding-bottom:4px;
	border-bottom:1px dotted #351a15;
	background-repeat:no-repeat;
	margin-bottom:5px;
}
#header_wine {
	background-image: url(../img/header_wine.gif);
}
#header_wine {
	height:21px;
	width:250px;
	text-indent:-5000px;
	overflow:hidden;
	margin-bottom:5px;
}
.concept_text {
	line-height:24px;
	margin-bottom:15px;
}
#news_box {
	width:250px;
	height:350px;
	overflow: auto;
	
}
#news_box dt {
	width:230px;
	padding:5px 0px;
	
}
#news_box dd {
	width:230px;
	border-bottom:1px dotted #351a15;
	padding:5px 0px;	
}
#wine_box {
	width:240px;
	padding:5px;
	background-color:#e5e5e5;
}
.wine_img {
	margin-bottom:10px;
}
#wine_header {
	color:#ff6c00;
	font-size:12px;
}
#wine_box dt {
	font-weight:bold;
}
#wine_box dd {
	margin-left:10px;
}
#wine_a {
	display:block;
	width:100%;
	text-align:center;
	font-weight:bold;
}
.btn_concept {
	width:250px;
	height:34px;
	overflow:hidden;
	text-indent:-5000px;
	background:url(../img/btn_concept.gif) no-repeat;
	display:block;
}