@charset "UTF-8";

/* ---- reset ---------- */
*
{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font-family: Verdana, Arial, sans-serif;
}

/* ---------- reset_end ---------- */

/* ---------- body ---------- */

body
{
	color:#ffffff;
	background-color:#221E1F;
	text-align:center;
	margin-bottom:15px;
	font-size:12px;
	letter-spacing:1px;
	line-height:140%;
}

a
{
	color:#b99759;
	background-color:inherit;
	text-decoration:none;
}

a:hover
{
	text-decoration:underline;
}

div.separate
{
	clear:both;
}

hr.clear
{
	display:none;
}

/* ---------- body_end ---------- */

/* ---------- container ---------- */

div#container
{
	background-image:url(img/container_bg.gif);
	background-repeat:repeat-y;
	background-position:0 0;
	width:840px;
	margin:0 auto;
	text-align:left;
}

div.container-inner
{
        width:800px;
	margin:0 20px;
}

div.container-archive
{
}

/* ---------- container ---------- */

/* ---------- header ---------- */

div#header
{
	width:100%;
	color:inherit;
	height:300px;
}

div.header-inner
{
	padding:0px 0px 0px 0px;
}

div#header img
{
	float:left;
}

div#header p
{
	text-align:right;
	font-size:70%;
	padding-top:0px;
}

div#header p a
{
	color:#1a86e2;
	background-color:inherit;
}

/* ---------- header_end ---------- */

/* ---------- banner ---------- */

div#banner
{

	padding:1px;
        height:50px;
}

div.banner-inner
{
        background-image:url(img/banner_bg.gif);
	background-repeat:no-repeat;
	background-position:left top;
        width:840px;
	height:50px;
}

div.banner-inner h1
{
	font-weight:normal;
	font-size:70%;
	position:relative;
	top:33px;
	left:30px;
	width:90%;
}

div.banner-inner h1 a
{
	color:#ffffff;
	text-decoration:none;
        background-color:transparent;
}

div.banner-inner h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:90%;
	position:relative;
	top:75px;
	left:30px;
	width:90%;
        display:none;
}

/* ---------- banner_bg ---------- */

/* ---------- content ---------- */

div#content
{
	padding:10px 10px 0 10px;
}

/* ---------- content_end ---------- */

/* ---------- main ---------- */

div#main
{
	float:left;
	width:580px;
}

div#info-box
{
	padding:0px 0 0 0;
	text-align:left;
	margin-bottom:25px;
}

div#info-box img
{
	float:left;
}

div#info-box p
{
	margin-left:250px;
	font-size:12px;
	color:#555555;
	background-color:inherit;
	line-height:150%;
}


div#news-box
{
        color:#b99759;
	margin-bottom:15px;
}

