@charset "Shift_JIS";
/* -------------------- */
/*      全体の設定      */
/* -------------------- */

body {
	font-size: 90%;
	letter-spacing: 1px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/* ------------------------- */
/*      ブロックwrapper      */
/* ------------------------- */

div#wrapper {
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 860px;
	background-image: url(../image/back860-2.gif);
	background-repeat: repeat;
	background-position: center top;
}
/* ------------------------ */
/*      ブロックheader      */
/* ------------------------ */

div#header {
	width: 780px;
	margin-left: 40px;
	background-image: url(../image/back-header.gif);
	background-repeat: no-repeat;
	background-position: center 14px;
	height: 100px;
	background-color: #f7efd7;
	text-align: right;
	margin-top: 10px;
}
/* ------------------------------ */
/*      ブロックheaderの画像      */
/* ------------------------------ */

div#header img {
	margin-top: 20px;
	margin-right: 50px;
	border-width: 0px 0px 0px 0px;
}
/* ------------------ */
/*      h1見出し      */
/* ------------------ */

h1 {
	font-size: 14px;
	padding-top: 0.7em;
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	color: #6b524d;
	font-weight: normal;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 0.3em;
}
/* ---------------------- */
/*      ブロックnavi      */
/* ---------------------- */

div#navi {
	width: 782px;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 2px;
	margin-left: 40px;
}
/* ---------------------- */
/*      ブロックmain      */
/* ---------------------- */

div#main {
	width: 780px;
	background-color: white;
	margin-left: 40px;
}
/* ------------------------ */
/*      ブロックfooter      */
/* ------------------------ */

div#footer {
	text-align: center;
	width: 780px;
	margin-left: 40px;
	background-image: url(../image/back-foot.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin-bottom: 10px;
}
/* -------------------------- */
/*      ブロックnaviのul      */
/* -------------------------- */

div#navi ul {
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height: 40px;
	list-style-type: none;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	overflow: hidden;
	padding-left: 0px;
}
/* -------------------------- */
/*      ブロックnaviのli      */
/* -------------------------- */

div#navi li {
	width: 129px;
	float: left;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 1px;
}
/* ----------------------------- */
/*      ブロックnaviのliのa      */
/* ----------------------------- */

div#navi li a {
	text-decoration: none;
	text-align: center;
	display: block;
	height: 24px;
	padding-top: 12px;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6b524d;
	color: #6b524d;
	background-image: url(../image/back13.gif);
	background-repeat: repeat;
	width: 129px;
}
/* ------------------------------------- */
/*      ブロックnaviのliのactiveのa      */
/* ------------------------------------- */

div#navi li.active a {
	text-align: center;
	padding-top: 12px;
	height: 24px;
	display: block;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6b524d;
	background-image: url(../image/back12.gif);
	background-repeat: repeat;
	width: 129px;
}
/* -------------------------------------- */
/*      ブロックnaviのliのポイント時      */
/* -------------------------------------- */

div#navi li a:hover {
	color: red;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #ff7256;
	background-image: url(../image/back12.gif);
	background-repeat: repeat;
}
/* ---------------------------------------------- */
/*      ブロックnaviのliのactiveのポイント時      */
/* ---------------------------------------------- */

div#navi li.active a:hover {
	text-decoration: none;
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #6b524d;
	background-image: url(../image/back12.gif);
	background-repeat: repeat;
}
/* -------------------- */
/*      枠footnavi      */
/* -------------------- */

div.footnavi {
	font-size: 13px;
	text-align: center;
	padding-top: 10px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 780px;
	background-color: white;
	border-top-width: 4px;
	border-top-style: solid;
	border-top-color: #6b524d;
}
/* ------------------------ */
/*      枠footnaviのul      */
/* ------------------------ */

div.footnavi ul {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
}
/* ------------------------ */
/*      枠footnaviのli      */
/* ------------------------ */

div.footnavi li {
	padding-right: 0px;
	list-style-type: none;
	padding-top: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-left: 4px;
	margin-right: 4px;
	margin-bottom: 0px;
	display: inline;
}
/* ----------------- */
/*      address      */
/* ----------------- */

address {
	font-size: 14px;
	font-style: normal;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 20px;
}
/* ----------------------- */
/*      段落copyright      */
/* ----------------------- */

