@charset "UTF-8";
/* ------------------------
SET DEFAULT reset browser settings
--------------------------- */
:link,:visited {
text-decoration:none;
}
html,body,div,
ul,ol,li,dl,dt,dd,
form,fieldset,input,textarea,
h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,
th,td {
margin:0;
padding:0;
}
h1,h2,h3,h4,h5,h6 {
font-size:100%;
font-weight:normal;
}
table {
border-spacing:0;
}
fieldset,img,abbr,acronym {
border:0;
}
address,caption,cite,code,dfn,em,strong,b,u,s,i,th,var {
font-style:normal;
font-weight:normal;
}
ol,ul {
list-style:none;
}
caption,th {
text-align:left;
}
q:before,q:after {
content:'';
}
a {
text-decoration:underline;
outline:none;
}
hr {
border:0;
height:1px;
color:#666;
background-color: #666;
margin: 10px auto 10px auto;
}
a img,:link img,:visited img {
border:none;
}
address {
font-style:normal;
}
/*---------------------*/
* {
padding: 0;
margin: 0;
}
img { border: none; }
form { margin: 0; }
/* ------------------------
FONTS and COLORS
--------------------------- */
body {
font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Verdana", "Arial", "Helvetica", sans-serif;
color: #333;
font-size: 100%;
}
#header { font-size: 0.8em; }
#content-path, #content-path a { color: ##666; font-size: 10px; }
#main-content { font-size: 0.9em; }
#main-menu { font-size: 1em; font-family: "Verdana", "Arial", "Helvetica", sans-serif;}
#footer-info { font-size: 0.8em; }
#copyright { font-size: 0.9em; font-family: Georgia, "Times New Roman", Times, serif; color: #666;}
#error { font-size: 0.9em; }
h1, h2, h3 {color: #000; font-weight: bold;}
h4, h5, h6 {color: #000; font-weight: bold;}
strong {
color: #000;
font-weight: bold;
padding: 0px 2px;
}
a:link { color: #0033CC; text-decoration: underline; }
a:visited { color: #6633CC; text-decoration: underline; }
a:hover { color: #0033CC; text-decoration: underline; }
a:active { color: #0033CC; text-decoration: underline; }
.caption { color: #000; font-size: 0.7em; }
.note { color: #666; font-size: 0.8em; font-weight: normal; }
.req { color: #666; font-size: 0.8em; }
.error { color: #F30; font-weight: bold;}
/* ------------------------
BACKGROUND
--------------------------- */
body { background: #fff; }
#container #header { background: url(../img/bg_header.gif) left top no-repeat; }
#container #content { background: #fff; }
#container #content #main-content { background: #fff; }
/* ------------------------
LAYOUT
--------------------------- */
#container {
position: relative; /* center on everything else */
height: auto;
width: 100%;
margin: 0 auto;
}
#header-inner,
#content-inner,
#footer-inner {
width: 780px;
margin: 0 auto;
height: auto;
}
#header {
clear:both;
position: relative;
width: auto;
}
*html #header {
height: 30px; /*for IE*/
}
#header-inner {
position: relative;
height: 30px;
border-bottom: 1px solid #9c3;
margin-bottom: 10px;
background-image: url(../img/ico_header-leaf.gif);
background-repeat: no-repeat;
}
#main-menu {
width: 100%;
height: 30px;
background-color: #9c3;
}
#main-menu-inner {
}
#content {
position: relative;
width: auto;
height: auto;
}
#content-inner {
}
#main-content {
width: 100%;
height: auto;
}
.layout-onecolumn #main-content {
margin-top: 15px;
}
#footer {
clear: both;
width: 100%;
height: auto;
}
#footer-inner {
margin-top: 20px;
border-top: 1px solid #9c3;
text-align: center;
}
/*-----------*/
#error {
margin: 2em auto 2em auto;
}
/*------COLUMNS-----*/
.layout-top #column-alpha {
	width: 250px;
	margin-right: 12px;
	height: auto;
	float: left;
	border: 1px solid #efefef;
}
.layout-top #column-beta {
	width: 250px;
	margin-right: 12px;
	height: auto;
	float: left;
	border: 1px solid #efefef;
}
.layout-top #column-gamma {
	width: 250px;
	height: auto;
	float: left;
	border: 1px solid #efefef;
}
.layout-shop #column-alpha {
	width: 250px;
	margin-right: 30px;
	height: auto;
	float: left;
}
.layout-shop #column-beta {
	width: 490px;
	height: auto;
	float: right;
}
.layout-blog #column-alpha {
	width: 460px; /*480-20*/
