/* @group RESET */
body,h1,h2,h3,h4,h5,h6,p,div,dl,dt,dd,ul,ol,li,img {
	margin: 0;
	padding: 0;
}
body, th, td {
	font-size: 90%;
}
address, caption {
	font-style: normal;
	font-weight: normal;
	text-align: left;
}
ul li {
	list-style-type: none;
}
li img {
	vertical-align: top;
}
table {
	border-collapse: collapse;
}
img {
	border: 0;
}
/* @end */


/* @group Clearfix */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix{display: inline-block;}
/* Hide MacIE \*/
* html .clearfix{height: 1%}
.clearfix{display: block;}
/* End hide MacIE */
/* @end */


/* @group TAG */
body {
	color: #333;
	font-family: "メイリオ","Hiragino Maru Gothic Pro","ヒラギノ丸ゴ Pro W4",Verdana,sans-serif;
	text-align: center;
	background: #f9faef url(../image/bg_img.gif);
}
h1 {
	margin-bottom: 10px;
	background: url(../image/h1_bg.gif) repeat-x 0 bottom;
}
h2 {
	line-height: 1.6;
	margin-bottom: 10px;
	padding-left: 30px;
	background: url(../image/h2_bg.gif) no-repeat 0 center;
	_height: 25px;
	min-height: 25px;
}
h3 {
	padding-left: 28px;
	background: url(../image/ico_h3.gif) no-repeat left 60%;
}
p {
	line-height: 1.6;
	margin: 10px 30px;
}

ul {
	margin: 10px 30px;
}
li {
	line-height: 1.4;
	margin-bottom: 4px;
	padding-left: 18px;
	background: url(../image/ico_li_choco.gif) no-repeat 0 1px;
}
ul.no-ico li {
	padding-left: 18px;
	background: none;
}
ol {
	margin: 10px 54px;
}
ol li {
	padding-left: 0px;
	background: none;
}

address {
	color: #fff;
	padding: 6px 15px 10px;
	background: #0b7733;
}

/* @group Table */

table {
	margin: 0px 0px 20px 32px;
	border-bottom: 1px dotted #ccc;
}
th, td {
	font-size: 0.9em;
	vertical-align: top;
	text-align: left;
	border-top: 1px dotted #ccc;
}
th {
	white-space: nowrap;
	margin-right: 4px;
	padding: 6px 28px 6px 0px;
	background: url(../image/ico_tofu.gif) no-repeat right 7px;
}
td {
	padding: 6px 0px 6px 8px;
}

/* @end */

/* @group Link */
a:link {
	color: #1b5ab3;
}
a:visited {
	color: #730b48;
}
a:active {
	color: #c7161e;
}
a:hover {
	color: #c7161e;
	background-color: #fff9d8;
}

h1 a,
h2 a:link,
h2 a:visited {
	text-decoration: none;
}
h1 a:link,
h1 a:visited {
	color: #333;
}
h1 a:hover {
	background: transparent;
}
h2 a:active,
h2 a:hover {
	text-decoration: underline;
}

/* @end */


/* @end */

/* @group LAYOUT */

#wrapper {
	text-align: left;
	margin: auto;
	position: relative;
	width: 894px;
	background: url(../image/wrapper_bg.gif) repeat-y;
}
#header, #head-reco, #head-shd, #contents, #footer {
	margin: 0px 17px;
}

/* @group Header */

#tagline {
	color: #fff;
	font-size: 0.9em;
	padding: 1px 22px;
	background: #0b7733 url(../image/tagline_ico.gif) no-repeat 0 center;
}
#header h1,
#logo {
	padding: 0;
	position: absolute;
	width: 278px;
	height: 107px;
	left: 17px;
}
#catch {
	overflow: hidden;
	height: 52px;
}

#catch p {
	line-height: 1.2;
	margin: 9px 0 0 278px;
	height: 43px;
}

/* @end */

/* @group Gnav */

#gnav {
	margin: 0px 0px 0px 278px;
	width: 582px;
	height: 55px;
}
#gnav li {
	margin-bottom: 0px;
	padding-left: 0;
	background: none;
	float: left;
}
#gnav a {
	background: transparent;
}

/* @end */

#head-shd {
	margin-bottom: 10px;
}

/* @group Contents */

#contents {
	padding: 0px 0px 40px 20px;
	background: url(../image/contents_bg.gif) no-repeat right bottom;
}
#contents:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#contents{display: inline-block;}
/* Hide MacIE \*/
* html #contents{height: 1%}
#contents{display: block;}
/* End hide MacIE */

