/*  
Theme Name: Kemuri-ya09
Theme URI: http://kemuri-ya.com
Description: kemrui-ya & Flower 
Version: 1.0
Author: Designer SHIHO
Author URI: http://kemuri-ya.com
*/


body {
	font-family:Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size:small;
	color: #231401;
	background-color: #CCCCCC;
}

#container {
	width:820px;
	margin:0px auto 0 auto;
	background-color: #FF9A02;
	background-image: url(img/flower-rogo.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	border-right-width: 10px;
	border-left-width: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#header {
	height:260px;
	background-image: url(img/kemuriya-rogo.jpg);
	background-repeat: no-repeat;
	padding-top: 3px;
	text-align: right;
}
#header a:link,
#header a:visited {
	color: #4C2E01;
	text-decoration: none;
}
#header a:hover,
#header a:active {
	color: #FFFFFF;
	text-decoration:underline;
}


#header .welcome {
	font-size: 14px;
	font-weight: bold;
	color: #4C2E01;
	margin-top: 40px;
	margin-left: 300px;
	text-align: left;
}
#header #kemuri-ya {
	font-size: 29px;
	color: #4C2E01;
	font-weight: bold;
	margin-top: 15px;
	text-align: center;
	margin-left: 300px;
	background-image: url(img/kemuriya-flower.jpg);
	background-repeat: no-repeat;
	background-position: center 40px;
	height: 90px;
}
#header h1 {
	font-size:12px;
	display: inline;
	font-weight: normal;
}

#header h1 a:link,
#header h1 a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

#header h1 a:hover,
#header h1 a:active {
	color:#FFFFFF;
	text-decoration:underline;
}

#description {
	font-weight: normal;
	display: inline;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 10px;
}

#main {
	clear: both;
}
#index-photo {
	text-align: center;
	margin-bottom: 20px;
}

/* ARTICLES */
h2.cate {
	font-size:14px;
	padding-left: 35px;
	margin-left: 38px;
	background-image: url(img/list.jpg);
	background-repeat: no-repeat;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFB544;
	background-position: 15px 15px;
	margin-right: 13px;
	padding-bottom: 5px;
	color: #FFE4AC;
}

.post {
	line-height:1.5em;
	padding:0;
}

.post ul, .post ol {
	margin-top: 10px;
	margin-right: 0;
	margin-bottom: 10px;
	padding-left: 15px;
	margin-left: 10px;
}

.post h2 {
	font-size:20px;
	background-image: url(img/h2back.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding-top: 14px;
	padding-right: 0;
	padding-left: 66px;
	margin-right: 13px;
	margin-bottom: 0px;
	line-height: 23px;
	height: 30px;
}

.post h2 a:link, .post h2 a:visited,
.post-index a:link, .post-index a:visited {
	color:#242400;
	text-decoration:none;
}

.post h2 a:hover,
.post-index a:hover {
	color:#FFFFFF;
}

.post a:link,
.post a:visited {
	color:#CC0000;
	font-weight:bold;
}

.post h2 a {
	background-color: #FF9A02;
	padding-right: 20px;
}


.post-content {
	padding: 10px 30px 30px 30px;
	border-color: #FFE6BE;
	border-style:solid;
	border-width:0 1px 1px 1px;
	margin-right: 13px;
	margin-left: 35px;
	margin-bottom: 35px;
}
.post-content p {
	margin-bottom: 1em;
}
.h2sub{
	font-size:16px;
	padding-left: 8px;
}

blockquote {
   background:#eee;
   padding:10px;
   margin:5px 0 5px;
   border-top:1px solid #ddd;
   border-bottom:1px solid #ddd;
}

.postmetadata {
	margin:0px 0 30px 35px;
	padding:0px;
	font-size:9px;
	color: #FFFFFF;
}

.postmetadata a:link {
	text-decoration:none;
}

.postmetadata a:hover, .postmetadata a:visited {
	color:#FFFFFF;
}

#signature {
   margin:30px 0 0 0;
   font-size:0.8em;
   color:#999;
}

#signature a:link {
   color:#777;
   font-weight:bold;
   text-decoration:none;
}

/* SIDEBAR */


#searchform {
	margin-bottom: 1em;
}

#s {
	background:#DFEFFF;
	border:1px solid #FFF;
	width:80px;
}

#searchsubmit {
   background:transparent;
   border:none;

   color:#FFF
}

#sidebar {
	width: 160px;
	margin: 20px 0 0 0;
	padding: 0px;
	float: right;
	font-weight:bold;
}

#sidebar ul {
	margin:0 0 0 0px;
	padding: 0px;

}

#sidebar li {
	list-style-type:none;
	background-image: url(img/list.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 0px 12px;
}
#sidebar li li{
	list-style-type:none;
	background-image: url(img/list2.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	background-position: 0px 12px;
}
#sidebar h2 {
   font-size:10px;
   color:#83ABBF;
   margin-top:10px;
   font-weight:normal;
}

#sidebar a:link, #sidebar a:visited {
	color:#362100;
	text-decoration:none;
}

#sidebar a:hover {
   color:#FFFFFF;
   text-decoration:underline;
}



/* PIED DE PAGE */

#footer {
	width:780px;
	height:110px;
	color:#4C2E01;
	padding-top: 40px;
	clear: both;
}

#footer a:link, #footer a:visited {
   color:#888;
   font-weight:bold;
   text-decoration:none;
}

#footer a:hover {
   color:#000;
   background-color:#D1E5EF;
}

/* COMMENTS */


textarea#comment {
   margin:10px;
   width:350px;
}

#commentform input {
   margin:0 10px;
   width:200px;
}

ol.commentlist {
   background:#EEE;
   width:430px;
   padding:10px;
}

