@charset "UTF-8";
body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	background: url(/images/bg.gif);
	margin: 0;
	padding: 0;
	color: #52311F;
}

/* リセット */
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin: 0;
}
a img {
	border: none;
}
a:link {
	color: #C60;
	text-decoration: none;
}
a:visited {
	color: #C90;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #C90;
	text-decoration: underline;
}
/* ────────────────────レイアウト */
/* 全体を囲むボックス */
.container {
	width: 600px;
	margin: 20px auto 40px auto;
}
#headerbox {
	background: url(/images/line.gif) bottom no-repeat;
	padding: 0 0 15px 0;
}
/* ロゴ */
h1 {
	width: 180px;
	float: left;
	margin: 30px 0 0 15px;
}
/* トップのメニュー */
ul#menu {
	list-style: none;
	width: 400px;
	float: right;
	margin: 0;
}
ul#menu li {
	width: 80px;
	float: left;
	padding: 0 0 0 20px;
}
/* ページごとのタイトル */
h2 {
	text-align: center;
	background: url(/images/line.gif) bottom no-repeat;
	padding: 15px 0 20px 0;
	margin: 0 0 20px 0;
}
/* コンテンツを囲むボックス */
.content {
	padding: 20px;
	background: url(/images/contentbg.gif) repeat;
	margin: 0 0 80px 0;
}
/* ────────────────────各ページのCSS */
/* 【お店の場所】 */
.map {
	text-align: center;
	margin: 0 0 20px 0;
	font-size: 13px;
}
.map img.imgmap {
	margin: 30px 0 20px 0;
}
.mapp {
	text-align: inherit;
	margin: 0 50px;
	font-size: 13px;
}
#mapimg {
	float: left;
	margin: 0;
}
.shopinfo {
	text-align: center;
	margin: 30px 0 20px 0;
	font-size: 120%;
}
/* 【ご注文について】 */
.order {
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 20px 0 20px 240px;
	background: url(/images/orderbg1.gif) no-repeat 20px 20px;
}
.order2 {
	font-size: 14px;
	margin: 0 0 20px 0;
	padding: 30px 0 100px 240px;
	background: url(/images/orderbg2.gif) no-repeat;
}
.order2 span {
	font-size: 120%;
}


/* 【お菓子の紹介】 */
h3.okashi_title {
	text-align: center;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	background: url(/images/line_s.gif) bottom no-repeat;
}
.okashi img {
	margin: 10px 0;
}
.okashi h4 {
	margin: 0 0 5px 10px;
	font-size: 13px;
	font-weight: bold;
}
.okashi p {
	font-size: 12px;
	margin: 0 0 0 10px;
}
p.cautions {
	font-size: 12px;
	margin: 0 0 20px 0;
	text-align: center;
}
/* ギフト紹介 */
p.gift {
	font-size: 12px;
	text-align: center;
	margin: 0 0 30px 0;
}

/* お菓子のメニュー */
#okashimenuBox {
	position: fixed !important;
	position: absolute;
	top: 150px;
	left: 30px;
	width: 150px;
	height: 200px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 501;
	background: url(/images/okashimenuBg.gif) no-repeat;
}
/* お菓子のメニュー */
#okashimenuBox ul {
	list-style: none;
	margin: 50px 10px 0 10px;
}
#okashimenuBox ul li {
	background: url(/images/okashimarker.gif) no-repeat 5px 4px;
	padding: 0px 0px 5px 14px;
	font-size: 12px;
}
#okashimenuBox ul li a {
	color: #52311F;
}
#okashimenuBox ul li a:visited {
	color: #52311F;
	text-decoration: none;
}
#okashimenuBox ul li a:hover, a:active, a:focus {
	color: #960;
	text-decoration: underline;
}

/* ────────────────────フッター */
/* 住所、電話番号 */
address {
	background: url(/images/line.gif) top no-repeat;
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
/* ページのトップへのリンク */
p#totop {
	position: fixed !important;
	position: absolute;
	bottom: 10px;
	right: 20px;
	width: 90px;
	height: 120px;
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 502;
}


/* フロート解除 */
.clear {
	clear: both;
}
/* フロート解除(不可視)	*/
.clearHidden {
	clear: both;
	visibility: hidden;
	margin: 0;
	padding: 0;
}