/* @end */
#body {
	float: left;
	width: 610px;
}
#body-nonav {
	width: 660px;
}
/* @group Nav */

#sidebar {
	padding-bottom: 166px;
	float: right;
	width: 220px;
}
#sidebar h2 {
	font-size: 1.4em;
	margin-top: 15px;
	margin-bottom: 0;
	padding-left: 0px;
	background: none;
}

.sidebar-item {
	margin: 10px 0px 24px;
}
.sidebar-item ul {
	margin: 0px 0px 0px;
}
.sidebar-item li {
	padding-left: 24px;
	background: url(../image/ico_li.gif) no-repeat 2px 1px;
}

/* @end */

/* @group Calender */

table.calendar {
	background-color: #fff;
	border-collapse: collapse;
	width: 200px;
}
table.calendar caption {
	color: #333;
	letter-spacing: 1px;
	text-align: center;
	padding: 0px 4px 4px;
}
table.calendar th,table.calendar td {
	border-bottom: 1px solid #fff;
	padding: 2px 4px;
}
table.calendar th {
	margin: 0;
	padding: 0;
	text-align: center;
	background: none;
}
table.calendar td {
	text-align: right;
	color: #333;
}
tr.calendardateheaders th {
	padding: 2px;
	background-color: #0b7733;
	color: #fff;
	border-top: 0 none;
}
td.blank {
/*	background-color: #f5f5f5;*/
}
td.saturday {
	background-color: #d7e3fc;
}
td.sunday {
	background-color: #ffd8d8;
}
td.holiday {
	background-color: #ffd8d8;
}
td.today {
	background-color: #fffd8c;
}

/*以下、defaultスキン用 */
table.calendar a:link,table.calendar a:visited {background:none;padding:0;}
table.calendar {margin:0 auto;}

/* @end */


/* @group Entry */

.contentitem {
	margin-bottom: 20px;
	border-top: 1px dotted #333;
}
.contentitem0,
.contentitem1,
.contentitem2,
.contentitem3,
.contentitem4 {
	font-size: 0.9em;
	margin: 0;
	display: inline;
}
.contentitem0 {
	padding: 0 8px 0 14px;
	border-right: 1px dotted #333;
	background: url(../image/bgdate.gif) no-repeat 0 center;
}
.contentitem1 {
	padding: 0 8px 0 14px;
	border-right: 1px dotted #333;
	background: url(../image/bgcategory.gif) no-repeat 2px center;
}
.contentitem2 {
	padding: 0 4px 0 14px;
	background: url(../image/bgpostedby.gif) no-repeat 2px center;
}
.contentitem3 {
	padding: 0 8px 0 18px;
	border-left: 1px dotted #333;
	background: url(../image/bgcomment.gif) no-repeat 6px center;
}
.contentitem4 {
	padding: 0 8px 0 18px;
	border-left: 1px dotted #333;
	background: url(../image/bgedit.gif) no-repeat 6px center;
}

/* @end */

/* @group Comment */
.comment-box {
	margin-bottom: 10px;
}

.comment-box:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.comment-box{display: inline-block;}
/* Hide MacIE \*/
* html .comment-box{height: 1%}
.comment-box{display: block;}
/* End hide MacIE */

.comment-box h3 {
	font-size: 0.8em;
	font-weight: normal;
	text-align: center;
	padding: 34px 0px 0px;
	background: url(../image/comment_ico.gif) no-repeat center 8px;
	float: left;
	clear: left;
	width: 60px;
}
div.comment-frame {
	background: url(../image/comment_bg_04.gif) no-repeat right bottom;
}
.comment-wrapper {
	width: 530px;
	float: left;
	clear: right;
}
.comment-txt {
	background: url(../image/comment_bg_01.gif) no-repeat left top;
	float: left;
	clear: right;
}
.comment-txt p {
	line-height: 1.4;
	margin: 0px 0px 0px;
}
.comment-txt p.cbody {
	padding: 10px 30px 4px;
	background: url(../image/comment_bg_02.gif) no-repeat right top;
}
.comment-txt p.date {
	color: #999;
	font-size: 0.8em;
	padding: 0px 30px 10px;
	background: url(../image/comment_bg_03.gif) no-repeat left bottom;
}

.commentform label {
	display: block;
}