ol.commentlist a:link, ol.commentlist a:visited {
   text-decoration:none;
   color:#6B7D8F;
   font-weight:bold;
}

ol.commentlist a:hover {
   background:#EFDFB3;
}

ol.commentlist li {
   margin:0 0 20px 20px;
   font-size:0.9em;
}

#commentform label {
	font-size:0.8em;
	color:#FFFFFF;
}
#menu {
	margin-left: 180px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFCA7B;
	height: 40px;
	margin-right: 10px;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 1px;
	padding-left: 0;
}
#menu li {
	font-size: 9px;
	float: left;
	list-style-type: none;
	background-image: url(img/list.jpg);
	background-repeat: no-repeat;
	background-position: left 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-left: 0px;
}
#menu a:link,
#menu a:visited {
	color: #362100;
	text-decoration:none;
}
#menu a:hover {
	color: #FFFFFF;
	text-decoration:none;
}
#menu li a {
	display: block;
	text-align: center;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 2px;
	height: 28px;
	background-position: center bottom;
	background-repeat: no-repeat;
}
#menu strong {
	font-size: 17px;
	font-weight: bold;
}
#menu .current-cat a {
	border-bottom-width: 8px;
	border-bottom-style: solid;
	border-bottom-color: #FFCA7B;
}
#menu .home a {
	background-image: url(img/b_home.jpg);
	width: 60px;
}
#menu .home a:hover {
	background-image: url(img/b_home_f2.jpg);
}
#menu .cat-item-79 a {
	background-image: url(img/b_course.jpg);
	width: 98px;

}
#menu .cat-item-79 a:hover {
	background-image: url(img/b_course_f2.jpg);
}
#menu .cat-item-3 a {
	background-image: url(img/b_menu.jpg);
	width: 65px;
}
#menu .cat-item-3 a:hover {
	background-image: url(img/b_menu_f2.jpg);
}
#menu .cat-item-4 a {
	background-image: url(img/b_flloor.jpg);
	width: 65px;
}
#menu .cat-item-4 a:hover {
	background-image: url(img/b_flloor_f2.jpg);
}
#menu .cat-item-5 a {
	background-image: url(img/b_access.jpg);
	width: 75px;
}
#menu .cat-item-5 a:hover {
	background-image: url(img/b_access_f2.jpg);
}
#menu .cat-item-80 a {
	background-image: url(img/b_contact.jpg);
	width: 95px;
}
#menu .cat-item-80 a:hover {
	background-image: url(img/b_contact_f2.jpg);
}

#footer .time {
	margin-left:20px;
	font-size: 14px;
	font-weight: bold;
	float: left;
	margin-bottom: 14px;
}
#footer h2 {
	float: left;
	font-size: 14px;
	height: 30px;
	margin-left: 25px;
	width: 60px;
}
#footer .address {
	width: 420px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFCA7B;
	clear: left;
	margin-left: 15px;
	padding-top: 5px;

	line-height: 1.6;
	padding-left: 5px;
	color: #362100;
}
.tel {
	font-size: 16px;
	font-weight: bold;
}
.s {
	font-size: 10px;
}
#main-content h3 {
	font-size: 16px;
	margin-top: 2em;
}
#main-content h3#comments {

	margin:10px;
	font-size:12px;
}


#main .comment-box {
	margin-left: 150px;
}
#main #commentform {
	margin-left: 30px;
}
#main h4 {
	margin-bottom: 8px;
	font-size: 12px;
}
.comment-box p {
	margin-bottom: 0.8em;
}

.b_map{
	background-color:#ffff66;
	border-width: 2px;
	border-style: solid;
	border-color: #990000;
	padding: 8px;
	font-size:14px;
}
.foodbox {
	border-style:none;
	line-height: 1.1;
	margin-top: 30px;

}

.foodbox ul {
	margin-left: 0px;
}
.foodbox li ul li {
	text-align: right;
	margin-top: -0.5em;
	list-style-type: none;
	color: #CC0000;
	margin-right: 50px;
}
#main-content .foodmenu {
	margin-left: 40px;
	margin-bottom: 12px;
}
#main-content .foodmenu li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 16px;
	font-weight: bold;
	background-image: url(img/foodmenu.gif);
	background-repeat: no-repeat;
	padding-left: 18px;
	background-position: 0px 3px;
}
#main-content .foodmenu a:link,
#main-content .foodmenu a:visited {
	text-decoration:none;
	color: #990000;
}
#main-content .foodmenu a:hover {
	text-decoration:underline;
	color: #FFFFFF;
}

#main-content {
	width: 650px;
	float: left;
}
.post p.date {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 530px;
	font-weight: bold;
	position: absolute;
	font-size: 9px;
}

#sidebar .tel-icon,
#sidebar .cake-icon {
	border: 1px solid #FFCA7B;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-right: 15px;
	margin-bottom: 10px;
}
#sidebar .tel-icon a {
	display: block;
	background-image: url(img/mail.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-top: 15px;
	margin-top: 10px;
	width: 60px;
	margin-right: auto;
	margin-left: auto;
}
#sidebar .cake-icon {
	margin-top: 15px;
}
#sidebar .cake-icon img {
	border: 0px;
}
#sidebar ul ul {
	padding-top: 5px;
}
#main-content .cate strong {
	font-size: 26px;
	padding-right: 5px;
	text-transform: uppercase;
}
.msgo li{
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
img.alignright{
	float:right;
	margin-left:10px;
	border:0px;
}
ul.drink{
	float:left;
	margin-left:5px;
	margin-bottom:0px;
	padding:0 20px 0px 20px;
}
ul.drink ul{
	margin:0 0 0 5px;
	padding:0 20px 0px 10px;
}
p.drink{
	clear:left;
	margin-bottom:-15px;
	margin-top:0px;
}

