@charset "utf-8";
/*
Theme Name: FUKUZUSHI
Description:
Version: 1.1
Tags: 
*/


/* =Reset default browser CSS. Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
@import url('style-contents.css');
@import url('style-fukuzushi.css');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
body {
/*	line-height: 1;*/
	text-align:left;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before, blockquote:after {
	content: '';
	content: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}
a:link,
a:visited {
	color:#9C7B33;
}
a:active,
a:hover {
	color: #eb3;
}

/* =Layout
-------------------------------------------------------------- */

/*
LAYOUT: Two columns
DESCRIPTION: Two-column fixed layout with one sidebar right of content
*/
body {
	background: #000 url(images/body_bg.jpg);
	color:#888;
}
body,
input,
textarea {
	font-size: 12px;
/*	line-height: 18px;*/
}
#wrapper {
	background: url(images/wrapper_bg.gif) repeat-y;
	padding: 0 0px;
	width:871px;
	margin:0 0 0 79px;
	text-align:left;
}
#container {
	float: left;
	margin: 0px -200px 0 0;
	width: 680px;
	padding:0 0 0px 1px;
}
#content {
	margin: 0 30px 0 40px;
	padding-top:30px;
/*	background:#222;*/
}
#primary,
#secondary {
	float: right;
	overflow: hidden;
	width: 200px;
}
#secondary {
	clear: right;
}
#footer {
	clear: both;
}

/*
LAYOUT: One column, no sidebar
DESCRIPTION: One centered column with no sidebar
*/

/* =Fonts
-------------------------------------------------------------- */
body,
input,
textarea,
.page-title span,
.pingback a.url {
/*	font-family: Georgia, "Bitstream Charter", serif;*/
/*	font-family: Verdana,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", sans-serif;*/
	font-family:'qMmpS Pro W3','Hiragino Kaku Gothic Pro','CI',Meiryo,'lr oSVbN', Osaka, "ＭＳ Ｐゴシック",sans-serif;
}

/* =Structure
-------------------------------------------------------------- */

/* Structure the footer area */
#footer-widget-area {
	overflow: hidden;
}
#footer-widget-area .widget-area {
	float: left;
	margin-right: 20px;
	width: 220px;
}
#footer-widget-area #fourth {
	margin-right: 0;
}
#site-info {
}

/* =Global Elements
-------------------------------------------------------------- */

/* Main global 'theme' and typographic styles */

hr {
	background-color: #333;
	color:#333;
	border: 0;
/*	clear: both;*/
	height: 1px;
	margin-bottom: 18px;
}
	hr.clear{
		background-color: #000;
		color:#000;
		clear: both;
	}

/* Text elements */
p {
	margin-bottom: 18px;
}
ul {
	margin: 0 0 18px 1.5em;
}
ol {
	list-style: decimal;
	margin: 0 0 18px 1.5em;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul,
ol ol,
ul ol,
ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 0 24px 0;
}
dt {
/*	font-weight: bold;*/
}
dd {
	margin-bottom: 10px;
}
strong {
	font-weight: bold;
}
cite,
em,
i {
	font-style: italic;
}
big {
	font-size: 131.25%;
}
ins {
	background: #ffc;
	text-decoration: none;
}
blockquote {
	font-style: italic;
	padding: 0 3em;
}
blockquote cite,
blockquote em,
blockquote i {
	font-style: normal;
}

sup,
sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
input[type="text"],
textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;
}


/* Text meant only for screen readers */
.screen-reader-text {
	position: absolute;
	left: -9000px;
}




/* =Header
-------------------------------------------------------------- */

#header {
	width:		189px;
	padding: 0 0 0 0;
	margin:	0 0 0 1px;
	float:right;
}
	#logo {
		width:189px;
		height:380px;
		margin-bottom:0px;
	}
		#logo #site-title a {
			display:block;
			width:189px;
			height:380px;
			background:url(images/logo.gif) no-repeat 0 0 ;
		}
		#logo #site-title a span {
			display:none;
		}



/* =Menu
-------------------------------------------------------------- */

