/* Body */

body
{
    background: url(./img/pagebg.gif);
    font: 80% verdana;
}

*
{
    margin: 0;
    padding: 0;
}


/* Wrapper */

#wrap
{
    background: #000000 url(./img/wrapbg3.jpg) repeat-x;
    width: 800px;
    height: auto;
    margin: 0px auto;
    overflow: hidden;
}

/* Tags */

blockquote
{
    border: 1px solid #dadada;
    font-size: 0.9em;
    margin: 20px 10px;
    padding: 8px;
}

blockquote p
{
    padding: 2px 0;
    margin: 0;
    font-weight: bold;
}

p
{
    display: block;
margin:0;
padding:0;
}

ul, ol, dl
{
    font-size: 0.9em;
    margin: 2px 0 16px 35px;
}

ul ul, ol ol
{
    margin: 4px 0 4px 35px;
}

code
{
    font-size: 1.1em;
    background-color: #f4f4f4;
    color: #555;
    display: block;
    margin: 5px 0 15px 0;
    padding: 5px 5px 5px 7px;
    border: 1px solid #ccc;
}



/* Links */

a
{
    color: #900;
    font-weight: bold;
    text-decoration: none;
}
a:hover
{
    font-weight: bold;
    text-decoration: underline;
}

img
{
    border: 0;
    clear: both;
    z-index: 999;
}

a img
{
    border: 0;
    clear: both;
    z-index: 999;
}

hr
{
    text-align:center;
    width:560px;
    margin:10px;
    color: #000;
}

/************header************/
#headerbg
{
    width: 800px;
    height: 196px;
    padding: 0px;
}
#header
{
    width: 800px;
    height: 196px;
    background: url(./img/head.jpg);
    margin: 0px 0px 7px 0px;
}
#header a
{
    color: #222;
    text-decoration: none;
}
#header a:hover
{
    color: #333;
    text-decoration: none;
}

#toplinks
{
    padding: 5px 2px 2px 3px;
    text-align: right;
}



/* Headers */

#header h1
{
    font-family: verdana,arial, helvetica,sans-serif;
    font-size: 0.5em;
    font-weight: bolder;
    letter-spacing: -4px;
    line-height:1em;
    color: #000;
    text-align: left;
    text-transform:uppercase;
}
#header h2
{
    font-family: verdana, arial,sans-serif;
    font-size: 0.2em;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-top: 0;
    margin-left: 0px;
    padding-bottom: 0px;
}
#content h2
{
    font-family: verdana, arial, sans-serif;
    font-size: 1em;

    text-align: left;
    margin: 0px 0px 0px 0px;
    color: #FFF;
}
#content h3
{
    font-size:1em;
    font-weight:bold;
    color:#FFF;
}

table#wp-calendar
{
    text-align:center;
    font-size:11px;
    width: 160px;
    margin: 10px 0 30px 0;
    line-height:140%
}
table#wp-calendar caption
{
    text-align: left;
    color: #fff;
    font-size: 1em;
    text-transform:uppercase;
    letter-spacing: -1px;
    margin: 0px;
    padding: 10px 2px 0px 5px;
}
table#wp-calendar th
{
    font-weight:normal;
}
table#wp-calendar a
{
    color:#85240e;
    text-decoration: underline;
}
table#wp-calendar a.white
{
    color:#fff;
    text-decoration: none;
}


/************topmenu************/

#topmenu
{
    background: #000 url(./bilder/gmenu.jpg) repeat-x top center;
    width: 850px;
    height:27px;
    border: 1px solid #333;
    margin: 0px 0px 7px 0px;
}
#topmenu ul
{
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}
#topmenu li
{
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
}
#topmenu a
{
    border-right: 1px solid #333;
    color: #555;
    display: block;
    font-size: 0.7em;
    padding: 4px 10px 6px;
    text-transform: uppercase;
}
#topmenu a:hover, #topmenu li.current_page_item a, #topmenu a.active
{
    background: url(./bilder/gmenuhover.jpg) top center repeat-x;
    color: #111;
    text-decoration: none;
}

/* Sidebar */

