/* 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;
}

.title {
	margin: 0px;
}

#menu {
 width: 755px;
 margin-top: 0px;
 margin-bottom: 20px;

}

#menu img {
 margin: 0;
}

/* メイン */
#main {
 width: 545px;
 float: left;
}
.omochi_shokai {
	font-size: 14px;
	line-height: 22px;
	padding-right: 10px;
	padding-left: 10px;
	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;
	padding: 10px;

}
.box img {
	margin-bottom: 5px;
}


#sub_menu {
 width: 200px;
 float: right;
 margin-left: 10px;

}

#sub_menu img {
 margin-bottom: 2px;
}

#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;

}

/* 価格表 */
.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;

}

