@charset "UTF-8";

#area1 {
	width: 800px;
	margin:0px auto;
}
#area2 {
	float: left;
	width: 580px;
	margin:5px 2px 0px 5px;
}

#area3 {
	float: right;
	width: 200px;
	margin: 5px 5px 0px 2px;
}

/*------------------------- 汎用 -------------------------*/
.link,
.link a {
	clear: both;
	width: 510px;
	font-size: 11px;
	margin: 10px auto;
	text-align:center;
}
.link a {
	color: #84333B;
}
.text_right {
	text-align:right;
}

/*------------------------- メインエリア -------------------------*/
.body_box {
	width: 510px;
	margin: 8px auto;
	text-align: left;
}
.body_box h3{
	margin: 10px 0px;
	font-weight:bold;
	border-bottom:1px solid #84333B;
}

.body_text {
	width: 500px;
	margin: 10px auto;
	text-align: left;
}
.body_text p {
	line-height:180%;
	margin:20px 0px;
}


.winebox {
	width:450px;
	height: 300px;
	text-align:left;
	margin:0px auto;
	line-height: 150%;
}
.winebox img {
	float: left;
	margin: 0px 0px 5px 15px;
}
.wine_caption {
	width:240px;
	float:left;
	position: relative;
	top: 150px;
}
.wine_caption h4 {
	font-weight: bold;
	margin:10px 0px;
	text-align: left;
	color: #84333B;
	border-bottom:1px solid #84333B;
}
.wine_caption ul {
	list-style: none;
}
.wine_caption li {
	margin: 5px 0px 10px 0px;
}


/*------------------------- サブエリア -------------------------*/
/*----- profile -----*/

.profile {
	width:200px;
	margin:5px 0px 8px 0px;
}
.profile h4 {
	width:200px;
	height:28px;
	background:url(../images/lifestyle/wine/frame_profile.gif) no-repeat 0px 0px;
	text-indent:-9999px;
}
.profilebox {
	padding:0px 10px 15px 10px;
	text-align: left;
	line-height:140%;
	font-size:11px;
	background: url(../images/lifestyle/wine/frame_profile.gif) no-repeat bottom;
}
.profilebox img {
	float: left;
	margin: 3px;
	vertical-align: bottom;
}

/*----- バックナンバー -----*/
.backnobox {
	width: 190px;
	margin:8px auto 20px auto;
	padding-bottom:10px;
	text-align: left;
	border-bottom:1px #CCCCCC dotted;
}
.backnobox ul {
	width:170px;
	margin:3px auto;
	list-style:none;
}
.backnobox li {
	text-align: left;
	padding:2px 0px;
	line-height:130%
}
.backnobox a {
	font-size:11px;
	color: #84333B;
}
.backnobox li img {
	float:left;
	margin: 0px 5px;
}