p.copyright {
	font-size: 13px;
	font-family: Verdana,Arial,sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0.5em;
	padding-bottom: 1em;
}
/* ------------------------- */
/*      ブロックtoparea      */
/* ------------------------- */

div#toparea {
	height: 300px;
	width: 780px;
	background-image: url(../image/top-b03.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 40px;
	text-align: right;
}
/* ----------------- */
/*      枠intro      */
/* ----------------- */

div.intro {
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #c49c78;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #c49c78;
	margin-left: 20px;
	width: 740px;
}
/* ----------------------------------- */
/*      枠clear（回り込み解除用）      */
/* ----------------------------------- */

div.clear {
	clear: both;
}
/* ----------------------- */
/*      枠introの段落      */
/* ----------------------- */

div.intro p {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 1.7em;
	letter-spacing: 2px;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 30px;
	padding-right: 30px;
}
/* -------------------------------------- */
/*      枠topin（ブロックtoparea内）      */
/* -------------------------------------- */

div.topin {
	height: 150px;
	text-align: right;
	margin-right: 30px;
	width: 750px;
}
/* ------------------------- */
/*      枠topin内の画像      */
/* ------------------------- */

div.topin img {
	background-image: url(../image/akawaku.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
/* ------------------------- */
/*      h2見出しtoplogo      */
/* ------------------------- */

h2#toplogo {
	padding-top: 30px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 0px;
}
/* --------------------------- */
/*      h2見出しpagetitle      */
/* --------------------------- */

h2.pagetitle {
	background-image: url(../image/back-subarea.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
	width: 780px;
	height: 80px;
}
/* --------------------------------- */
/*      h2見出しpagetitleの画像      */
/* --------------------------------- */

h2.pagetitle img {
	margin-top: 20px;
	margin-left: 40px;
}
/* ------------------ */
/*      h3見出し      */
/* ------------------ */

h3 {
	font-size: 20px;
	background-image: url(../image/back380.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	letter-spacing: 2px;
	margin-top: 20px;
	margin-bottom: 10px;
	height: 34px;
	padding-top: 6px;
	margin-left: 20px;
	padding-left: 40px;
	margin-right: 20px;
	font-family: sans-serif;
}
/* ------------------- */
/*      段落text1      */
/* ------------------- */

p.text1 {
	line-height: 1.5em;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 30px;
	margin-right: 30px;
}
/* ------------------- */
/*      枠privacy      */
/* ------------------- */

div.privacy {
	margin-left: 30px;
	margin-right: 30px;
	line-height: 1.5em;
	padding-bottom: 30px;
}
/* ----------------------------- */
/*      枠privacyの段落item      */
/* ----------------------------- */

div.privacy p.item {
	font-weight: bold;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 1em;
	color: #6b524d;
}
/* ------------------------- */
/*      枠privacyの段落      */
/* ------------------------- */

div.privacy p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ----------------------- */
/*      枠privacyのul      */
/* ----------------------- */

div.privacy ul {
	padding-bottom: 0.3em;
	margin-top: 10px;
	margin-bottom: 0px;
}
/* ---------------- */
/*      枠line      */
/* ---------------- */

div.line {
	margin-left: 40px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 782px;
}
/* --------------- */
/*      表law      */
/* --------------- */

table.law {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 20px;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 30px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	border-collapse: collapse;
	empty-cells: show;
}
/* ------------------- */
/*      表lawのth      */
/* ------------------- */

table.law th {
	color: #6b524d;
	background-color: #f7efd7;
	padding-top: 8px;
	padding-left: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c49c78;
	border-bottom-color: #c49c78;
	width: 120px;
}
/* ------------------- */
/*      表lawのtd      */
/* ------------------- */

table.law td {
	padding-top: 8px;
	padding-left: 1em;
	padding-right: 1em;
	padding-bottom: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c49c78;
}
/* ------------------------- */
/*      リストtopicpath      */
/* ------------------------- */

ul.topicpath {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	list-style-type: none;
}
/* ----------------------------- */
/*      リストtopicpathのli      */
/* ----------------------------- */

ul.topicpath li {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
}
/* ---------------------- */
/*      リストmethod      */
/* ---------------------- */

ul.method {
	line-height: 1.5em;
	margin-top: 10px;
	margin-left: 50px;
	margin-bottom: 0px;
	list-style-type: none;
}
/* ----------------- */
/*      画像fax      */
/* ----------------- */

img.fax {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: red red red red;
	margin-right: 10px;
	margin-top: 10px;
}
/* ------------------- */
/*      画像adobe      */
/* ------------------- */

img.adobe {
	border-width: 0px 0px 0px 0px;
	margin-top: 10px;
}
/* ------------------ */
/*      枠number      */
/* ------------------ */

div.number {
	text-align: center;
	margin-left: 100px;
	margin-bottom: 40px;
	border-width: 4px 4px;
	border-top-width: 4px;
	border-bottom-width: 4px;
	border-style: double double;
	border-top-style: double;
	border-bottom-style: double;
	border-color: #c49c78 #c49c78;
	border-top-color: #c49c78;
	border-bottom-color: #c49c78;
	padding-bottom: 30px;
	padding-top: 30px;
	width: 572px;
}
/* -------------------- */
/*      段落reader      */
/* -------------------- */

p.reader {
	font-size: 12px;
	line-height: 1.4em;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
}
/* ------------------------ */
/*      枠numberの段落      */
/* ------------------------ */

div.number p {
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ------------------------ */
/*      枠numberのspan      */
/* ------------------------ */

div.number span {
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 3px;
}
/* ----^--------------------- */
/*      枠numberのstrong      */
/* -------------------------- */

div.number strong {
	font-size: 27px;
	font-family: Arial;
	color: red;
	letter-spacing: 3px;
	font-weight: bold;
}
/* -------------------- */
/*      枠shopping      */
/* -------------------- */

div.shopping {
	text-align: center;
	margin-top: 20px;
	font-weight: bold;
	letter-spacing: 2px;
}
/* -------------------------- */
/*      枠shoppingの画像      */
/* -------------------------- */

div.shopping img {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
}
/* -------------------------- */
/*      枠shoppingのspan      */
/* -------------------------- */

div.shopping p {
	font-size: 20px;
	padding-top: 20px;
}
/* ------------------------- */
/*      段落text1のspan      */
/* ------------------------- */

p.text1 span {
	font-size: 120%;
	font-weight: bold;
	color: #6b524d;
}
/* ---------------- */
/*      表bank      */
/* ---------------- */

table.bank {
	margin-top: 10px;
	margin-left: 50px;
	margin-right: 20px;
	margin-bottom: 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	border-collapse: collapse;
	empty-cells: show;
	width: 678px;
}
/* -------------------- */
/*      表bankのth      */
/* -------------------- */

table.bank th {
	background-color: #f7efd7;
	padding-top: 8px;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c49c78;
	border-bottom-color: #c49c78;
	letter-spacing: 2px;
	text-align: left;
	padding-left: 1em;
}
/* -------------------- */
/*      表bankのtd      */
/* -------------------- */

table.bank td {
	padding-top: 8px;
	padding-left: 1em;
	padding-bottom: 8px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #c49c78;
	letter-spacing: 2px;
	line-height: 1.5em;
}
/* ------------------- */
/*      段落text2      */
/* ------------------- */

p.text2 {
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 0px;
	margin-left: 40px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 120%;
}
/* ------------------- */
/*      段落text3      */
/* ------------------- */

p.text3 {
	line-height: 1.5em;
	margin-left: 50px;
	margin-right: 50px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-bottom: 10px;
}
/* -------------------- */
/*      spanのmemo      */
/* -------------------- */

span.memo {
	font-size: 14px;
	font-weight: normal;
	color: #6b524d;
}
/* ------------------- */
/*      段落text4      */
/* ------------------- */

p.text4 {
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 20px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 50px;
	padding-right: 50px;
}
/* ------------------- */
/*      枠maintop      */
/* ------------------- */

div.maintop {
	background-image: url(../image/ji-aji.gif);
	background-repeat: no-repeat;
	background-position: right center;
	margin-right: 100px;
}
/* ---------------- */
/*      表yado      */
/* ---------------- */

table.yado {
	margin-left: 50px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	width: 680px;
	clear: both;
	border-collapse: collapse;
	empty-cells: show;
	margin-top: 20px;
	margin-bottom: 20px;
}
/* -------------------- */
/*      表yadoのth      */
/* -------------------- */

table.yado th {
	padding-top: 10px;
	padding-bottom: 10px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #c49c78;
	border-bottom-color: #c49c78;
	width: 150px;
	letter-spacing: 2px;
}
/* -------------------- */
/*      表yadoのtd      */
/* -------------------- */

table.yado td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c49c78;
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.5em;
}
/* ----------------- */
/*      段落don      */
/* ----------------- */

p.don {
	letter-spacing: 2px;
	text-align: center;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-top: 20px;
	margin-left: 40px;
	margin-right: 0px;
	margin-bottom: 10px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c49c78;
	border-bottom-color: #c49c78;
	clear: both;
	background-color: #f7efd7;
	width: 700px;
	font-size: 14px;
}
/* ------------------ */
/*      枠grbox1      */
/* ------------------ */

div.room {
	background-repeat: no-repeat;
	background-position: 40px top;
	height: 220px;
	width: 720px;
	background-image: url(../image/heya.jpg);
	text-align: right;
	padding-top: 9px;
}
/* ------------------ */
/*      枠grbox2      */
/* ------------------ */

div.room2 {
	padding-left: 60px;
	background-image: url(../image/heya7.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	height: 189px;
	padding-top: 40px;
	width: 680px;
}
/* --------------------- */
/*      段落pagetop      */
/* --------------------- */

p.pagetop {
	font-size: 12px;
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* -------------------------- */
/*      説明付リストlist      */
/* -------------------------- */

dl.list {
	line-height: 1.5em;
	margin-top: 0px;
	margin-left: 50px;
	margin-bottom: 0px;
}
/* ------------------------------ */
/*      説明付リストlistのdt      */
/* ------------------------------ */

dl.list dt {
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ------------------------------ */
/*      説明付リストlistのdd      */
/* ------------------------------ */

dl.list dd {
	margin-top: 0px;
	margin-left: 1em;
	margin-bottom: 0px;
}
/* ------------------ */
/*      枠access      */
/* ------------------ */

div.access {
	background-image: url(../image/marumimap.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 200px;
	width: 730px;
}
/* ------------------ */
/*      枠box-sp      */
/* ------------------ */

div.smenu {
	padding-left: 40px;
	width: 700px;
	margin-bottom: 20px;
}
/* ------------------------ */
/*      枠box-spの画像      */
/* ------------------------ */

div.smenu img {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	float: left;
}
/* ------------------------ */
/*      枠box-spの段落      */
/* ------------------------ */

div.smenu p {
	font-size: 14px;
	line-height: 1.5em;
	margin-top: 20px;
	margin-bottom: 0px;
	float: right;
	height: 130px;
	padding-top: 20px;
	padding-left: 13px;
	padding-right: 13px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #c49c78;
	border-bottom-color: #c49c78;
	width: 390px;
	background-color: #f7efd7;
}
/* ------------------------ */
/*      枠box-spのspan      */
/* ------------------------ */

div.smenu span {
	font-size: 16px;
	font-family: sans-serif;
	font-weight: bold;
	line-height: 2em;
	color: red;
	letter-spacing: 2px;
}
/* -------------------- */
/*      段落hinmei      */
/* -------------------- */

p.hinmei {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	background-color: red;
	letter-spacing: 3px;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: silver;
	margin-left: 40px;
	width: 680px;
	padding-left: 20px;
	color: white;
}
/* ---------------- */
/*      枠note      */
/* ---------------- */

div.note {
	width: 700px;
	padding-bottom: 20px;
	margin-left: 40px;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #c49c78;
	padding-top: 20px;
	font-size: 14px;
}
/* -------------------- */
/*      枠noteのul      */
/* -------------------- */

div.note ul {
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 20px;
}
/* ------------------- */
/*      画像hokke      */
/* ------------------- */

img.hokke {
	margin-left: 40px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	margin-bottom: 10px;
}
/* ------------------- */
/*      段落price      */
/* ------------------- */

p.price {
	font-size: 14px;
	letter-spacing: 2px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 700px;
	margin-left: 40px;
	text-align: center;
}
/* ------------------------- */
/*      段落priceのspan      */
/* ------------------------- */

p.price span {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
}
/* ------------------- */
/*      枠comment      */
/* ------------------- */

div.comment {
	font-size: 14px;
	width: 700px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 40px;
}
/* ----------------------- */
/*      枠commentのul      */
/* ----------------------- */

div.comment ul {
	list-style-type: none;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 280px;
	margin-left: 10px;
	margin-right: 0px;
	line-height: 1.7em;
	float: left;
	letter-spacing: 2px;
}
/* ------------------------- */
/*      枠commentの段落      */
/* ------------------------- */

div.comment p {
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
/* ----------------- */
/*      枠botan      */
/* ----------------- */

div.botan {
	margin-top: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
}
/* ----------------------- */
/*      枠botanの画像      */
/* ----------------------- */

div.botan img {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	margin-right: 12px;
}
/* ------------------- */
/*      画像bline      */
/* ------------------- */

img.bline {
	margin-left: 40px;
}
/* ---------------- */
/*      枠item      */
/* ---------------- */

div.smenu2 {
	padding-left: 50px;
}
/* ---------------------- */
/*      枠itemの画像      */
/* ---------------------- */

div.smenu2 img {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	margin-right: 20px;
}
/* ----------------- */
/*      段落sina     */
/* ----------------- */

p.sina {
	background-color: #f7efd7;
	padding-top: 6px;
	padding-bottom: 6px;
	margin-top: 10px;
	margin-bottom: 0px;
	letter-spacing: 2px;
	font-size: 16px;
	font-weight: bold;
	margin-left: 40px;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #c49c78;
	border-left-color: #c49c78;
	border-right-color: #c49c78;
	width: 668px;
	padding-left: 30px;
}

p.sina span {
	font-size: 14px;
	font-weight: normal;
}

div.gift {
	font-size: 14px;
	margin-left: 40px;
	margin-bottom: 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	width: 698px;
}

div.gift img {
	float: right;
	margin-left: 10px;
	border-width: 0px 0px 0px 0px;
}

div.gift ul {
	padding-left: 3em;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	list-style-position: inside;
	line-height: 1.2em;
	padding-top: 6px;
}

div.gift p {
	padding-top: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-left: 2em;
	line-height: 1.2em;
}

div.gift span {
	font-size: 18px;
	font-family: sans-serif;
	font-weight: bold;
	letter-spacing: 2px;
}

div.sake {
	height: 220px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../image/photo-kanpuu.jpg);
	margin-top: 10px;
}

h2.sake {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
}

div.item {
	margin-bottom: 20px;
	width: 780px;
	text-align: center;


}

div.item img {
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
}

p.entry {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	padding-top: 30px;
	padding-bottom : 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: sans-serif;
}

img.kan {
	margin-bottom: 20px;
	margin-left: 5px;
}

div.order {
	margin-left: 40px;
	width: 700px;
	padding-bottom: 10px;
}

div.order img {
	border-width: 4px 4px 4px 4px;
	border-style: double double double double;
	border-color: #c49c78 #c49c78 #c49c78 #c49c78;
	float: right;
}

div.order p {
	font-size: 110%;
	padding-top: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 150px;
	text-align: right;
}

div.order2 {
	text-align: right;
	margin-left: 40px;
	width: 700px;
	padding-bottom: 10px;
}

div.order2 img {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #c49c78;
	border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-right-style: solid;
	border-top-color: #c49c78;
	border-left-color: #c49c78;
	border-right-color: #c49c78;
	margin-left: 10px;
}

ul.links {
	margin-top: 0px;
	margin-bottom: 0px;
	list-style-type: none;
	text-align: right;
	padding-top: 10px;
	margin-right: 10px;
	font-size : 12px;
}

ul.links li {
	margin-top: 0px;
	margin-bottom: 0px;
	display: inline;
	margin-left: 0.7em;
}

img.fax2 {
	margin-top: 20px;
	border-width: 1px 1px 1px 1px;
	border-style: solid solid solid solid;
	border-color: red red red red;
}

div.note span {
	color: red;
}

div.area01 {
	background-image: url(../image/hokke3.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	height: 250px;
	margin-top: 10px;
	padding-top: 20px;
}

div.area01 h2 {
	margin-top: 0px;
	margin-left: 30px;
	margin-bottom: 0px;
}

img.hokke2 {
	margin-top: 10px;
	margin-left: 40px;
	margin-bottom: 20px;
}

p.sina strong {
	font-size: 14px;
	color: red;
	padding-left: 50px;
}

div.gift strong{
	color: red;
}

img.tan{
	margin-left : 6px;
	margin-right : 6px;
}

img.item06{
	

margin-left : 8px;
}

p.sina span.order{
	padding-left : 30px;
}