/*	margin-right: 40px;*/
	height: auto;
	float: left;
}
.layout-blog #column-beta {
	width: 250px;
	height: auto;
	float: right;
}
/* ------------------------
PARAGRAPH and 
--------------------------- */
p {
	margin-bottom: 1em;
}
/* padding */
#main-content p,
#main-content dl,
#main-content ul,
#main-content ol,
#main-content table {
	line-height: 1.5;
}
/* ------------------------
HEADER
--------------------------- */
#header h1#title {
	padding-left: 30px;
	padding-top: 10px;
	float: left;
}
#header #header-link {
	padding-top: 10px;
	float: right;
}
/* ------------------------
MAIN MENU
--------------------------- */
.layout-top #main-menu {
	margin-bottom: 10px;
}
#main-menu ul#main-menu-list {
	padding: 4px 10px;
	color: #fff;
	height: 22px; /*30-4x2*/
}
#main-menu ul#main-menu-list li {
	display: block;
	float: left;
	margin-right: 20px;
	list-style: none;
}
#main-menu ul#main-menu-list li a,
#main-menu ul#main-menu-list li a:hover {
	display: block;
	color: #fff;
	text-decoration: none;
}
#main-menu ul#main-menu-list li a:hover {
	border-bottom: 2px solid #fff;
}
#main-menu ul#main-menu-list li.selected a {
	text-decoration: none;
	border-bottom: 2px solid #fff;
}
/* ------------------------
CONTENT PATH
--------------------------- */
#content-path {
	height: 14px; /*20-3*2*/
	padding: 3px 10px;
	margin-bottom: 10px;
}
/* ------------------------
PAGE HEADER
--------------------------- */
#page-header {
	padding-left: 10px;
	margin-bottom: 20px;
	height: 50px;
}
.layout-blog #page-header {
	background-image: url(../img/bg_blog-header.gif);