#sidebar
{
    float: left;
    width: 168px;
    margin: 0px;
    padding: 5px;
    background: transparent;
    font-size: 0.9em;
    color: #FFF;
    margin-left:7px;
}

*html #sidebar
{
    float: left;
    width: 163px;
    margin: 0px;
    padding: 5px;
    background: transparent;
    font-size: 0.9em;
    color: #FFF;
     margin-left:7px;
}
#sidebar h2
{
    font-family: verdana, Arial, Helvetica, Sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    margin:3px 10px 9px 0px;
}
#sidebar p, #sidebar ul, #sidebar .textwidget
{
    margin: 0 0 15px 0;
}
#sidebar li
{
    list-style: none;
    margin: 0 0 6px;
}
#sidebar li a
{
    font-size: 1.2em;

    padding: 2px;
    color: #85240E;
}
#sidebar li a:hover
{
    font-size: 1.2em;

    padding: 2px;
}
#sidebar ul ul
{
    margin: 5px 0 5px 10px;
}
#sidebar ul ul li
{
    margin: 0 0 5px;
}
#sidebar ul ul li a
{
    font-weight: bold;
}



/* Content */

#content_head
{
    float: right !important;
    width: 583px;
    height:10px;
    margin-right: 8px;
    background-image: url(./img/bg01.gif);
}

#content_bg
{
    float: right;
    width: 583px;
    overflow: visible;
    display: block;
}

#content
{
    float: right !important;
    width: 595px;
    overflow: visible;
    display: block;
    background:#000;
}
#content p
{
    font-family: verdana, "Lucida Sans" , arial, sans-serif;
     color: #000;
    line-height: 140%;
}
*html #content p
{
    font-family: verdana, "Lucida Sans" , arial, sans-serif;
    color: #000;
    line-height: 140%;
}
#content p.timestamp
{
    font-size: 0.9em;
    color:#555;
    margin: 0 0 0 10px;
}
#content p.timestamp a
{
    font-weight: normal;
}
#content h4
{
    color: #555;
    font-family: Verdana, "Lucida Sans" , Arial, Sans-Serif;
    font-size: 1.1em;
    font-weight: bold;
}
#content ul, #content ol
{
    margin: 0 0 18px 10px;
    padding: 0 0 0 0px;
    color:#000;
    font-size: 12px;
}
#content ul li, #content ol li
{
    margin: 0 0 3px;
}
#content ul ul, #content ol ol
{
    margin: 5px 0 5px 15px;
}
#content img
{
    clear:right;
}
#content img.left
{
    float: left;
    clear:left;
}
#content img.sub{
    margin:8px 0px;
}
#content img.sub02{
    margin-bottom:8px;
}
#content img.sub03{
    float:left;
}
#content #postnav
{
    padding: 10px 5px;
}

#content #postnav p
{
    margin: 0;
    padding-left: 5px;
    width:560px;
}

#content #postnav p.right
{
    text-align: right;
    padding-right: 5px;
    margin-top: -18px;
}

/* Comments */

#content div.comment
{
    margin-bottom: 15px;
    border: solid 1px #555;
}
#content div.comment p
{
    margin: 0 0 0px 10px;
}

#commentsection p
{
    margin: 0 0 0 10px;
}
#commentsection input, #commentsection textarea
{
    padding: 2px;
    width: 250px;
}
#commentsection textarea#comment
{
    width: 300px;
}
#commentsection input#submit
{
    width: 75px;
    color: #333;
    background-color: #fff;
}
#commentsection input, #commentsection textarea, form div.searchbox input
{
    font: 94% Verdana,Tahoma,Arial,sans-serif;
    border: 1px solid #ccc;
}

/* Footer */