#access {
	margin-bottom:30px;
}
.main-menu {
	margin:0;
	padding:0;
}
.main-menu li a {
	display:			block;
	width:				189px;
	height:				60px;
	background-repeat:  no-repeat;
	text-indent:		-9999px;
	overflow:			hidden;

}
	.main-menu li.mm-home a {
		background:url(images/nav/nav_home.gif) no-repeat;
	}
	.main-menu li.mm-recommend a {
		background:url(images/nav/nav_recommend.gif) no-repeat;
	}
	.main-menu li.mm-menu a {
		background:url(images/nav/nav_menu.gif) no-repeat;
	}
	.main-menu li.mm-shop a {
		background:url(images/nav/nav_shop.gif) no-repeat;
	}
	.main-menu li.mm-inquiry a {
		background:url(images/nav/nav_inquiry.gif) no-repeat;
	}
	.main-menu li.mm-topic a {
	}
	.main-menu li a:hover,
	.main-menu li.current-menu-item a {
		background-position: 0 bottom;
	}
	
/*
#access {
	background: #F7F4EA;
	display: block;
	margin: 0 auto;
	padding-left:30px;
	width: 870px;
	height:44px;
}
.menu { font-size:12px; margin:0;}
.menu, .menu ul { line-height:1; margin:0; padding:0;}
.menu li { position:relative; float:left; padding:0 0px; z-index:100; background:none; list-style-type:none;}
.menu ul li { height:auto; padding:0; left:auto;}
.menu a, .menu a:visited { color:#555; display:block; padding:0; line-height:30px; position:relative; top:0px; }
.menu a:hover { color:#81B11B; text-decoration:none; }
.menu ul {font-size:12px; position:absolute; top:47px; left:0; display:none;   }
.menu ul li a, .menu ul li a:visited {
	background:#dfdfdf;
	line-height:28px;
	border:1px solid #ccc;
	border-top:1px solid #fff;
	width:160px !important;
	height:28px !important;
	text-indent:10px!important;
	margin:0 0 0 0;
	padding:0!important;
	color:#555;
	}
.menu ul.sub-menu li a, .menu  ul.sub-menu li a:visited {background-image:none !important; }
.menu ul.sub-menu li a span , .menu  ul.sub-menu li a:visited span {display:block !important;}
.menu ul.sub-menu  a:hover { background:#edd; border-bottom:1px solid #ccc; color:#920;}
.menu ul ul { margin: -48px 0 0 211px; top:48px; }

.menu .current-category-ancestor a, .menu .current-category-ancestor a:visited { background-position:bottom; }
.menu .current-category-parent ul.sub-menu li a,
.menu .current-category-parent ul.sub-menu li a:visited { border-bottom-width:none; }
.menu .current-category-parent ul.sub-menu li.current-category-ancestor a,
.menu .current-category-parent ul.sub-menu li.current-category-ancestor a:visited { background:#CC9593 !important;border:1px solid #CC9593; border-top:1px solid #a88; color:#fff;}
.menu .current_page_item a,
.menu .current_page_item a:visited,
.menu .current_page_parent a,
.menu .current_page_parent a:visited
{  background-position:bottom !important;  }
.menu .current_page_item a:hover {}
.menu .current_page_item ul a, .menu .current_page_item ul a:visited, .menu .current_page_item ul a:hover { }

.menu ul.sub-menu .current_page_item a, .menu  ul.sub-menu .current_page_item a:visited {}
.menu ul.sub-menu .current_page_item a:hover {}


#access .menu-header,
.menu {
	font-size: 13px;
	height:44px;
}
#access .menu ul {
	list-style: none;
	margin: 0;
}
#access .menu-header li,
.menu li {
	float: left;
	position: relative;
	margin-top:1px;
}
#access #menu-header_menu li a {
	height:42px;
	display: block;
	text-decoration: none;
	background-repeat:no-repeat;
	background-position:0 0;
	margin-right:30px;
}
	#access #menu-header_menu li a:hover {
		background-position:0 bottom;
	}
	#access #menu-header_menu li a span {
		display:none;
	}
		#access #menu-header_menu li.hm-soba a {
			width:101px;
			background-image:url(images/nav/nav_soba.gif);
		}
		#access #menu-header_menu li.hm-menu a {
			width:99px;
			background-image:url(images/nav/nav_menu.gif);
		}
		#access #menu-header_menu li.hm-store a {
			width:112px;
			background-image:url(images/nav/nav_store.gif);
		}
		#access #menu-header_menu li.hm-topic a {
			width:84px;
			background-image:url(images/nav/nav_topic.gif);
		}
		#access #menu-header_menu li.hm-coupon a {
			width:127px;
			background-image:url(images/nav/nav_coupon.gif);
		}

*/
	/*------- Current -------*/
/*
		.home #access #menu-header_menu li.hm-home a,
		#access #menu-header_menu li.current-menu-item a {
			background-position:bottom;
		}

*/



