@charset "utf-8";
/* CSS Document */


a {
	color: #0c3158;
	text-decoration: none;
}
a:hover {
	color: #f00;
}

html {
	overflow-y: scroll;
}

p {
	margin: 0.5em 0 1.2em;
}


body {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	background: url(bc-body.gif) center repeat-y;
	color: #333;
	font-size: 85%;
	line-height: 1.7;
}

#wrap {
	background: url(images/bc-body01.gif) top center repeat-y;
}

.home #wrap {
	background: url(images/bc-body01.gif) top center repeat-y;
}

#description {
	/* background-color: #fbb8ae; */

}
#description h2 {
	width: 980px;
	text-align: left;
	color: #333;
	font-size: 12px;
	font-weight: normal;
	padding: 7px 0px 0px 0px;
	line-height: 1;
}
#site-id {
	height: 40px;
	margin: 0px;
	padding: 0px;
}
#site-id a {
	color: #1a1a1a;
	font-size: x-large;
	margin: 0px;
	padding: 0px;
}
#utility-nav ul {
	margin: 0;
	padding:0px;
}
#utility-nav li {
	float: left;
	margin: 0;
	padding-right: 10px;
}
#utility-nav li a {
	font-size: 85%;
	line-height: 1;
	background: url(images/ico_link.png) no-repeat;
	margin: 0;
	padding-left: 15px;
}

#utility-nav li a:hover {
	background-position: 0 -17px;
}


.screen-reader-text {
	display: none;
}

/*
.widget_search {
	width: 180px;
}

#searchform {
	font-size: 0;
	position: relative;
}

#s {
	font-size: small;
	background: url(images/bg_search_form.png);
	width: 133px;
	height: 21px;
	border: none;
	padding: 0 0 0 8px;
}

#searchsubmit {
    background: url(images/btn_search.png) no-repeat scroll 0 0 transparent;
    border: none;
    cursor: pointer;
    height: 21px;
    position: absolute;
    position: relative\9;
	right: 0;
    width: 39px;
	text-indent: -9999px;
}

#searchsubmit:hover {
	background-position: left bottom;
}

*/


#branding {
	text-align: center;
	margin: 0px 0px -7px 0px;
	padding: 0px;
}

#bread-crumb {
	font-size: 95%;
	padding: 1px 0 10px;
}

#bread-crumb ul {
	margin: 0;
}

#bread-crumb ul:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

#bread-crumb li {
	float: left;
}

#bread-crumb li.sub {
	padding-left: 10px;
}

#bread-crumb li.sub:before {
	letter-spacing: 10px;
    content: ">";
}

#contents {
	clear: both;
}
#contents-wide {
	clear: both;
}
#contents-menu {
	clear: both;
}

#contents article {
}

#contents article:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}



#back_to_top {
	margin-top: 50px;
	text-align: right;
}

#back_to_top a {
	position: relative;
	right: -9px;
}

#sidebar h2 {
	font-size: 100%;
	background: none;
	padding: 0;
	margin: 0;
}







#footer-container {
	background: url(images/bc-footer1.jpg) no-repeat top;
}

#footer {
	background: ;
}


#copyright {
	color: #333;
	text-align: center;
	font-size: 12px;
}
#copyright a {
	color: #333;
}

.continue-button {
	background: url(images/bg_continue-button-shadow.png) no-repeat left bottom;
	float: right;
	padding: 0 0 3px 3px;
}


.continue-button a {
	line-height: 1;
	background: #f2e8d2 url(images/bg_continue-button.png) no-repeat;
	display: block;
	padding: 9px 12px 7px 32px;
	box-shadow: 0 0 1px rgba( 211, 194, 157, 0.8);
}


.link-text {
	display: block;
	text-align: right;
	margin-top: 15px;
	line-height: 1;
}

.link-text a:before {
	content: '> ';
}

.widget-title {
	width: 250px;
	background: url(images/bc-moduletitle1.gif) left top no-repeat;
	margin: 0px 0px 6px 0px;
	padding: 15px 0px 7px 50px;
	font-size: 16px;
	color: #333;
	font-weight: normal;
	height: 30px;
}






/* ================================================================================
	#page-nav
================================================================================ */
.page-nav {
	text-align: center;
}
.page-nav li {
	display: inline;
	list-style: none outside none;
}
.page-nav li a {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li a:hover {
	border: 1px solid rgb(230,230,230);
}
.page-nav li a:active {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}

.page-nav li.current span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
}
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span {
	background: rgb(248,248,248);
	border: 1px solid rgb(230,230,230);
	color: rgb(180,180,180);
	text-decoration: none;
	border-radius: 3px;
}