#footer
{
    float: right;
    width: 500px;
    padding: 5px;
    font-size: 1em;
    clear: both;
    display: block;
    color: #FFF;}
#footer a
{
    color: #FFF;
}


/* Float fix */

.contenttext
{
    width:584px;
    overflow: hidden;
}

* html .contenttext
{
    height: 1px;
    overflow: visible;
}

.contenttext p
{
    padding: 0 10px;
    overflow: hidden;

}
* html .contenttext p
{
    overflow: hidden;

}



/* Searchbox */

.searchbox
{
    margin: 8px 0 15px 10px;
}

.searchbox label
{
    display: none;
}

.searchbox input
{
    font-size: 0.9em;
    padding: 5px;
    width: 110px;
    border: 1px solid #ccc;
}



/* Other */

.post
{
    margin: 0 0 15px;
}

.textright
{
    text-align: right;
}

.textcenter
{
    text-align: center;
}

.hide
{
    display: none;
}

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* 見出し **********************************************/
#about dl {
	background-image:url(img/date_bg.gif);
	background-repeat:no-repeat;
	clear:both;
	font-size:80%;
	height:24px;
	margin:0 0 0 6px;
	width:570px;
}

#about dt {
	color:#A12D13;
	float:left;
	font-size:120%;
	font-weight:bold;
	padding:2px 0 0 32px;
	text-align:left;
width:443px;
}

#about dd {
	color:#A12D13;
	float:right;
	font-weight:bold;
	padding:2px 0 0;
	text-align:right;
	width:95px;
}

.margin {
	margin-top:10px;
}

/*バックグラウンド*/
#bg{
	width:584px;
	background-image:url(img/bg02.jpg);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:15px;
}
* html #bg{
        overflow:hidden;
}
*+html #bg{
        overflow:hidden;
}
#bg h2, h3{
	width:393px;
	padding:2px 0 0 0;
	float:left;
}
#bg .naka_top
{
    margin:15px 0;
    text-align:center;
    width:580px;
}

#bg .naka_top a
{
    color:#0000FF;
    font-weight: bold;
}

.tate{/* 縦の写真 */
	margin-top:5px;
	width:240px;
	height:320px;
}
.yoko{/* 横の写真 */
	margin-top:5px;
	width:320px;
	height:240px;
}
#bg dl{
	width:570px;
	height:24px;
	background-image:url(img/date_bg.gif);
	background-repeat:no-repeat;
	margin-left:6px;
}
#bg dt{
	width:393px;
	float:left;
	text-align:left;
	padding:2px 0 0 32px;
	font-weight:bold;
	color:#b42d00;
}
#bg dd{
	width:145px;
	float:right;
	font-weight:bold;
	color:#b42d00;
	padding:2px 0 0 0;
	text-align:right;
}
/* 求人 */
#form2{
	margin:19px 0 370px 112px;
	font-weight:bold;
}





/* 店舗情報 **********************************************/
#about{
	width:584px;
	background-image:url(img/bg02.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:15px;
	text-align:left;
}
#about p{
	text-align:center;
	font-size:12px;
	line-height:120%;
	margin:7px 10px 0 10px;
	color:#000;
	text-align:left;
}
.about_info{
	float:left;
	text-align:left;
	line-height:150%;
	margin-top:10px;
}

.about_text{
	float:left;
	width:300px;
	height:171px;
	text-align:left;
}
.about_text p{
	font-size:12px;
	line-height:120%;
	color:#000;
	margin:7px 0 0 0;
}
.about_logo {
	float:left;
margin:10px 5px 0 10px;

	padding:0;
	vertical-align:top;
}
.about_image{
	margin:10px 0 0 5px;
	clear:both;
}
.about_click{
	text-align:center;
	color:#a12d13;
	font-size:20px;
margin-bottom:10px;
}

.about_text_m{
	float:left;
	font-size:90%;
	text-align:left;
	height:22px;
	margin:8px 0 0 10px;
	color:#000;
width:370px;
}
.about_text2{
	float:left;
	text-align:left;
	color:#000;
width:370px;
}
.about_text2 ul{
	list-style: none;
	color:#000;
}


/* 店舗写真 **********************************************/
#image_area {
	width:580px;
}

#image_area p {
	clear:both;
	font-size:14px;
	font-weight:bold;
}
.photo_title {
	height:24px;
	width:562px;
	font-weight:bold;
	margin:8px 0 2px 12px;
}

.photos {
	height:208px;
	width:560px;
	margin-left:10px;
}
.photos_left {
	float:left;
}
.photos_right {
	float:right;
}
#qr{
margin-left:15px;
}