div#news-box h3.news-header
{
	font-size:2px;
	text-indent:-9999px;
	background-image:url(img/whatsnew.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:29px;
        padding-bottom:5px;
}

div.news-box-inner ul
{
        border:1px solid #aaaaaa;
	list-style-type:none;
	font-size:12px;
}

div.news-box-inner ul li
{
	color:#dddddd;
	padding:5px 0 4px 28px;
	background-color:inherit;
	background-image:url(img/whatsnew_icon.gif);
	background-repeat:no-repeat;
	background-position:14px 10px;
	border-bottom:1px solid #555555;
}

div.news-box-inner ul li a
{
	color:#b99759;
	background-color:inherit;
}

/* ---------- main_end ---------- */

/* ---------- sidebar ---------- */

div#sidebar
{
        color:#ffffff;
	float:right;
	width:190px;
	text-align:left;
	margin-bottom:10px;
        background:-color:transparent;
	border:1px solid #aaaaaa;
}
div.contents-menu
{
	margin:0 0 10px 0;
	color:#423636;
	background-color:inherit;
	font-size:12px;
}
div#contents-banner
{
        width:170px;
        height:60px;
        background-image:url(img/coupon.gif);
        background-repeat:no-repeat;
        margin:10px 0 10px 10px;
		cursor:hand;
}
div#contents-banner:hover
{
        width:170px;
        height:60px;
        background-image:url(img/coupon_over.gif);
        background-repeat:no-repeat;
        margin:10px 0 10px 10px;
		cursor:hand;
}
div#contents-banner2
{
        width:170px;
        height:60px;
        background-image:url(img/menu.gif);
        background-repeat:no-repeat;
        margin:10px 0 10px 10px;
		cursor:hand;
}
div#contents-banner2:hover
{
        width:170px;
        height:60px;
        background-image:url(img/menu_over.gif);
        background-repeat:no-repeat;
        margin:10px 0 10px 10px;
		cursor:hand;
}
div#contents-banner3
{
        width:170px;
        height:60px;
        background-image:url(img/access.gif);
        background-repeat:no-repeat;
        margin:10px 0 10px 10px;
		cursor:hand;
}
div#contents-banner3:hover
{
        width:170px;
        height:60px;
        background-image:url(img/access_over.gif);
        background-repeat:no-repeat;
        margin:10px 0 10px 10px;
		cursor:hand;
}

div.category-archives ul
{
        width:180px;
	list-style-type:none;
}

div.category-archives ul li
{
	color:#423636;
	background:transparent url(img/cat_bg.gif) no-repeat left top;
        margin-bottom:10px;
	border-bottom:1px solid #555555;

}

div.category-archives ul li a
{
	text-decoration:none;
	color:#ffffff;
	display:block;
	padding:0px 6px 10px 44px;
	line-height:150%;
}

div.category-archives ul li a:hover
{

        color:#b99759;
}

div.category-archives ul.sub-category li
{
}

div.category-archives ul.sub-category li a
{
	color:#423636;
	background:transparent url(img/submenu.gif) no-repeat left top;
	display:block;
	padding:2px 18px 2px 38px;
}

div.category-archives ul.sub-category li a:hover
{
	background:transparent url(img/submenu.gif) no-repeat;
	background-position:0px -300px;
	line-height:100%;
}

div.rssfeed
{
	font-size:2px;
	text-indent:-9999px;
	margin:0 10px 10px 10px;
}

div.rssfeed a
{
	display:block;
	background:transparent url(img/rss.gif) no-repeat left top;
	width:180px;
	height:39px;
}

div.rssfeed a:hover
{
	background:transparent url(img/rss.gif) no-repeat left bottom;
}


span.powered
{
	font-size:60%;
	color:#0b2947;
	background-color:inherit;
	padding-left:10px;
        display:none;
}

a.movabletype
{
	font-size:55%;
	color:#1284f6;
	background-color:inherit;
        display:none;
}

/* ---------- sidebar_end ---------- */

/* ---------- footer ---------- */

div#footer
{
        color:#ffffff;
	background-image:url(img/footer.gif);
	background-repeat:no-repeat;
	background-position:left top;
	height:50px;
        width:840px;
}

div.footer-inner
{
	font-size:85%;
	text-align:center;
	padding:5px 0;
}

/* ---------- footer_end ---------- */

/* ---------- archives ---------- */

div.banner-archives
{
	background-image:url(img/banner_inner_archives.gif);
	background-repeat:no-repeat;
	background-position:50% 0;
	height:80px;
}

div.banner-archives h1
{
	font-weight:normal;
	font-size:150%;
	position:relative;
	top:15px;
	left:30px;
	width:90%;
}

div.banner-archives h1 a
{
	color:#ffffff;
	background-color:inherit;
	text-decoration:none;
}

div.banner-archives h2
{
	color:#ffffff;
	font-weight:normal;
	font-size:90%;
	position:relative;
	top:25px;
	left:30px;
	width:90%;
}

div#main p.navi
{
	font-size:60%;
	margin-bottom:10px;
	color:#413738;
	background-color:inherit;
}

div#main p.navi a
{
	color:#23a1e5;
	background-color:inherit;
}

div.entry
{
	margin-bottom:40px;
	width:540px;
}

div.entry blockquote
{
	font-size:12px;
	line-height:150%;
	color:#423636;
	background:transparent url(img/blockquote.gif) repeat-y left top;
	padding:15px 20px;
	margin:0 0 10px 0;
}

div.entry h1,
#main h1
{
	color:#2b2828;
	font-size:120%;
	font-weight:bold;
	background:transparent url(img/entry_h1.gif) repeat-y left bottom;
	border-top:1px solid #f2f2f2;
	padding:7px 10px 16px 10px;
	margin:0 0 15px 0;
}

div.entry h2,
#main h2
{
	color:#ffffff;
	font-size:90%;
	font-weight:bold;
	background:transparent url(img/entry_h2.gif) no-repeat left top;
	border-bottom:1px solid #3a3a3a;
	padding:10px 10px;
	margin:0 0 10px 0;
}

div.entry h3
{
        width:550px;
        height:42px;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	background: #ffffff url(img/entry_h3.gif);
        background-repeat:no-repeat;
        padding-left:30px;
        line-height:200%;
}

div.entry h4,
div.trackbacks h4,
div#comments h4, #main h4
{
	color:#2b2828;
	font-size:12px;
	font-weight:normal;
	background: #000000 url(img/entry_h4.gif) no-repeat 0px 8px;
	border-bottom:1px dashed #909090;
	margin:0 0 5px 0;
	padding:6px 15px 6px 25px;
}

div.entry h5,
#main h5
{
	color:#fff;
	font-weight:bold;
	font-size:14px;
	background:url(img/entry_h5.gif) no-repeat left center;
	margin:10px 0;
	padding-left:25px;
}

div.entry h6,
#main h6
{
	background:#ffffff url(img/entry_h6.gif) no-repeat 0px 6px;
	color:#2b2828;
	font-size:12px;
	font-weight:normal;
	margin:0 0 5px 0;
	padding:5px 15px 5px 25px;
}

div.entry p,
div.comments-body p,
p.comments-open-moderated
{
	font-size:12px;
	color:#ffffff;
	background-color:inherit;
	line-height:150%;
	margin-bottom:5px;
}

div.entry-body
{
        margin-left:10px;
        margin-top:3px;
}

div.entry-info ul
{
	list-style-type:none;
	line-height:100%;
	padding:2px 0;
}

div.entry-info ul li
{
	font-size:60%;
	color:#2B2828;
	background-color:inherit;
	display:inline;
}

div.trackbacks,
div#comments
{
	margin:0 0 15px 0;
}

div.trackbacks p
{
	font-size:12px;
	color:#423636;
	background-color:inherit;
}

div.trackbacks p input
{
	border:1px solid #cccccc;
}

div.trackbacks dl
{
	padding:10px 0 0 0;
}

div.trackbacks dt
{
	font-size:12px;
}

div.trackbacks dd p
{
	padding:0 0 5px 0;
}

div.trackbacks ul.trackback-info,
div#comments ul.comments-info
{
	border-top:2px solid #d8d8d8;
	list-style:none;
	padding:3px 0;
	margin-bottom:10px;
}

div.trackbacks ul.trackback-info li,
div#comments ul.comments-info li
{
	color:#2b2828;
	background-color:inherit;
	font-size:60%;
	display:inline;
}


div.comments-post h5
{
	color:#423636;
	background-color:inherit;
	font-size:12px;
	font-weight:normal;
	margin:0 0 5px 0;
}

div#comments-open-data legend
{
	font-size:12px;
	margin: 0 0 5px 0;
	padding:0;
}

div#comments-open-data label
{
	font-size:12px;
	color:#423636;
	background-color:inherit;
}

dl#name-email input,
dl#comments-open-text textarea
{
	color:#423636;
	background-color:inherit;
	font-size:12px;
	border:1px solid #cccccc;
}

ul.cookie,
#comments-open-data ul.inline
{
	list-style:none;
	padding:3px 0;
}

#comments-open-data ul.comments-open-footer
{
	list-style:none;
	padding:10px 0 20px 0;
}

#comments-open-data ul.comments-open-footer li
{
	display:inline;
	margin:0 10px 0 0;
}

#comments-open-data ul.comments-open-footer li input
{
	width:80px;
	font-size:12px;
	color:#423636;
	background-color:#e9e9e9;
}

div.comment p
{
	font-size:12px;
	color:#423636;
	background-color:inherit;
}

input.search-input
{
	color:#acacac;
	background-color:#ffffff;
	border:1px solid #b4b4b4;
	width:200px;
	padding:2px;
}

input.searchsubmit
{
	border:0;
	position:relative;
	top:4px;
	left:0px;
}
/* ---------- archives_end ---------- */

/* ---------- library --------------- */

div#lib
{
	width:190px;
	text-align:left;
	font-size:12px;
	color:#ffffff;
	margin:5px;
}

/*----- サイトマップ ------------------*/

div#sitemap
{
color:#ffffff;
}

div#sitemap h3
{
	width:550px;
	height:42px;
	color:#ffffff;
	font-size:120%;
	font-weight:bold;
	background: #ffffff url(img/entry_h3.gif);
	background-repeat:no-repeat;
	padding-left:30px;
	line-height:200%;
}

div#sitemap a
{
color:#b99759;
}

div#sitemap a:hover
{
}

div#sitemap ul
{
        font-size:12px;
        padding-top:10px;
        padding-left:20px;
}

/* ボックスの最後にclearをセット
==========================================================*/
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*---- table ------------------*/
table.tbl-price {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
	}
	
table.tbl-price th{
	padding:5px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #ccc;
	}
	
	
table.tbl-price td{
	padding:5px;
	text-align:right;
	border-bottom:1px dotted #ccc;
	}
	
.font-gray {
	color:#999999;
	}

table.tbl-price2 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
	background-color: #FF9900;
	color: #333333;
	}
	