.page-nav li.page_nums span {
	background: rgb(102,102,102);
	border: 1px solid rgb(51,51,51);
	color: rgb(255,255,255);
}
.page-nav li a,
.page-nav li.current span,
.page-nav li.first span,
.page-nav li.previous span,
.page-nav li.next span,
.page-nav li.last span,
.page-nav li.page_nums span {
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}

.pages-link {
	text-align: center;
}
.pages-link a span {
	border: 1px solid rgb(230,230,230);
	color: rgb(102,102,102);
	text-decoration: none;
	font-weight: normal;
}
.pages-link span {
	border: 1px solid rgb(186,166,132);
	color: rgb(121,81,15);
	font-weight: bold;
	border-radius: 3px;
	padding: 0.25em 0.8em;
	display: inline-block;
	position:relative;
}
.pages-link a:hover span {
	border: 1px solid rgb(230,230,230);
}
.pages-link a:active span {
	box-shadow: 0 0 3px rgba(0,0,0,0.2) inset;
	top:1px;
}


/* comment */

#comments {
	margin-top: 50px;
}

.commentlist {
	background: #f4f4f4;
	border: solid 1px #ccc;
	margin: 0;
	padding: 25px 25px 0;
	list-style: none;
}

.commentlist .avatar {
	background: #fff;
	float: left;
	padding: 2px;
	border: solid 1px #ccc;
	margin-right: 10px;
}

.commentlist .children {
	background: #eee;
	margin: 1.2em 0 25px;
	padding: 25px 25px 0;
	list-style: none;
	border: solid 1px #ccc;
}

.comment-author {
	font-weight: bold;
}

.comment-meta {
	font-size: 85%;
}

.comment-meta a {
	color: #666;
}

.comment-meta a.comment-edit-link {
	color: #1b3e61;
	background: #ffc;
	padding: 1px 5px 0;
	border: solid 1px #1b3e61;
}

.comment-body {
	clear: both;
}

.comment-notes {
	text-align: right;
	margin: 0;
	font-size: 85%;
}

#respond label {
	display: block;
	background: #eee;
	padding: 3px 10px 2px 25px;
	margin: 0;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

.comment-notes .required {
	float: none;
	padding-left: 0;
}

.required {
	color: #c00;
	font-weight: bold;
	float: left;
	margin-top: -1.7em;
	padding-left: 10px;
}


/*
input#author,
input#email,
input#url,
textarea#comment {
	margin: 0;
	font-size: small;
	padding: 10px;
	width: 555px;
	background: #ffc;
	border: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

input#author,
input#email,
input#url {
	font-size: medium;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	margin: 0 0 10px;

}

.form-allowed-tags {
	color: #999;
	font-size: 85%;
}

.form-submit {
}

.form-submit #submit {
	background: #e8e8e8;
	padding: 10px 30px;
	border: solid 1px #a9a9a9;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba( 0, 0, 0, 0.2);
	text-shadow: 1px 1px 0 #fff;
}

.form-submit #submit:hover {
	background: #ddd;
}
*/















/* Layout *****************************************/
#description h1 {
	width: 600px;
	margin: 3px 0px 8px 0px;
	padding: 0px;
	float:right;
}
#description h2 {
	width: 600px;
	margin: 3px 0px 8px 0px;
	padding: 0px;
	float:right;
text-align: left;
}
#container {
	width: 980px;
	margin: 0 auto;
	background: fff;
}
#header {
	width: 980px;
	height: 70px;
	margin: 0 auto;
	overflow: hidden;
	background: url(images/header/bc-header.gif) bottom center no-repeat;
}
#site-id {
	float: left;
	width: 245px;
	height: 40px;
margin-top:20px;
	padding-top: 3px;
}

#utility-group {
	float: right;
	width: 735px;
	padding-top: 2px;

}

#utility-nav {
	float: right;
}
#header-widget-area {
	float: right;
}
#menu-global-navi {
	height: 34px;
	margin: 0px;
	padding: 0px;
}
#menu-global-navi ul {
	width: 980px;
	margin: 0px;
	padding: 0px;
}
/*
body > #contents-body {
	height: auto;
}
*/
#contents-body {
	background: #fff;
	overflow:auto;
