/* CSS Document */

/* ===== top ===== */

#column_top{
	width:700px;
	background-image : url(bg.jpg);
	background-position: right;
	height: 650px;
	background-repeat: no-repeat;
	float: right;
}

#index #footer{

	text-align: right;
	font-size: 10px;
	margin: 5px 20px 5px 0px;
}

#column_top h2{
	margin-left: 80px;
	margin-top: 146px;
}
/* ===== 新着情報 ===== */
#news .news_box{
	border:1px dotted #7A5952;
	padding:10px;
	margin-bottom: 20px;
}
#news .news_box .day{
	text-align: right;
}
#news .news_box h3{
	margin-top:-10px;
	font-size: 18px;
}
.news_box::after{
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/* mac IE6用ハック*/
.news_box{
	_height:1px;
	min-height: 1px;
	/*\*/*/
	height: auto;
	overflow: hidden;
	/**/
}


/* ===== ワインリスト ===== */
#winelist #column li{
	display:inline;
	padding-right:1em; 
}
#winelist #column ul{
	margin-top: 20px;
}
#winelist #column table{
	margin-top: 30px;
	width: 440px;
	margin-bottom: 20px;
}
#winelist #column table tr td{
	border: 1px solid #7A5952;
	padding: 3px;
	text-align: center;
}
#winelist #list_box{
	border-bottom: 1px dotted #7A5952;
	margin-top: 20px;
}

/* ===== ワイン造りの風景 ===== */
#outline #column li{
	display: inline;
}


/* ===== リンク ===== */
#link dl{
	width: 400px;
}
#link dt{
	float: left;
	width: 250px;
	border-bottom: 1px dotted #7A5952;
	padding: 5px;
}
#link dd{
	border-bottom: 1px dotted #7A5952;
	padding: 5px;
}