@charset "utf-8";
/* CSS Document */

/*0位置初期化*/
* {
	margin: 0;
	padding: 0;
}

/*センタリング(IE6用hack)*/

body {
	text-align: center;
}
body div {
	text-align: left;
	margin: 0 auto;
}

/*ボディ背景用div*/
#body{
	background-image: url(../img/bg_body2.gif);
	background-repeat: no-repeat;
	background-position: center top;
}


/*SEO用title*/
#title {
	height: 40px;
	background-image: url(../img/bg_title.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#title_width {
	width: 750px;
	height: 40px;
	margin-right: auto;
	margin-left: auto;
	text-align: right;
 }
h1 {
	font-size: 10px;
	font-weight: normal;
	text-decoration: none;
	padding-top: 18px;
}

/*以下wrapper内*/
#wrapper {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}


/*ナビゲーションバー*/
#navi {
	margin: 0px;
	padding: 0px;
}
#navi ul {
	margin: 0px;
	padding: 0px;
	list-style:none
}
#navi li {
	float: left;
}
#navi img {
	border:none;
}

/*ヘッド画像ホルダー（ナビゲーションのフロート解除用）*/
#head_img {
	clear: both;
	margin-bottom: 10px;
}

/*コンテンツ部分*/
.contents {
	float: left;
	width: 470px;
	font-size: 12px;
	line-height: 140%;
}
.contents p {
	padding-top: 5px;
	padding-bottom: 5px;
}
.contents a {
	color: #000000;
}

.side {
	float: right;
	width: 280px;
}
.side_content {
	margin-left: 20px;
	font-size: 12px;
	line-height: 140%;
}

/*ページトップに戻る*/
#page_top {
	clear: both;
	padding-top: 10px;
}

/*フｯター*/
#footer {
	font-size: 10px;
	line-height: 120%;
	text-align: center;
	background-image: url(../img/bg_foot.gif);
	background-repeat: repeat-x;
	background-position: top;
	height:60px;
	padding-top: 25px;
	color: #FFFFFF;
}

/*余白調節*/
.img_under10 {
	padding-bottom: 10px;
}

/*フロート解除＆y余白*/
.float_clear {
	clear: both;
	padding-top: 10px;
}

/*囲み　背景斜線飾り*/

.lp_kakomi{
	border: 1px solid #330000;
	padding: 10px;
	background-image: url(../img/lp_kakomi_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	font-size: 12px;
	line-height: 130%;
	margin-bottom: 10px;
}

.lp_kakomi_th{
	background-color: #330000;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: left;
}

.lp_kakomi_menu {
	font-weight: bold;
	margin-top: 5px;
	margin-bottom: 5px;
}

/*囲み　ワインリスト用*/
.vin {
	font-size: 12px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
}
.vin_price {
	font-size: 12px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #660000;
	text-align: right;
}



/*小見出し*/
.title_line {
	height: 36px;
	background-image: url(../img/bg_line.gif);
	background-repeat: repeat-x;
	font-size: 12px;
	font-weight: bold;
	color: #663300;
	text-align: center;
	padding: auto;
}

.menu_kakomi {
	font-size: 12px;
	line-height: 150%;
	text-align: center;
	padding: 10px;
}

/*注釈*/
.notes {
	padding: 10px;
	border: 1px solid #660000;
	font-size: 12px;
	color: #333333;
	background-color: #f5f0eb;
	line-height: 130%;
	background-image: url(../img/bg_notes.gif);
	background-repeat: repeat-x;
	background-position: center;
	margin-bottom: 10px;
}

/*インフォメーション*/
dl {
	font-size: 12px;
}
dt {
	font-weight: bold;
	color: #660000;
	padding-top: 5px;
	padding-bottom: 5px;
}
dd {
	padding-left: 20px;
}