.znsmiley_area {
	margin-top: 10px;
}
#znsm_ico_layer a {
	padding-right: 1px;
}
.znsmiley_pvhead {
	margin: 10px 0px;
	display: block;
}

/* @end */

ul.item-nav {
	margin: 30px 0px;
	padding: 10px 6px 5px;
	border-top: 1px dotted #333;
	border-bottom: 1px dotted #333;
}
ul.item-nav li {
	
}

/* @group Footer */
#foot-lnk {
	text-align: center;
	margin: 0px 0px 0px;
}
ul#foot-lnk li {
	padding: 0px 4px 0px 2px;
	background: none;
	border-right: 1px solid #333;
	display: inline;
}

#footer {
	color: #f0f6f2;
	background: #0b7733 url(../image/foot_bg.gif) repeat-x left top;
}
#footer a:link,
#footer a:visited {
	color: #fff;
}
#footer a:active,
#footer a:hover {
	color: #ff0;
	background-color: transparent;
}
#foot-wrapper {
	margin-top: 12px;
	padding-right: 175px;
	background: #0b7733 url(../image/foot_logo.gif) no-repeat right 50%;
}
div#foot-recommend {
	margin: 0px;
	padding: 0px 0px 0px 15px;
	background: transparent;
}

/* @end */
/* @end */

/* @group PAGE */

/* @group Toppage
 */

#head-reco {
	height: 301px;
	overflow: hidden;
}
#head-reco ul li {
	padding-left: 0px;
	background-image: none;
}
#reco-foot-bar {
	position: absolute;
	top: 291px;
	z-index: 3;
}

#recent-news,
#recent-blog {
	margin-top: 8px;
	float: left;
	_height: 166px;
	min-height: 166px;
}
#recent-news {
	width: 330px;
}
#recent-blog {
	width: 316px;
}

#recent-news h2,
#recent-blog h2 {
	padding: 0;
	background: none;
}
#recent-news ul,
#recent-blog ul {
	margin-left: 0px;
}
#recent-news li,
#recent-blog li {
	line-height: 1.2;
	margin-bottom: 4px;
	padding-left: 20px;
	background: url(../image/ico_li_leaf.gif) no-repeat 1px 2px;
}
#recent-news p,
#recent-blog p {
	margin: 10px 20px;
}

#reco-btn span {
	cursor: pointer;
}
#reco-banner {
	text-align: right;
	float: right;
	width: 170px;
}
#reco-banner ul {
	margin: 10px 0px 136px;
/* if not banner
	margin: 10px 0px 110px;
 */
}


#reco-banner li {
	padding: 0 10px 0 0;
	background: none;
}

/* @end */

/* @group Menu */

ul.menu-list {
	margin: 10px 0px 10px 30px;
}
ul.menu-list li {
	margin-bottom: 10px;
	padding-left: 0;
	background: none;
	clear: both;
}

ul.menu-list li ul {
	margin: 10px 0px;
}
ul.menu-list li li{
	margin-bottom: 4px;
	padding-left: 18px;
	background: url(../image/ico_li_choco.gif) no-repeat 0 1px;
}
/* @group menu clearfix */

ul.menu-list li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.menu-list li{display: inline-block;}
/* Hide MacIE \*/
* html ul.menu-list li{height: 1%}
ul.menu-list li{display: block;}
/* End hide MacIE */

/* @end */
.menu-txt {
	width: 350px;
	float: right;
}
.menu-txt h3 {
	margin: 20px 0px 15px;
	padding-left: 0;
	background: none;
}
.menu-txt h3 img {
	vertical-align: middle;
}
.menu-txt p {
	margin: 10px 0px 10px 0px;
}
.menu-txt li {
	margin: 4px 0px;
	padding-left: 0;
	background: none;
}
.price {
	font-size: 1.2em;
	font-weight: bold;
}
li#d-oset h3 {
	background: url(../image/ico_donuts_p.gif) no-repeat 0 14px;
}
li#d-kset h3 {
	background: url(../image/ico_donuts_k.gif) no-repeat 0 14px;
}
li#d-wset h3 {
	background: url(../image/ico_donuts_m.gif) no-repeat 0 14px;
}
li#d-oset h3 img,
li#d-kset h3 img,
li#d-wset h3 img {
	vertical-align: middle;
}

