@charset "utf-8";

/* basic */
* {
	font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3" Arial, Helvetica, sans-serif;
}

body {
	margin:0;
	padding:0;
	background: #f8f6f2 url(img/bg.gif);
	color:#555;
}

h1, h2, p, form {margin:0;padding:0;}

a:link {color: #9e5601;text-decoration: underline;}
a:visited {color: #624b1e;text-decoration: underline;}
a:hover{color: #9e5601;text-decoration: none;}
a:focus { outline:none;}

.text_s {
	font-size:11px;
	color:#666;
	line-height:1.4;
}

#wrapper {
	background: #fff url(img/wrapbg.gif) left top repeat-y;
	width:912px;
	margin:0 auto;
	position:relative;
}
#wrapper h2{
	position:absolute;
	top:-15px;
	left:788px;
	z-index:100;
}
h1 {
	margin:10px auto;
	text-align:center;
}
#header {
	width:912px;
	margin:0 auto;
}
#header h1 {
	margin:10px 0 10px 375px;
	text-align:left;
}
#header #shoppr{
	float:right;
}
#header #shoppr img{
	margin:3px 95px 0 0;
}
#header #spbn{
	float:left;
}

/*navigation*/

#navi {
	background: #b03801 url(img/navi_bg.gif) no-repeat;
	height:27px;
}
#navi ul,li {margin:0;padding:0;list-style-type:none;}
#navi ul {
	margin-left:205px;
}
#navi ul li {float:left;}
#navi ul li a {
	display:block;
	height:27px;
}
#navi ul li.tab01 a {  background: url(img/navi1.gif) left top no-repeat; width: 77px; }
#navi ul li.tab01_on a { background: url(img/navi1.gif) left -54px no-repeat; width: 77px; }
#navi ul li.tab01 a:hover { background-position:left -27px; }

#navi ul li.tab02 a {  background: url(img/navi2.gif) left top no-repeat; width: 81px; }
#navi ul li.tab02_on a {  background: url(img/navi2.gif) left -54px no-repeat; width: 81px; }
#navi ul li.tab02 a:hover { background-position:left -27px; }

#navi ul li.tab03 a {  background: url(img/navi3.gif) left top no-repeat; width: 76px; }
#navi ul li.tab03_on a {  background: url(img/navi3.gif) left -54px no-repeat; width: 76px; }
#navi ul li.tab03 a:hover { background-position:left -27px; }

#navi ul li.tab04 a {  background: url(img/navi4.gif) left top no-repeat; width: 81px; }
#navi ul li.tab04_on a {  background: url(img/navi4.gif) left -54px no-repeat; width: 81px; }
#navi ul li.tab04 a:hover { background-position:left -27px; }

#navi ul li.tab05 a {  background: url(img/navi5.gif) left top no-repeat; width: 54px; }
#navi ul li.tab05_on a {  background: url(img/navi5.gif) left -54px no-repeat; width: 54px; }
#navi ul li.tab05 a:hover { background-position:left -27px; }

#navi ul li.tab06 a {  background: url(img/navi6.gif) left top no-repeat; width: 62px; }
#navi ul li.tab06_on a {  background: url(img/navi6.gif) left -54px no-repeat; width: 62px; }
#navi ul li.tab06 a:hover { background-position:left -27px; }

#navi ul li.tab07 a {  background: url(img/navi7.gif) left top no-repeat; width: 66px; }
#navi ul li.tab07_on a {  background: url(img/navi7.gif) left -54px no-repeat; width: 66px; }
#navi ul li.tab07 a:hover { background-position:left -27px; }

#navi ul li a span { display:none; }

/*layout*/
.contents {
	margin:0 30px 0 25px;
	padding:15px 0 0 0;
	font-size:12px;
	line-height:1.6;
}
.contents p{
	margin:0 0 10px 0;
}

#contents_title {
	margin:25px 25px 25px 20px;
	text-align:center;
}
.contents_linebg {
	background: url(img/contents_linebg.gif) left top no-repeat;
	padding:0 20px 0 15px;
}
.contents_line {
	background: url(img/contents_line.gif) left top no-repeat;
	height:2px;
}
.contents_pagelink {
	float:right;
	font-size:10px;
	margin-top:8px;
	color:#532e00;
}
.contents_imgright {
	float:right;
	margin:10px 0 10px 30px;
}

/*main pages*/
.contents_ptitle {
	margin:10px 0 5px 0;
}
.contents_delicious {
	border:1px #cca555 solid;
	background:url(img/delicious.gif) 10px 10px no-repeat;
	padding:8px 10px 10px 210px;
	margin:20px 0 0 0;
}
.contents_date {
	float:right;
	border:1px #cca555 solid;
	padding:5px;
	margin:0 0 0 10px;
	color:#532e00;
}
.contents_pageup {
	text-align:right;
	padding:30px 20px 10px 0;
}
.products_table {
	margin:10px 0 0 0;
}
.products_table .leftcell{
	padding:0 33px 10px 0;
}
.price{
	font-size:10px;
}
.productname{
	color:#532e00;
}
.products_table2 {
	margin:10px 0 10px 0;
}
.products_table2 .productname{
	color:#532e00;
	font-size:14px;
}
.gotoshop {
	font-weight:bold;
	margin-top:10px;
}
.contents_chu {
	margin-top:30px;
	padding-top:5px;
	border-top:1px #d9d2cc dotted;
	font-size:11px;
}

