@charset "utf-8";
@import "reset.css";
@import "default.css";
/*
Theme Name: Marron Spirit
Theme URI: http://www.marronspirit.co.jp
Description: MARRON SPIRIT用テーマ
Version: 1.0
Author: STUDIO Bloom
Author URI: http://www.studio-bloom.org/
*/

/* 構造 - 共通 */
body {
	background:url('images/body.gif') #4b1407 repeat-x 0 0;
	text-align:center;
	_padding-top:28px;
}

.inner {
	padding:0.1em 10px;
}

/* コンテナ */
#container {
	text-align:left;
	margin:28px auto;
	width:800px;
	border:1px solid #b38e0c;
	background-color:#fef9e4;
}
#container .inner {
	padding:0;
}

#header .inner, #footer .inner  {
	padding:0 10px;
}

/* ヘッダー */
#header {
	height:49px;
	border-bottom:3px solid #7d0000;
}
#header .inner {
	padding:5px 10px 0;
}

#header_menu {
	float:right;
	margin:4px 0 0;
	clear:right;
	display:block;
	_width:13em;
	_margin-bottom:-4px;
}
	#header_menu li {
		float:left;
		margin:0 0 0 8px;
word-wrap: normal;
	}
	#header_menu li a {
		float:left;
		display:block;
		zoom:1;
	}

h1 {
	text-indent:-999em;
	background:url('images/logo.png') no-repeat 0 0;
	width:309px;
	height:30px;
	display:block;
	margin:0;padding:0;
	float:left;
}

#top_image {
}

#header_desc {
	font-size:90%;
	float:right;
	margin:0;
}

/* グローバルメニュー */
#global_menu ul {
	margin:0;
	padding:0;
	height:50px;
	border-bottom:1px solid #7d0000;
}

#global_menu li {
	float:left;
	margin:0;
	text-indent:-999em;
	width:133px;
	height:50px;
	display:block;
}
#global_menu li a {
	width:100%;
	height:100%;
	display:block;
	background:url('images/global_menu.gif') no-repeat 0 0;
}

#gm_home, #gm_contact {
	width:134px !important;
}

#gm_home a {
	background-position:0 0px;
}
#gm_home a.active, #gm_home a:hover {
	background-position:0 -50px;
}
#gm_product a {
	background-position:-134px 0px !important;
}
#gm_product a.active, #gm_product a:hover {
	background-position:-134px -50px !important;
}
#gm_company a {
	background-position:-267px 0px !important;
}
#gm_company a.active, #gm_company a:hover {
	background-position:-267px -50px !important;
}
#gm_shop a {
	background-position:-400px 0px !important;
}
#gm_shop a.active, #gm_shop a:hover {
	background-position:-400px -50px !important;
}
#gm_blog a {
	background-position:-533px 0px !important;
}
#gm_blog a.active, #gm_blog a:hover {
	background-position:-533px -50px !important;
}
#gm_contact a {
	background-position:-666px 0px !important;
}
#gm_contact a.active, #gm_contact a:hover {
	background-position:-666px -50px !important;
}

/* メインコンテンツ */
#wrapper {
	padding-bottom:16px;
	min-height:480px;
}

#contents {
	padding-top:30px;
	_padding-top:40px;
}
#contents .inner {
	padding:0 10px;
}


/* フッター */
#footer {
}

#footer .inner {
	margin:10px;
	padding:5px 10px;
	border-top:1px solid #7d0000;
}

#footer_menu {
	float:left;
	margin-top:0;
	margin-left:0;
}
	#footer_menu li {
		margin-left:0;
		_padding-left:0 !important;
	}

#copyright {
	clear:both;
	font-size:90%;
	margin:0;
	float:right;
}

#drink_caution {
	font-size:90%;
	border:1px solid #7d0000;
	padding:5px 20px;
	margin:0;
	float:right;
	line-height:1.2;
}
#drink_caution br {
	line-height:0;
}

/* 汎用 */

h2.entry-header,
h3 {
	background:url('images/h3.gif') repeat-x 0 bottom;
	margin-top:25px;
	padding-left:5px;
	padding-bottom:2px;
	font-size:140%;
	font-weight:bold;
	color:#7d0000;
}
h2.entry-header {
	margin-top:0;
}

h3.first {
	margin-top:15px;
}

#side_menu #company_info h4 {
	height:22px;
	text-indent:-999em;
	background:url('images/company.gif') no-repeat 0 0;
	margin:0.5em 0px 0.25em 0;
}

#side_menu #company_info>p {
	margin-top:0;
	margin-left:5px;
	text-align:center;
}

#wrapper .div2 {
}

.div3 {
}

.with_disc li {
	list-style-type:disc;
	margin-left:5px;
}

.with_arrow li {
	background:url('images/arrow.gif') no-repeat left center;
	padding-left:14px;
}

object, embed {
	margin:0;
}

.t_right {
	text-align:right;
}
.t_center {
	text-align:center;
}
.t_left {
	text-align:left;
}
.f_small {
	font-size:85%;
}
/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright, img.f_right {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft, img.f_left {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.f_right, .alignright {
	float: right;
	}

.f_left, .alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	list-style: none;
	padding-left: 10px;
	text-indent: -10px;
	}

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ul li:before, #sidebar ul ul li:before {
	content: "\00BB \0020";
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	width: 100%;
	padding: 2px;
	}
#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
/*	text-align: justify; */
	}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */




/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 0 auto 20px;
	width: 185px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 185px;
	}

#wp-calendar th {
	padding-left:0;
	padding-right:0;
	text-align:center;
	}
#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	}

blockquote {
	}

blockquote cite {
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */

#drop_cart, #show_cart {
width:136px;
height:24px;
float:right;
}
#drop_cart a, #show_cart a {
width:100%;
height:100%;
display:block;
text-indent:200em !important;
text-decoration:none;
}
#drop_cart a:hover, #show_cart a:hover {
background-position:0 -24px !important;
}
#drop_cart a {
background:url('images/drop_cart.gif') no-repeat 0 0;
}
#show_cart a {
background:url('images/show_cart.gif') no-repeat 0 0;
}