/* border: 1px solid #ccc; */
}


#contents {
	float: left;
	width: 640px;
	margin: 0px 40px 0px 0px;
	padding: 10px 0px 0px 0px;
	background: #fff;
}
#contents-wide {
	float: left;
	width: 980px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
.leftcontents {
	float: left;
	width: 420px;
	margin: 0px 10px 0px 0px;
	padding: 5px;
}
.rightcontents {
	float: right;
	width: 420px;
	margin: 0px;
	padding: 5px;
}
.justify{
	text-align:justify;
	text-justify:auto;
}
.blog-dateauther {
	text-align:right;
}









#side {
	float: right;
	margin:  10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	width: 300px;	
}

#sidebar-p {
	/* float: right; */
	margin: 0px;
	padding: 0px;
	width: 300px;
}
#sidebar-s {
	/* float: right; */
	margin: 0px;
	padding: 0px;
	width: 300px;
}
#sidebar-t {
	/* float: right; */
	margin: 0px;
	padding: 0px;
	width: 300px;
}
#sidebar-f {
	/* float: right; */
	margin: 0px;
	padding: 0px;
	width: 300px;
	background: url(images/bg_side1.png) bottom no-repeat;
}

#sidebar1 a img {
	margin: 0px 0px 1px 0px;
	padding: 0px;
}

#footer-container {
	clear: both;
	margin-top: 10px;
	padding-top: 35px;
}

#footer {
	width: 980px;
	height: 80px;
	margin: 0 auto;
	padding-top: 74px;
}








/* SIDE AREA *****************************/
.top-linx {
	width:300px;
	text-align:center;
	background-color: #fff;
	margin:0px;
	padding: 20px 0px;
}
#side ul {
	margin: 0px;
	padding: 0px;
}







/* NAVI fixed ***********************************/
#global-nav {
	clear: both;
	width: 980px;
	height: 38px;
	margin: 0px 0px 0px 0px;
	padding:0px;
	text-align:left;
}
#global-nav ul {
	list-style-type:none;
	width: 980px;
	height: 38px;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align:left;
	background: #fff url(images/nav/menu-all.gif) no-repeat left top;
}
#global-nav ul li {
	float: left;
}
#global-nav ul li a {
  display: block;
  height: 38px;
  text-indent: -10000px;
  background:url(images/nav/menu-all.gif) no-repeat top left;
  overflow: hidden;
}

#global-nav ul li a:hover {
	position: 0 -45px;
}

/* global menu position */
#global-nav #menu-item-home a {
  width: 196px;
  background-position: 0px 0 ;
}
#global-nav #menu-item-charge a {
  width: 196px;
  background-position: -196px 0;
}
#global-nav #menu-item-spring a {
  width: 196px;
  background-position: -392px 0;
}

#global-nav #menu-item-cooking a {
  width: 196px;
  background-position: -588px 0;
}
#global-nav #menu-item-town a {
  width: 196px;
  background-position: -784px 0;
}




/* global menu position hover */

#global-nav #menu-item-home a:hover {
  background-position: 0 -38px;
}
#global-nav #menu-item-charge a:hover {
  background-position: -196px -38px;
}
#global-nav #menu-item-spring a:hover {
  background-position: -392px -38px;
}
#global-nav #menu-item-cooking a:hover {
  background-position: -588px -38px;
}
#global-nav #menu-item-town a:hover {
  background-position: -784px -38px;
}





#global-nav ul ul {
    border-bottom: 3px solid #fff;
    border-radius: 0 0 3px 3px;
    display: none;
    position: absolute;
    /* top: 41px; */
    z-index: 100;
	width: auto;
}

#global-nav ul .menu-item ul a {
	width: 80px;
	color: #fff;
    	background: #2c5c57;
	text-indent: 0;
	height: 18px;
	padding: 5px 5px 8px 5px;
	border-top: dotted 1px #ddd;
}

#global-nav ul .menu-item ul a:hover {
	color: #fff;
	background: #00913f;
	text-decoration: underline;
}

#global-nav ul .menu-item ul li {
	background: #fff;
	float: none;
	padding: 0px 5px;
}

#global-nav ul .menu-item ul li:first-child a {
	border-top: none;
}

#global-nav ul li:hover > ul, div.menu ul li:hover > ul {
    display: block;
}