/* 職人プロフィール **********************************************/
#bg2{
	width:584px;
	background-image:url(img/bg02.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:15px;
}
.profile{
	width:584px;
	background-image:url(img/bg02.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:15px;
}
.profile_text{
	float:left;
	width:390px;
	overflow:auto;
	text-align:left;
padding-bottom:1px;
}
.profile_text p{
	font-size:12px;
	line-height:150%;
	color:#000;
	margin:3px 0 0 0;
	font-weight:bold;
}
.profile_text2{
	float:left;
	width:390px;
	height:240px;
	text-align:left;
}
.profile_text2 p{
	font-size:12px;
	line-height:150%;
	color:#000;
	margin:3px 0 0 0;
	font-weight:bold;
}

.profile_image{
	float:left;
	padding:10px 10px 0 10px;
	vertical-align:top;
}
.red{
	color:#ad3000;
}
.workman_name{
	padding:5px 0 3px 0;
}

/* イベント情報 */

.event_name{
padding:5px 0 0 0;
margin:0;

}

.event{
	width:584px;
	background-image:url(img/bg02.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:5px;
}
.event_bg01{
	width:584px;
	background-image:url(img/event_bg01.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:5px;
}
.event_bg02{
	width:584px;
	background-image:url(img/event_bg02.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:5px;
}.event_text{
	float:left;
	width:400px;
	text-align:left;
}
.event_text p{
	font-size:12px;
	line-height:150%;
	color:#000;
	margin:10px 0 0 0;
	font-weight:bold;
}

.event_image{
	float:left;
	padding:10px 10px 0 10px;
	vertical-align:top;
}

.event_text2{
	float:left;
	width:400px;
	height:70px;
	text-align:left;
	padding:10px 0 0 10px;
}
.event_text2 p{
	font-size:12px;
	line-height:150%;
	color:#000;
	margin:3px 0 0 0;
	font-weight:bold;
}
.event_image2{
	float:left;
	padding:10px 0 0 0;
	vertical-align:top;
}
/* イベントページ追加 */
.price_a{
	font-size:37px;
                     line-height:120%;
	font-weight:bold;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	color:#ad3000;
	margin:95px 0 0 230px;
}
.price_b{
	font-size:37px;
                     line-height:120%;
	font-weight:bold;
	position:absolute;
	font-family:"Times New Roman", Times, serif;
	color:#ad3000;
	margin:78px 0 0 230px;
}

.price2{
	font-size:20px;
                     line-height:120%;
	font-weight:bold;
	position:relative;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#ad3000;
}
.big{
	font-size:32px;
	line-height:120%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro";
}
/* イベントページ追加ここまで */


/*============================
2010年11月イベントページ専用css
=============================*/

/* 1段目BG */
#event1007_01{ /* 11月使用 */
	width:583px;
	height:669px;
	background-image:url(img/eventBg01.jpg);
	background-repeat:no-repeat;
	text-indent:-999em;
	margin-top:8px;
	clear:both;
}

#bg3{ /* 11月使用 鍋コースBNR */
	width:583px;
	background-image:url(img/bg3.gif);
	background-repeat:repeat-y;
	overflow:auto;
	padding-bottom:5px;
	clear:both;
}


#event1007_01bg{
	width:583px;
	height:130px;
	background-image:url(img/1007_event01bg.gif);
	background-repeat:no-repeat;
	padding-top:10px;
}

/* 2段目BG */
#event1007_02{ /* 11月使用 */
	width:583px;
	height:292px;
	background-image:url(img/eventBg02.jpg);
	background-repeat:no-repeat;
	text-indent:-999em;
}



#event1007_02bg{
	width:583px;
	height:130px;
	background-image:url(img/1007_event02bg.gif);
	background-repeat:no-repeat;
	padding-top:10px;
}

/* 3段目BG */
#event1007_03{
	width:583px;
	height:94px;
	background-image:url(img/1007_event03.gif);
	background-repeat:no-repeat;
	text-indent:-999em;
}
#event1007_03bg{
	width:583px;
	height:130px;
	background-image:url(img/1007_event03bg.gif);
	background-repeat:no-repeat;
	padding-top:10px;
}
#event1007_04bg{
	width:583px;
	height:166px;
	background-image:url(img/1007_event04bg.gif);
	background-repeat:no-repeat;
	padding-top:70px;
	margin-top:-12px;
}