/*footer*/
#contents_footer {
	background:url(img/footbg3.gif) left top no-repeat;
}
#contents_footer img {
	margin-top:13px;
}
#footer_copy {
	float:right;
}

/* new toppage */
#top_bottom {
	background:url(img/top_bottombg.gif) left top no-repeat;
	padding:3px 18px 3px 20px;
}

#top_news {
	float:right;
	width:363px;
	background:#fff url(img/top_newsbg.gif) left top repeat-y;
	border-bottom:1px #adadad solid;
}
#top_news .title{
	background:url(img/top_newstitle.gif) left top no-repeat;
	height:20px;
	text-align:right;
}
#top_news .title img{
	margin:3px;
}
#top_news .inner{
	margin:5px 8px 5px 8px;
	font-size:12px;
	line-height:1.5;
}
#top_news .inner span{
	font-size:11px;
}
#top_mailmag {
	font-size:12px;
	line-height:1.5;
	margin-top:5px;
}
#top_mailmag .chu{
	line-height:1.5;
	font-size:11px;
	margin-top:5px;
}
#top_footer {
	background:url(img/top_footbg.gif) left top no-repeat;
}
#top_footer img {
	margin-top:8px;
}
.contents_attention {
	font-size:11px;
	color:#bb0000;
}

/*sub pages*/
.sub {
	padding-top:10px;
	font-size:14px;
	line-height:1.5;
}
.sub .text_brown {
	color:#532e00;
	font-size:16px;
}
.sub ol {
	padding-left:0;
}
.sub ol li {
	list-style: decimal inside;
}
.sub .contact_link {
	text-align:center;
	width:420px;
	border:1px #532e00 solid;
	padding:10px;
	font-size:14px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 220px;
}
.sub .contact_link img{
	margin-bottom:5px;
}
.sub .contact_link p{
	margin:0;
}

/*mailmag and press */
table#mailmag {
	border-top:1px #532e00 dotted;
	margin:15px 0 15px 0;
}
table#mailmag td {
	border-bottom:1px #532e00 dotted;
	padding:10px;

}
ul#press {
	margin:0 0 0 30px;
	padding:0;
}
ul#press li{
	list-style:square outside;
	margin-top:15px;
}
ul#press li span{
	font-weight:bold;
}


/* new blog*/
#blog_right {
	float:right;
	width:200px;
	border:1px #d9d2cc solid;
}
#blog_right_inner {
	margin:10px;
}
#blog_right .square{
	color:#532e00;
	font-weight:bold;
	margin:15px 0 5px 0;
}
ul.blog_rightlist {
	margin:0;
	padding:0;
	line-height:1.3;
}
ul.blog_rightlist li{
	list-style:none;
	margin:0 0 5px 0;
}
ul.blog_rightlist ul li{
	margin-left:10px;
}

#blog_left {
	width:640px;
}
#blog_left img{
	background:#fff;
	padding:5px;
	margin:5px;
	border-top:1px #eee solid;
	border-left:1px #ddd solid;
	border-bottom:1px #bbb solid;
	border-right:1px #ccc solid;
}
#blog_left .blog_title {
	border-top:1px #cca555 solid;
	background:#f1e8d3;
	padding:5px 10px 5px 10px;;
	font-size:16px;
	color:#532e00;
}
#blog_left .blog_date {
	text-align:right;
	margin:5px 0 5px 0;
	font-weight:bold;
}
#blog_left .blog_foot {
	text-align:right;
	margin:5px 0 5px 0;
	border-top:1px #cca555 dashed;
	padding:5px 0 20px 0;
}

.blog_page {
	padding-top:5px;
	border-top:1px #d9d2cc dotted;
	text-align:center;
}
.blog_page span{
	font-weight:bold;
}

#blog_archive {
	margin-bottom:10px;
	text-align:center;
}
#blog_archive span{
	font-size:16px;
	font-weight:bold;
	color:#532e00;
}
.blog_entryfoot {
	color:#532e00;
	font-weight:bold;
	font-size:14px;
	margin-top:10px;
}
table#blog_come {
	margin:10px 0 0 0;
}
table#blog_come td{
	padding:5px;
}
#blog_comemoto {
	margin-bottom:10px;
	padding-bottom:5px;
	border-bottom:1px #cca555 dashed;
}
#blog_comemoto span{
	font-size:14px;
	color:#532e00;
}
#blog_thanks {
	font-size:16px;
	color:#532e00;
}

/* not in use */
#blog_left .shoplink {
	background:#f4d6c1 url(news/img/shoplink_bg.gif) left top repeat-y;
	width:400px;
	height:85px;
	margin:15px auto;
	font-size:11px;
	line-height:1.5;
}
#blog_left .shoplink img {
	margin:5px;
	padding:0;
	border:0;
	float:left;
}
#blog_left .shoplink p {
	padding:10px 0 0 0;
}