table.tbl-price2 th{
	padding:5px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #666;
	}
	
	
table.tbl-price2 td{
	padding:5px;
	text-align:right;
	border-bottom:1px dotted #666;
	}

table.tbl-price3 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
	background-color: #FFFF99;
	color: #333333;
	}
	
table.tbl-price3 th{
	padding:5px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #666;
	}
	
	
table.tbl-price3 td{
	padding:5px;
	text-align:right;
	border-bottom:1px dotted #666;
	}		

table.tbl-price4 {
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	margin-bottom:10px;
	background-color: #800000;
	}
	
table.tbl-price4 th{
	padding:5px;
	text-align:left;
	font-weight:normal;
	border-bottom:1px dotted #666;
	}
	
	
table.tbl-price4 td{
	padding:5px;
	text-align:right;
	border-bottom:1px dotted #666;
	}

.font-gray2 {
	color:#666666;
	}	

.font-gray3 {
	color:#339966;
	}

/*----- other------------------*/
.text-area {
	padding:10px 0 30px 0;
	}

.text-area2 {width:250px;
             float:left;
            }
			
.cook-pic {float:left;
           }			
		   
.course-pic{ width:200px;
			 }
/*----- menu01------------------*/			 
.menu-text { 
            width:310px;
            float:left;
			margin-top:15px;}			 
		   
.box01{	width:190px;
       margin:10px;}	   

/*----- menu02------------------*/	

.text-area03 {
             float:left;
			 margin-top:10px;
			 }
			 
.banner-box02 {
             margin:10px;
			 width:540px;
             }	
.menu-pic {float:left;
           margin:10px 10px;
		   margin-bottom:20px;
		   }			 		 

/*----- couse------------------*/	
			 
.couse03-doc {
              float:left;
			  line-height:20px;
			  }
			  
/*----- coupon------------------*/
.box10 {
       float:right
	   }

.copy-box {width:450px;
           text-align:right;
		   }


/*----- print------------------*/
div#print {
	width:630px;
	margin:0 auto;
	text-align:left;
	}

.box11 {
     margin-left:70px;
	 width:500px;
	 } 