/* @group donuts title */
#d-plain h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 0px;
	width: 190px;
	height: 25px;
}
#d-kinako h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -25px;
	width: 190px;
	height: 25px;
}
#d-macha h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -50px;
	width: 190px;
	height: 25px;
}
#d-ykg h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -75px;
	width: 190px;
	height: 25px;
}
#d-kuromame h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -100px;
	width: 190px;
	height: 25px;
}
#d-kchoco h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -125px;
	width: 190px;
	height: 25px;
}
#d-ykgchoco h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -150px;
	width: 190px;
	height: 25px;
}
#d-kgschoco h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -175px;
	width: 190px;
	height: 25px;
}

#d-kokuto h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -200px;
	width: 190px;
	height: 25px;
}
#d-cocoa h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -225px;
	width: 190px;
	height: 25px;
}
#d-sccocoa h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -250px;
	width: 190px;
	height: 25px;
}
#d-kccocoa h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -275px;
	width: 190px;
	height: 25px;
}
#d-mchoco h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -300px;
	width: 190px;
	height: 25px;
}
#d-kinako-c h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -325px;
	width: 190px;
	height: 25px;
}
#d-coffee h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -350px;
	width: 190px;
	height: 25px;
}
#d-sesamin h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -375px;
	width: 190px;
	height: 25px;
}
#d-banana h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -400px;
	width: 237px;
	height: 25px;
}
#d-cofchoco h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -425px;
	width: 237px;
	height: 25px;
}
#d-cocobana h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -450px;
	width: 237px;
	height: 25px;
}
#d-schocof h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -475px;
	width: 237px;
	height: 25px;
}
#d-mameco h3 {
	background: url(../image/h3_donuts.gif) no-repeat 0 -500px;
	width: 237px;
	height: 25px;
}


#d-kurumi h3 {
	background: url(../image/h3_donuts.gif) no-repeat 72px -325px;
	width: 200px;
	height: 47px;
}

.menu-list h3 span {
	display: none;
}
/* @end */

/* @end */

/* @group Faq */

.faq {
	margin: 10px 0px 20px 30px;
}
.faq dt {
	font-size: 1.2em;
	border-bottom: 1px dotted #0b7733;
}
.faq dd {
	line-height: 1.5;
	margin: 4px 0px 20px;
}
.question {
	color: #0b7733;
	font-size: 1.2em;
	font-weight: bold;
}
.answer {
	color: #C7161E;
	font-size: 1.4em;
	font-weight: bold;
}

/* @end */
/* @end */


/* @group ID,CLASS */
.pagetop {
	text-align: right;
	margin-top: 20px;
}
.pagetop a {
	padding-left: 23px;
	background: url(../image/ico_leaf.gif) no-repeat 0 0;
}
a.lnk-frame {
	padding: 6px 4px;
	border: 1px dotted #008742;
	display: block;
}
a.lnk-frame:hover {
	padding: 6px 4px;
	border: 1px dotted #c7161e;
	display: block;
}

.illust-ico {
	vertical-align: middle;
}
.ico-donuts {
	padding-left: 33px !important;
	background: url(../image/ico_donuts.gif) no-repeat 2px 4px;
}
a.ico-donuts:hover {
	background: #fff9d8 url(../image/ico_donuts_on.gif) no-repeat 2px 4px;
}

/* @group list horizontal */
ul.h-list:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
ul.h-list{display: inline-block;}
/* Hide MacIE \*/
* html ul.h-list{height: 1%}
ul.h-list{display: block;}
/* End hide MacIE */

ul.h-list li {
	padding-right: 15px;
	float: left;
}
ul.lnk-list li {
	background: transparent url(../image/ico_r-ring.gif) no-repeat scroll 0pt 3px !important;
}
/* @end */

/* @group Column */

.column {
	border: 1px solid #0b7733;
	position: relative;
	margin: 20px 0px 20px 0px;
	padding: 0.8em 0 10px;
}
.column h2,
.column h3 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 0 10px;
	padding: 0px 6px 0px 32px;
	display: inline;
	position: absolute;
	top: -0.8em;
	left: 0px;
	background: #fff url(../image/ico_h3.gif) no-repeat 4px 60%;
}
.column p,
.column ul {
	margin: 10px 20px 0px;
}

/* @end */

.point {
	color: #c7161e;
}
.znsm_re {
	color: #0b7733;
}
.accent {
	font-size: 1.2em;
}
.note {
	font-size: 0.8em;
}
.marker {
	background: Moccasin;
}
.indent {
	margin-left: 30px !important;
}
ul.indent {
	margin-left: 34px !important;
}
/* @end */


/*---- DEBUG ----
	border: 1px solid red;
*/