.red_bg{
	background-color:#ff0000;
	width:67px;
	height:18px;
	text-align:center;
	color:#ffffff;
	margin:5px 0 0 33px;
}
.red_bg02{
	background-color:#ff0000;
	width:80px;
	height:18px;
	text-align:center;
	color:#ffffff;
	margin:5px 0 0 327px;
}

.red1007 { /* 金額文字 */
	color:#ff0000!important;
	font-weight:bold;
	font-size:30px;
	margin:-10px 0 0 35px;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho"!important;
}
.red1007b { /* 金額文字 */
	color:#ff0000!important;
	font-weight:bold;
	font-size:30px;
	margin:0 0 0 0;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho"!important;
}


/*==================
値段
====================*/
.price_1007{
	font-size:45px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#ff0000;
}
/*==================
1段目
====================*/
.big1007a{
	font-size:20px;
	line-height:120%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho";
	padding:10px 0 0 28px;
}

.big1007b{
	font-size:30px;
	line-height:120%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho";
	margin:0 0 0 120px;
	padding-top:10px;
}

.menu_text1008{
	font-size:16px;
	line-height:130%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho";
	margin:30px 0 0 150px;
}
.subText01{
	text-indent:-999em;
}
/*==================
2段目
====================*/
.menu_text1007{
	font-size:16px;
	line-height:130%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho";
	margin:25px 0 0 40px;
}
.big1007c{
	font-size:24px;
	line-height:120%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho"!important;
	padding-top:3px;
	margin:0 0 0 20px;
	color:#914e0d!important;
}
.sm1007c{
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	padding-top:10px;
	margin:7px 0 0 20px;
}
.price_1007a{
	font-size:45px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#ff0000;
	padding:0 0 0 30px;
}
.price_1007b{
	font-size:35px;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color:#ff0000;
}

/*==================
3段目
====================*/
.sm1007d{
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	padding-top:10px;
	margin:40px 0 0 20px;
}
.sm1007e{
	font-size:12px;
	line-height:120%;
	font-weight:bold;
	padding-top:10px;
	margin:0 0 0 326px;
}



.big1007d{
	font-size:23px;
	line-height:120%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho"!important;
	padding-top:3px;
	margin:0 0 0 326px;
	color:#914e0d!important;
}
.big1007e{
	font-size:25px;
	line-height:120%;
	font-weight:bold;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho";
	padding-top:60px;
	margin-left:281px;
}
.price_1007c{
	font-size:45px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#ff0000;
	padding:0 0 0 326px;
}
.price_1007cc{
	font-size:45px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	color:#ff0000;
	padding:0 0 0 430px;
	margin-top:-35px;
	position:absolute;
}


	
/*====================================
2010年7月イベントページ専用cssここまで
=====================================*/


/*====================================
2011年3月コースメニュ専用cssここから
=====================================*/
.courseBnr{
	margin:3px 0 0 20px;
	clear:both;
}
.courseBnr02{
	margin:3px 0 0 11px;
	clear:both;
}
.courseImage{
	margin:15px 0 0 31px;
	clear:both;
}
.courseMenu{
	width:543px;
	overflow:auto;
	margin:0 auto;
	margin-top:10px;
	clear:both;
}
.courseMenu img{
	vertical-align:top;
}
.course01{
	float:left;
	width:263px;
}
.course02{
	float:right;
	width:263px;
}


/*====================================
2011年3月コースメニュ専用cssここまで
=====================================*/

#ready{
	width:568px;
	height:279px;
	background-image:url(img/ready.gif);
	background-repeat:no-repeat;
}


/*====================================
2011年 年末仕出し
=====================================*/
#sidasiBg{
	width:1068px;
	height:1024px;
	background-image:url(img/shidashi_bg01.jpg);
	background-repeat:no-repeat;
}


/*====================================
2011年 年末仕出し ここまで
=====================================*/





