/* CSS Document */
@charset "Shift_JIS";
@import url(header.css);

* {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;

}
body {
	margin: 0; padding: 0;
	height: 100%;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
}
#wrapper {
	position: relative;
	width: 755px;
	margin: 0 auto;
	text-align: left;
}

#contents {
	width: 755px;
	overflow: auto;

}

.title {
	margin: 0px;
}

#menu {
 width: 755px;
 margin-top: 0px;
 margin-bottom: 20px;

}

#menu img {
 margin: 0;
}

/* メイン */
#main {
	width: 445px;
	float: left;
	position: relative;
	left: 10px;

}
.box_midashi {
	font-size: 14px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	font-weight: normal;
	color: #666666;

}

.box {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;

}
.box img {
	margin-bottom: 5px;
}


#right {
	width: 280px;
	float: right;


}

#contents #bottom_menu {
	width: 705px;
	margin-left: 24px;
	clear: both;
	padding-top: 10px;
	font-size: 12px;
	line-height: 22px;
	color: #333333;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	margin-bottom: 20px;
	font-weight: normal;
	text-align: right;

}

/* 右側 */
#right img {
 margin-bottom: 5px;
}

#right #chef {
	width: 270px;
	margin: 0px;
	background-image: url(../saki/image/chef.gif);
	background-repeat: no-repeat;
	padding-right: 100px;
	padding-top: 30px;
	padding-left: 7px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E2E2E2;
	color: #666666;
}

#chef .txt_box {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;
	width: 170px;
}

/* 価格表 */
.price_box {
	margin-bottom: 5px;
}
.price_box_name {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	padding-left: 5px;
	background-image: url(../image/bar_kakaku.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
	line-height: 18px;



}
.price_box_price {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	text-align: right;
	padding-right: 5px;
	background-image: url(../image/bar_kakaku.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-top: 3px;
	padding-bottom: 3px;
}
.price {
	font-family: "Arial", "Helvetica", "sans-serif";
	font-size: 14px;
	font-weight: bold;
	color: #666666;
	line-height: 18px;
}

/* 文字装飾 */
.txt_hanbaibi {
	font-size: 14px;
	line-height: 20px;
	font-family: "ヒラギノ角ゴ Pro W3", "Osaka", "Lucida Grande", "Verdana", "ＭＳ ゴシック";
	font-weight: normal;
	color: #0099FF;

}
.txt_normal {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 12px;
	line-height: 18px;

}

