@charset "UTF-8";

/* スタイルのリセット */
body,div,ul,li,ol,h1,h2,h3,p,form,fieldset,input,p,blockquote,th,td,dt,dd {
margin:0;
padding:0;
line-height: 1.4em;
}
table {
border-collapse:collapse;
border-spacing:0;
}
fieldset,img {
border:0;
}
em,th,var {
font-style:normal;
font-weight:normal;
}
h1,h2,h3,p,th,td,dt,dd,li{
font-size:100%;
font-weight:normal;
}

/* 全体 */
html {
min-width:
800px;
}
html body {
margin:10px auto;
text-align: center;
padding:0;
background-color:#ffffd3;
color: #555;
font-size: 90%;
font-family:
Verdana,
Arial,
Meiryo,
"メイリオ",
"Hiragino Kaku Gothic Pro",
"ヒラギノ角ゴ Pro W3",
Osaka,
"MS P Gothic",
"ＭＳ Ｐゴシック",
sans-serif;
text-align: center;
}

/* テキスト系 */

#contain a {
	text-decoration: none;
	}
#contain a:hover {
	text-decoration:underline;
	}
#contain a:visited{
	}
#contain a:active{
	}
a:focus{
	outline: none;
	}

.clear {
	clear: both;
	line-height: 0px;
	}
.bold {
	font-weight: bold;
	}
li{
	list-style: none;
	}
.right{
	text-align: right;
	}
a {
	text-decoration: none;
	}
a:hover {
	text-decoration:underline;
	}
/* レイアウト */
.whole{
	margin:0 auto;
	text-align: left;
	width: 800px;
	}
#contain{
	width: 780px;
	padding: 0 10px 10px;
	border: 1px solid #fdedd1;
	background: #fff;
	}
#content{
	margin-top: 10px;
	}
#foot{
	margin-top:20px;
	}
#head{
	}
	
#navi{
	float: left;
	width: 200px;
	}
	
#main{
	float: right;
	width:570px;
	}


/* head */
#head p {
	font-weight: bold;
	float: left;
	margin-top: 15px;
	margin-left: 25px;
	color: #666;
	line-height: 1.6em
	}


#head_logo{
	width: 200px;
	height: 72px;
	float: left;
	background: url(../images/marimo_logo.gif) no-repeat;
	text-indent: -8000px;
	}
#head_logo a {
	display: block;
	width: 200px;
	height: 72px;
	}
#head_info{
	width: auto;
	float: right;
	margin-right: 30px;
	margin-top: 25px;
	}
#head_info a {
	color: #333;
	text-decoration: none;
	font-size: 90%;
	}
#head_info a:hover {
	text-decoration: underline;
	}

#top{
	background: url(../images/marimo_top.jpg) no-repeat;
	width: 778px;
	height: 228px;
	border: 1px solid #aaa;
	}
#top2{
	background: url(../images/marimo_minitop.jpg) no-repeat;
	width: 778px;
	height: 125px;
	border: 1px solid #aaa;
	}

	
/* navi */
#navi {
	}
#navi ul {
	line-height: 1;
	margin: 0 0 15px;
	padding: 0;
	}
#navi li ul {
	margin: 0;
	padding: 0;
	}
#navi li li {
	width: 198px;
	height: 29px;
	margin: 0;
	padding: 0;
	line-height: 1;
	}
#navi li a {
	display: block;
	width: 198px;
	}

#navi li.navi_contents a {
	height: 29px;
	text-indent: -4000px;
	}

#navi li.navi_contents {
	line-height: 0;
	height: 20px;
	}
	#navi ul>li.navi_contents {
		height: auto;
		}


#navi li.navi_top a:hover {
	background: url(../images/navi_top_off.gif) no-repeat;
	}
#navi li.navi_concept a:hover {
	background: url(../images/navi_concept_off.gif) no-repeat;
	}
#navi li.navi_menu a:hover {
	background: url(../images/navi_menu_off.gif) no-repeat;
	}
#navi li.navi_shop a:hover {
	background: url(../images/navi_shop_off.gif) no-repeat;
	}
#navi li.navi_event a:hover {
	background: url(../images/navi_event_off.gif) no-repeat;
	}
#navi li.navi_inq a:hover {
	background: url(../images/navi_inq_off.gif) no-repeat;
	}
#navi li.navi_blog a:hover {
	background: url(../images/navi_blog_off.gif) no-repeat;
	}

#navi li.navi_top a {
	background: url(../images/navi_top.gif) no-repeat;
	}
#navi li.navi_concept a {
	background: url(../images/navi_concept.gif) no-repeat;
	}
#navi li.navi_menu a {
	background: url(../images/navi_menu.gif) no-repeat;
	}
#navi li.navi_shop a {
	background: url(../images/navi_shop.gif) no-repeat;
	}
#navi li.navi_event a {
	background: url(../images/navi_event.gif) no-repeat;
	}
#navi li.navi_inq a {
	background: url(../images/navi_inq.gif) no-repeat;
	}
#navi li.navi_blog a {
	background: url(../images/navi_blog.gif) no-repeat;
	}

/* main */

#outerbox{
	width: 570px;
	}
#innerbox{
	width: 548px;
	border: 1px solid #c5a995;
	border-top: none;
	margin-bottom: 10px;
	padding: 5px 10px;
	}
	#innerbox:after {
		content: ".";
		display: block;
		height: 0;
		clear: both;
		visibility: hidden;
		}