/*	background-image: url(../img/bg_blog-header_christmas.gif);*/
	background-repeat: no-repeat;
	height: 120px;
	border: 1px solid #9c3;
}
.layout-blog #page-header #page-title {
/*	padding: 10px;*/
}
.layout-blog #page-header #page-title h2 {
	color: #9c3;
	font-size: 1.4em;
}
.layout-blog #page-header #page-title span.copy {
	font-size: 1em;
	display: block;
	color: #9c3;
}
.layout-blog #page-header #page-title span {
	font-size: 0.8em;
	padding-top: 10px;
	display: block;
	width: 370px;
	line-height: 1.5;
	color: #666;
}
/* ------------------------
COLUMNS
--------------------------- */
#column-alpha .shop-pic,
#column-beta .shop-pic,
#column-gamma .shop-pic {
	width: 250px;
	height: 250px;
	margin-bottom: 20px;
}
#column-alpha .shop-news,
#column-beta .shop-news,
#column-gamma .shop-news {
	width: 230px;
	height: auto;
	padding: 0 10px;
}
#column-alpha .shop-news dl,
#column-beta .shop-news dl,
#column-gamma .shop-news dl {
	margin-top: 0.5em;
	margin-bottom: 1em;
}
#column-alpha .shop-news dl dt,
#column-beta .shop-news dl dt,
#column-gamma .shop-news dl dt {
	margin-top: 0.5em;
	color: #9c3;
	font-size: 0.9em;
}
#column-alpha .shop-news dl dd,
#column-beta .shop-news dl dd,
#column-gamma .shop-news dl dd {
	margin-bottom: 1em;
}
#column-beta .shop-text h3 {
	margin-top: 30px;
	margin-bottom: 1em;
}
#column-beta .shop-text dl {
	margin-top: 0.5em;
	margin-bottom: 1em;
	width: auto;
}
#column-beta .shop-text dl.menu dt {
	background: url(../img/ico_circle-gray.gif) left center no-repeat;
	padding-left: 15px;
	font-weight: bold;
}
#column-beta .shop-text dl.menu dd {
	padding-left: 15px;
}
#column-beta .shop-info h3 {
	margin-top: 30px;
}
#column-beta .shop-info dl.info {
	border: 1px solid #960;
	padding: 10px;
	min-height: 240px;
}
#column-beta .shop-info dl.info dt {
	font-weight: bold;
	float: left;
}
#column-beta .shop-info dl.info dt.smaller,
#column-beta .shop-text dl.menu dt.smaller {
	font-size: 0.75em;
}
#column-beta .shop-info dl.info dd {
	margin-bottom: 0.5em;
	margin-left: 4em;
}
.layout-top #column-alpha h2,
.layout-top #column-beta h2,
.layout-top #column-gamma h2 {
	padding-left: 10px;
	margin-bottom: 20px;
	height: 50px;
}
/* button */
.layout-top #column-alpha .button a,
.layout-top #column-beta .button a,
.layout-top #column-gamma .button a {
display: block;
margin: 0 1em 1em auto;
text-indent: -9999px;
width: 80px;
height: 20px;
}
.layout-top #column-alpha .button a:hover,
.layout-top #column-beta .button a:hover,
.layout-top #column-gamma .button a:hover {
width: 80px;
height: 20px;
}
.layout-top .shop-pic a {
display: block;
width: 250px;
height: 250px;
text-indent: -9999px;
}
.layout-top .shop-pic#pic-soba a {
background:url(../img/pic_soba-main.jpg) no-repeat;
}
.layout-top .shop-pic#pic-soba a:hover {
background:url(../img/pic_soba-main_on.jpg) no-repeat;
}
.layout-top .shop-pic#pic-cafe a {
background:url(../img/pic_cafe-main.jpg) no-repeat;
}
.layout-top .shop-pic#pic-cafe a:hover {
background:url(../img/pic_cafe-main_on.jpg) no-repeat;
}
.layout-top .shop-pic#pic-class a {
background:url(../img/pic_class-main.jpg) no-repeat;
}
.layout-top .shop-pic#pic-class a:hover {
background:url(../img/pic_class-main_on.jpg) no-repeat;
}
.layout-top .button.soba a,
.layout-top .button.cafe a {
background:url(../img/btn_gotoshop_off.gif) no-repeat;
}
.layout-top .button.soba a:hover,
.layout-top .button.cafe a:hover {
background:url(../img/btn_gotoshop_on.gif) no-repeat;
}
.layout-top .button.class a {
background:url(../img/btn_gotoclass_off.gif) no-repeat;
}
.layout-top .button.class a:hover {
background:url(../img/btn_gotoclass_on.gif) no-repeat;
}
/* ------------------------
CONTENT FOOTER
--------------------------- */
a#pagetop {
display: block;
text-align: right;
font-size: 0.8em;
padding: 1em;
}
/* ------------------------
FOOTER
--------------------------- */
#footer-info ul {
margin-left: 10px;
padding-top: 4px;
}
#footer-info ul li {
float: left;
display: block;
padding-right: 10px;
}
#copyright {
clear: both;
}
#copyright span {
}
/* ------------------------
BLOG
--------------------------- */
#column-alpha .entry-asset .asset-header .entry-title {
	border-bottom: 1px dotted #666;
	color: #666;
	padding: 5px;
}
#column-alpha .entry-asset .asset-header .entry-title a {
	text-decoration: none;
}
#column-alpha .entry-asset .asset-header .asset-meta {
	padding: 10px;
	text-align: right;
}
#column-alpha .entry-asset .asset-content {
	padding: 10px;
}
#column-alpha .entry-asset .asset-footer {
	padding: 10px;
	text-align: right;
}
#column-beta .widget .widget-header {
	background-image: url(../img/ico_widget-leaf.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border-bottom: 1px dotted #9c3;
	padding-left: 30px;
	color: #666;
	font-size: 1em;
	height: 26px;
	margin-bottom: 10px;
}
#column-beta .widget .widget-content {
	padding: 10px;
	font-size: 0.8em;
}
/* Profile Widget */
.widget-profile .widget-content {
	font-size: 0.7em;
}
/* Calendar Widget */
.widget-calendar .widget-content table {
 font-size: 1em;
	border-collapse: collapse;
}
.widget-calendar .widget-content table td,
.widget-calendar .widget-content table th {
	border: 1px solid #9c3;
	padding: 2px;
	text-align:right;
}