/* =Content
-------------------------------------------------------------- */

#content {
	margin-bottom: 36px;
}
/* bread crumb ------------------------------------------ */

.breadcrumb {
	display:block;
	height:15px;
	margin: 10px 10px 0px 10px;
	font-size:10px;
	letter-spacing:1px;
	color:;
}
.breadcrumb a {
	color:;
	text-decoration:none;
}
.breadcrumb a:hover {
	text-decoration:underline;
}


/* Main sidebars */
#right_col {
	float:right;
	width:235px;
	margin-bottom:25px;
}
#main .widget-area ul {
	margin-left: 0;
	padding: 0 20px 0 0;
}
#main .widget-area ul ul {
	border: none;
	margin-left: 1.3em;
	padding: 0;
}
#primary {
}
#secondary {
}

/* Footer widget areas */
#footer-widget-area {
}


/* =Footer
-------------------------------------------------------------- */

#footer {
/*	background:#1A150D;*/
	margin:0;
	overflow:hidden;
}

#return_top {
	display:block;
	float:right;
	margin:0 40px 0 0 !important;
	padding:0;
	background:url(images/pagetop.gif) no-repeat left center;
	width:119px; height:25px; overflow:hidden;

}
	#return_top span {
		display:none;
	}
	#return_top:hover { }
#colophon {
	margin-top: 0px;
	overflow: hidden;
	padding: 0px 20px 18px;
	text-align:left;

}
/* ----- footer-menu ----- */

.foot_menu {
	float:right;
	width:580px;
	margin:0 0 18px 0;
	padding-top:18px;
}
	.foot_menu li {
		float:left;
		margin:0;
		padding:0 18px 0 0;
	}
		.foot_menu li a {
			display:block;
			font-size:11px;
			text-decoration:none;
			text-indent:10px;
			background:url(images/arrow3.gif) no-repeat 0px 5px;
		}
			.foot_menu li a:link,
			.foot_menu li a:visited {
				color:#ccc;
			}
			.foot_menu li a:hover {
				color: #6a2;
			}

#site-info {
	width:900px;
}
	#footer-logo {
		width:260px;
		margin:0px 0 10px;
	}
	#footer-logo a {
		display:block;
		height:40px;
		background:url(images/footer_logo.gif) no-repeat 0 0;
		text-decoration: none;
	}
		#footer-logo a span {
			display:none;
		}
	#footer-address {
		display:inline;
		margin:4px 30px 0 0;
		padding:0 5px;
	}

	#copyright {
		line-height:16px;
		font-size:10px;
		font-weight:normal;
		font-family:Verdana, Geneva, sans-serif;
		color:#777;
		padding-left:5px;
	}

/*********************************************************************/
/* clearfix Start */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  display: inline-table;
  min-height: 1px;
}
* html .clearfix {
  height: 1px;
}
.clearfix {
  display: block;
}
.clear {
  clear: both;
}
/* clearfix End */

/* =Images
-------------------------------------------------------------- */

#content img {
	margin: 0;
	height: auto;
	max-width: 610px;
	width: auto;
}
#content .attachment img {
	max-width:;
}
#content .alignleft,
#content img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
#content .alignright,
#content img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
#content .aligncenter,
#content img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
#content img.alignleft,
#content img.alignright,
#content img.aligncenter {
	margin-bottom: 12px;
}
#content .wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	padding: 4px;
	text-align: center;
}
#content .wp-caption img {
	margin: 5px 5px 0;
}
#content .wp-caption p.wp-caption-text {
	color: #888;
	font-size: 12px;
	margin: 5px;
}
#content .wp-smiley {
	margin: 0;
}
#content .gallery {
	margin: 0 auto 18px;
}
#content .gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
#content .gallery img {
	border: 2px solid #cfcfcf;
}
#content .gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 12px;
}
#content .gallery dl {
	margin: 0;
}
#content .gallery img {
	border: 10px solid #f1f1f1;
}
#content .gallery br+br {
	display: none;
}
#content .attachment img { /* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}

/*********************************************************************/
/* =Print Style */

@media print {
/* coupon */
	.coupon-printbtn {
		display: none;
	}
	.category-coupon #content .coupon-title {
		font-size:16pt;
	}
	.category-coupon #content .entry-content p {
		font-size:14pt;
	}
	.category-coupon #content .entry-title {
		font-size:14pt;
		font-weight:bold;
	}
}