#innerbox h3 {
	font-weight: bold;
	font-size: 110%;
	border-bottom: 1px solid #C5A995;
	border-left: 10px solid #C5A995;
	padding-left: 15px;
	width: 90%;
	margin: 10px 0;
	}
#innerbox p {
	padding: 3px 10px;
	}
	
dl#whatnew{
	width: 500px;
	padding: 10px 24px;
	}
#whatnew dt{
	clear: both;
	float: left;
	width: 110px;
	}
#whatnew dd{
	padding-bottom: 8px;
	}
	
#whatnew dd,#whatnew dt{
	font-size: 90%;
	}
	

	
#top_content{
	clear: both;
	width: 570px;
	}
#top_content div.top_contents {
	float: left;
	width: 260px;
	margin: 2px 4px 15px;
	height: 128px;
	padding: 10px 5px 10px 10px;
	background:#efefef;
	}
div.top_contents h3 {
	float: right;
	width: 135px;
	text-align: left;
	font-weight: bold;
	padding-bottom: 3px;
	}
div.top_contents p {
	float: right;
	width: 135px;
	text-align: left;
	}
div.top_contents p.to_more {
	float: right;
	text-align: right;
	}
div.top_contents img {
	float: left;
	}

#main table {
	margin: 0 auto;
	border: 1px solid #C5A995;
	}
#main table td {
	padding: 2px 7px;
	border: 1px solid #C5A995;
	}
#main table th {
	vertical-align: top;
	font-weight: bold;
	padding: 2px 7px;
	border: 1px solid #C5A995;
	background:#efefef;
	}
table.pricetable {
	width: 470px;
	}
.pricetable th {
	width: 130px;
	}
.pricetable td.pricetd {
	width: 100px;
	text-align: right;
	}

/* foot */
#foot p#shop_info {
	background-color: #efefef;
	padding:10px 30px;
	}
#foot p#shop_info span {
	font-weight: bold;
	}
#foot p#foot_copy {
	text-align: center;
	padding: 2px;
	}

.navi_sub{
	clear: both;
	margin-top: 50px;
	}
	
.navi_sub li{
	text-align: center;
	}





















/* ---------- inquiry-content ---------- */

div#inquiry-content
{
	background:#ffffff;
	margin:0 auto;
	border:1px solid #cccccc;
	text-align:left;
}

div.inquiry-content-inner
{
	padding:20px 20px;
}

div.inquiry-content-inner h1
{
	margin:0 0 10px 0;
}

/* ---------- inquiry-content_end ---------- */

/* ---------- inquiry-table ---------- */

p.caption
{
	font-size:80%;
	margin:0 0 10px 0;
}

table.inquiry-table
{
	width:100%;
	border-collapse:collapse;
	margin:0 0 20px 0;
}

table.inquiry-table th,
table.inquiry-table td
{
	border:1px solid #cccccc;
	padding:5px;
	font-size:80%;
}

table.inquiry-table th
{
	font-weight:normal;
	text-align:left;
	background:#eeeeee;
	width:200px;
}

/* ---------- inquiry-table_end ---------- */

/* ---------- form-submit ---------- */

div.form-submit
{
	text-align:center;
}

div.form-submit input
{
	width:100px;
	font-size:80%;
}

/* ---------- form-submit_end ---------- */

/* ---------- error ---------- */

blockquote.error
{
	color:#ff0000;
	font-size:80%;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}

blockquote.error p
{
	line-height:150%;
}

/* ---------- error_end ---------- */

/* ---------- success ---------- */

blockquote.success
{
	color:#333333;
	font-size:90%;
	font-weight:bold;
	text-align:center;
	margin:0 0 20px 0;
	border:1px solid #cccccc;
	padding:15px;
}


/* ---------- success_end ---------- */

/* ---------- color ---------- */

span.red
{
	color:#ff0000;
}

/* ---------- color_end ---------- */
/* blog */
#blog_menu div.widget {
	float: left;
	width: 190px;
	}
#main div#blog_menu table td {
	padding: 2px;
	}
#main div#blog_menu table th {
	padding: 2px;
	text-align: center;
	}
#blog_menu {
	border-top:1px solid #C5A995;;
	padding-top: 10px;
	overflow: auto;
	}


/* comment */
#comments-form {
	margin-left: 10%;
	}
#comments-open-footer {
	text-align: center;
	}
.asset-meta {
	text-align: right;
	}
.asset-body {
	padding: 0;
	}


/* sitemap */
div#sitemap {
	margin: 20px 40px;
	font-size: 110%;
	}
ul.tree {
	margin: 0px;
    padding: 0;
    padding-left: 8px;
    list-style: none!important;
}
ul.tree ul {
}
ul.tree li {
    margin: 0!important;
	margin-left: 5px;
    padding: 0 0 2px 16px;
    background-image: url(tree_lst.gif);
    background-repeat: no-repeat!important;
    list-style: none!important;
}
ul.tree li.tree_end {
    background-image: url(tree_end.gif);
    list-style: none;
    padding: 0 0 5px 16px;
}


/* aroma */
#aromatable th {
	text-align: center;
	}
#aromatable th a:hover {
	text-decoration: none;
	}