/* FooterNavi ***********************************/
#footer ul#footerlist {
	list-style-type:none;
	width: 980px;
	height: 35px;
	margin:0px 0px 0px 0px;
	padding:0px;
	text-align: right;
}

#footer ul#footerlist li {
	float: left;
}
#footer ul#footerlist li a {
	font-size:12px;
	color: #666;
	/* margin: 0px 5px 0px 5px; */
	padding: 0px 10px 0px 10px;
	border-right:1px solid #999;
}


/* tableNavi */

.tablenav {
	color: #900;
	background:white;
	margin: 1em auto;
	line-height:2em;
	text-align:center;
}

a.page-numbers, .tablenav .current {
	color: #900;
	padding: 2px .4em;
	border:solid 1px #ccc;
	text-decoration:none;
	font-size:smaller;
}

a.page-numbers:hover {
	color:white;
	background: #c00;
}

.tablenav .current {
	color: white;
	background: #c00;
	border-color: #c00;
	font-weight:bold:
}

.tablenav .next, .tablenav .prev {
	border:0 none;
	background:transparent;
	text-decoration:underline;
	font-size:smaller;
	font-weight:bold;
}




/* Content ***************************************/

#category_image {
	background-color: #fff;
	padding: 6px;
	box-shadow: 0 0 3px rgba( 0, 0, 0, 0.5);
}
#contents h1.page-title {
	clear: both;
	color: #222;
	font-family:Meiryo, 'メイリオ', 'ＭＳ Ｐゴシック', Osaka, 'ヒラギノ角ゴ Pro W3';
	font-size: 16px;
	font-weight: 800;
	line-height: 1.1em;
	padding-bottom: 4px;
	padding-top: 8px;
	padding-left: 8px;
/*	background:url(images/titlebar05-1.gif) top no-repeat; */
	border-left: 8px solid #900;
/*	border-bottom: 1px dotted #8e634e; */

}
h2 {
	font-weight: normal;
	padding: 10px 10px 5px 65px;
	margin: 25px 0 1em; 

}
h3 {
	font-size: 150%;
	font-weight: normal;
	/* background: url(images/ico_content_h3.png) no-repeat left center; */
	padding: 5px 10px 0 20px;
	border-bottom: solid 1px #454036;
	margin: 25px 0; 
}
#contents-wide h3 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px 0px 10px 0px; 
	padding: 10px 10px 10px 10px;
	border: solid 1px #000;

}

.item {height: 225px;
	background: #ffecd9 url(bc-item1.png) left no-repeat;
	padding: 15px 15px 15px 330px;
}
.item h4 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px 0px 15px 0px;
	padding: 3px 3px 3px 10px;
	border-left: 15px solid #666;	
}





div.posts,
section.entry-content {
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

.page-header {
	margin-bottom: 0px;
}
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
table {
	width: 100%;
	border: none;
	margin: 0 0 1em; 
}

tr {
	border-top: solid 1px #ddd;
}

th {
	font-weight: bold;
	background: #f4f4f4;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px;
	white-space: nowrap;
}

td {
	background: #fff;
	padding: 10px 15px;
}












address {
	font-style: normal;
}

time {
	color: #707070;
	font-size: 80%;
	line-height: 1;
}

ul, ol {
	margin: 1em 0 1.2em 2em;
}
.text {
	border: solid 1px #ddd;
	padding: 3px;
	border-radius: 3px;
}
.length-l {
	width: 98%;
}
.length-m {
	width: 50%;

}
input.submit {
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
}





/* ORDER **************************************************/
.orderpage-header .page-title {
	width: 980px;
	background-color: #00238c;
color: #fff;
font-size: 12px;
font-weight: bold;
padding: 5px 0px 4px 10px;
}

#contents-order {
	margin: 0px;
}
#contents-order h3 {


}

/*  **********************************************/
.text1 {
	margin: 0px 80px 0px 80px;
	font-size: 20px;
	font-weight: 800;
}
.deco1 {
	border-bottom: 2px solid #f00;	
}
.deco2 {
	font-size: 28px;
	color: #f00;	
}
.deco3 {
	font-size: 14px;	
}
.deco4 {
	color: #f00;	
}
.deco5 {
	background: #ffff26;	
}
.photo1 {
	float:right;	
}




#form {
	margin-top: -24px;
	padding-bottom: 20px;
	background: url(bc-item3.png) bottom no-repeat;
	
}