@charset "Shift_JIS";
/* CSS Document */

@import "reset.css";


Body{
	margin:0;
	padding:0 0;
	background-color:#ffffff;
	background-image:url(/images/body_bg.jpg);
	background-position:top left;
	background-repeat:repeat;
	color:#895b38;
	font-family:Arial, Helvetica, Verdana, 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	font-size:100%;
	text-align:center;
	letter-spacing:1px;
	}
	

	
a:link {	color: #138899;text-decoration:none;}
a:visited {	color: #138899;text-decoration:none;}
a:active {	color: #138899;text-decoration:none;}
a:hover {	color: #138899;text-decoration:underline;}


p{
	font-size:70%;
	line-height:180%;
	margin:0 0 16px;
	font-weight:normal;
	}
	
span.red{
	color:#ce2146;
	}	
	
strong{
	font-weight:normal;
	}	
	

/********top*******/	
#pora{
	width:370px;
	height:410px;
	position:absolute;
	top:50%;
	left:50%;
	background-image:url(/images/top/top-bg-pora.png);
	background-repeat:no-repeat;
	background-position:center ;
	margin:-260px 0 0 -540px;
	}	
* html #pora{
behavior: expression(IEPNGFIX.fix(this));
} 


#paper-top{
	width:920px;
	height:580px;
	background-image:url(/images/paper_head_bg-top.png);
	background-position:0 0;
	background-repeat:repeat-x;
	margin:0;
	padding:0;
	/*position:relative;*/
	}
	
* html #paper-top{
behavior: expression(IEPNGFIX.fix(this));
} 	

#paper-top-inner{
	margin:0;
	/*height:400px;*/
	padding:100px 60px 0;
	}	
	
.toplogo{
	text-align:center;
	margin-top:0;
	padding:130px 0 0px;
	}
	
.toplogo h1{
	font-size:1px;
	text-indent:-9999px;
	display:block;
	width:262px;
	height:222px;
	background-image:url(/images/top/top_logo.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	padding:0;
	margin:0 auto;
	}	
	
.topbanner{
	position:absolute;
	top:400px;
	/*top:360px;*/
	right:-10px;
	width:220px;
	height:112px;
	/*margin-right:-10px;*/
	}
	


.topbanner ul.banner-ul{
	list-style:none;
	margin:0;
	padding:0;
	background-image:url(/images/top/topbanner-bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:112px;
	}
* html ul.banner-ul{
behavior: expression(IEPNGFIX.fix(this));
} 	

.topbanner ul.banner-ul li{	
	padding:15px 0 0 72px;
	height:80px;
	font-size:2px;
	line-height:100%;
	}	
	
	
.topmenu{
	width:465px;
	height:90px;
	margin:-10px 167px 0 168px;
	padding:0;
	background-image:url(/images/top/topmenu-bg.gif);
	background-position:0 20px;
	background-repeat:no-repeat;
	/*border:1px solid #FF0000;*/
	}

.topmenu ul.topmenu-ul{
	margin:0;
	padding:0 0 0 102px;
	list-style:none;	
	}
.topmenu ul.topmenu-ul li{
	float:left;
	list-style:none;	
	line-height:100%;
	font-size:1px;
	}


.topmenu ul.topmenu-ul li.topm01 a{
	padding:60px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-01_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.topmenu ul.topmenu-ul li.topm01 a:hover{
	background-position:5px 0;
		}
		
.topmenu ul.topmenu-ul li.topm02 a{
	padding:60px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-02_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.topmenu ul.topmenu-ul li.topm02 a:hover{
	background-position:5px 7px;
		}	
		
.topmenu ul.topmenu-ul li.topm03 a{
	padding:60px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-03_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.topmenu ul.topmenu-ul li.topm03 a:hover{
	background-position:right 7px;
		}	
		
.topmenu ul.topmenu-ul li.topm04 a{
	padding:60px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-04_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.topmenu ul.topmenu-ul li.topm04 a:hover{
	background-position:center 5px;
		}
		
.topmenu ul.topmenu-ul li.topm05 a{
	padding:60px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-05_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.topmenu ul.topmenu-ul li.topm05 a:hover{
	background-position:center 15px;
		}
.topmenu ul.topmenu-ul li.topm06 a{
	padding:60px 21px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-06_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.topmenu ul.topmenu-ul li.topm06 a:hover{
	background-position:right 10px;
		}	
/*		
* html .topm01 a{behavior: expression(IEPNGFIX.fix(this));}
* html .topm02 a{behavior: expression(IEPNGFIX.fix(this));}
* html .topm03 a{behavior: expression(IEPNGFIX.fix(this));}
* html .topm04 a{behavior: expression(IEPNGFIX.fix(this));}
* html .topm05 a{behavior: expression(IEPNGFIX.fix(this));}
* html .topm06 a{behavior: expression(IEPNGFIX.fix(this));}
*/

	
	

		
	
/********head*******/	
	
#paper-head{
	width:920px;
	height:180px;	
	background-image:url(/images/paper_head_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	/*border:1px solid #FF0000;*/
	}

* html #paper-head{
behavior: expression(IEPNGFIX.fix(this));
} 	

	
#paper-head-inner{
	margin:0;
	/*height:400px;*/
	padding:85px 60px 0;
	text-align:left;
	position:relative;
	}
	
#paper-head-inner h1{
	font-size:1px;
	text-indent:-9999px;
	display:block;
	width:230px;
	height:70px;
	padding:0;
	margin:0 ;
	}	
	
#paper-head-inner h1 a{	
	display:block;
	width:230px;
	height:70px;
	text-decoration:none;
	overflow:hidden;
	background-image:url(/images/headerlogo.gif);
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
#paper-head-inner h1 a:hover{	
	background-position:0 -70px;
	}	
	
	
/******menu********/

.headmenu{
	/*width:465px;*/
	width:329px;
	/*height:140px;*/
	position:absolute;
	top:92px;
	/*left:327px;*/
	right:0px;
	margin:0;
	padding:0;
	/*background-image:url(/images/top/topmenu-bg.gif);
	background-position:0 20px;
	background-repeat:no-repeat;
	border:1px solid #FF0000;*/
	}

.headmenu ul.headmenu-ul{
	margin:0;
	padding:0 0 0 0;
	list-style:none;	
	}
.headmenu ul.headmenu-ul li{
	float:left;
	list-style:none;	
	line-height:100%;
	font-size:1px;
	}


.headmenu ul.headmenu-ul li.topm01 a{
	padding:43px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-01_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.headmenu ul.headmenu-ul li.topm01 a:hover{
	background-position:8px 0;
		}
		
.headmenu ul.headmenu-ul li.topm02 a{
	padding:43px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-02_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.headmenu ul.headmenu-ul li.topm02 a:hover{
	background-position:3px 0px;
		}	
		
.headmenu ul.headmenu-ul li.topm03 a{
	padding:43px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-03_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.headmenu ul.headmenu-ul li.topm03 a:hover{
	background-position:right 5px;
		}	
		
.headmenu ul.headmenu-ul li.topm04 a{
	padding:43px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-04_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.headmenu ul.headmenu-ul li.topm04 a:hover{
	background-position:center 3px;
		}
		
.headmenu ul.headmenu-ul li.topm05 a{
	padding:43px 11px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-05_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.headmenu ul.headmenu-ul li.topm05 a:hover{
	background-position:center 5px;
		}
.headmenu ul.headmenu-ul li.topm06 a{
	padding:43px 21px 5px 11px;
	display:block;
	background-image:url(/images/top/topmenu-06_bg.gif);
	background-position:-100px 0;
	background-repeat:no-repeat;
	}
.headmenu ul.headmenu-ul li.topm06 a:hover{
	background-position:right 5px;
		}		
	
	
	
/****head-end****/


/********container*******/

	
	
#container{
	width:920px;
	margin:0 auto;
	text-align:left;
	}
	
#paper{
	width:920px;
	background-image:url(/images/paper_bg.png);
	background-position:0 0;
	background-repeat:repeat-y;
	margin:0;
	padding:0;
	
	}
	
* html #paper{behavior: expression(IEPNGFIX.fix(this));} 

	
#paper-inner{
	margin:0;
	padding:0 60px 30px;
	}
	

.contents{
	padding:5px 0 0;
	margin:0 0 20px;
	text-align:left;
	}
	
.contents-info{
	margin:-10px 0 0 0;
	padding:0;
	text-align:left;
	}	
	


	
/********pagetitle*******/	



.pagetitle{
	margin:0 0 0 ;
	padding:0;
	/*border:1px solid #0000CC;*/
	background-image:url(/images/footer-line.gif);
	background-repeat:no-repeat;
	background-position:60px 140px;
	/*position:absolute;
	top:0px;
	left:0px;
	width:920px;
	height:170px;*/
	position:relative;
	}	
.pagetitle h2{
	font-size:1px;
	text-indent:-9999px;
	line-height:100%;
	width:920px;
	height:170px;
	display:block;
	background-position:0 0;
	background-repeat:no-repeat;
	margin:0;
	padding:0;
	}


	
.pagetitle h2.title-1{background-image:url(/images/pagetitle-01.png);}
.pagetitle h2.title-2{background-image:url(/images/pagetitle-02.png);}
.pagetitle h2.title-2-2{background-image:url(/images/pagetitle-02-2.png);}
.pagetitle h2.title-3{background-image:url(/images/pagetitle-03.png);}
.pagetitle h2.title-4{background-image:url(/images/pagetitle-04.png);}
.pagetitle h2.title-5{background-image:url(/images/pagetitle-05.png);}
.pagetitle h2.title-6{background-image:url(/images/pagetitle-06.png);}

* html h2.title-1{behavior: expression(IEPNGFIX.fix(this));} 
* html h2.title-2{behavior: expression(IEPNGFIX.fix(this));} 
* html h2.title-2-2{behavior: expression(IEPNGFIX.fix(this));} 
* html h2.title-3{behavior: expression(IEPNGFIX.fix(this));} 
* html h2.title-4{behavior: expression(IEPNGFIX.fix(this));} 
* html h2.title-5{behavior: expression(IEPNGFIX.fix(this));} 
* html h2.title-6{behavior: expression(IEPNGFIX.fix(this));} 

ul.rssfeed{
	position:absolute;
	top:50px;
	right:65px;
	text-align:left;
	list-style:none;
	margin:0;
	padding:0;
	}
	
ul.rssfeed li{
	list-style:none;
	font-size:1px;
	line-height:100%;
	}	
	
ul.sub-list{
	position:absolute;
	top:110px;
	right:55px;
	list-style:none;
	margin:0;
	padding:0;
	}	
	
ul.sub-list li{
	font-size:76%;
	font-weight:bold;
	line-height:120%;
	margin:0 15px 5px 0;
	padding:0 0 0 12px;
	background-image:url(/images/down_li_icon.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	float:left;
	}

#sweets,	
#drink{
	height:30px;
	clear:both;
	}
	
ul.back-list{
	position:absolute;
	top:110px;
	right:55px;
	list-style:none;
	margin:0;
	padding:0
	}
	
	
ul.back-list li{
	font-size:70%;
	font-weight:normal;
	line-height:120%;
	margin:0 15px 5px 0;
	padding:0 0 0 12px;
	background-image:url(/images/side_li_icon4.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	float:left;
	}
	
	
			
	
ul.next-list{
	position:absolute;
	top:90px;
	right:55px;
	list-style:none;
	margin:0;
	padding:0
	}	
	
ul.next-list li{
	font-size:70%;
	font-weight:normal;
	line-height:120%;
	margin:0 15px 5px 0;
	padding:0 0 0 12px;
	background-image:url(/images/side_li_icon4.gif);
	background-position:0px 4px;
	background-repeat:no-repeat;
	float:left;
	}		
	

/*******info*******/


.body-info{
	margin:0;
	padding:0;
	width:800px;
	text-align:left;
	clear:both;
	}
	
.body-left{
	float:left;
	width:570px;
	margin:0;
	padding:0;
	}
.body-right{
	float:right;
	width:160px;
	letter-spacing:0;
	margin:0 0 0;
	padding:0;
	}	
	

		

/******entry*****/

.entry{
	margin:0 0 50px 0;
	text-align:left;
	width:570px;
	padding:0;
	position:static;
	}
	
.date{
	/*float:left;*/
	width:76px;
	/*margin:0 0 3px -60px;*/
	margin:0;
	padding:0;
	position:relative;
	top:0;
	left:-60px;
	}
	
.date-inner{
	padding:0 0;
	text-align:center;
	margin:0;
	height:70px;
	background-image:url(/images/info/date_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
* html .date-inner{behavior: expression(IEPNGFIX.fix(this));} 	


.date-inner p.post-year{
	font-size:10px;
	margin:0;
	text-align:center;
	line-height:100%;
	padding:5px 0 0px 5px;
	display:block;
	letter-spacing:0;
	}

	
.date-inner p.post-month{
	font-size:16px;
	margin:0;
	text-align:center;
	line-height:100%;
	padding:7px 24px 0px 0;
	display:block;
	}
	
.date-inner p.post-date{
	font-size:16px;
	padding:5px 0 0 22px;
	text-align:center;
	line-height:100%;
	}
	
.post-txt{
	margin:-60px 0 0 30px;
	padding:10px 0 0 0;
	}		
	
.entry h2{
	font-size:85%;
	line-height:120%;
	margin:0 0 10px 0px;
	font-weight:bold;
	border-bottom: 1px solid #eae9d9;
	padding:0 0 10px;
	}
	
.post-txt img{
	margin:5px 5px 15px 0;
	padding:0;
	line-height:100%;
	/*display:block;*/
	}	
	
.entry .post-footer{
	border-bottom: 1px solid #eae9d9;
	padding:5px 0 3px;
	}
	
.entry .post-footer p{
	font-size:55%;
	text-align:left;
	margin:0;
	font-style:italic;
	}
	
/*****/

p.pagelink-head,
p.pagelink-foot{
	font-size:60%;
	line-height:120%;
	text-align:center;
	padding:20px 0 0;
	}
p.pagelink-head{margin:0 0 0px;}
p.pagelink-foot{margin:20px 0 0;clear:both;}


h3.pagetitle{
	margin:15px 0 2px;
	font-size:90%;
	line-height:100%;
	padding:0;
	font-weight:bold;
	letter-spacing:2px;
	text-align:center;
	}	
	
	
.wp-pagenavi{
	line-height:100%;
	padding:0 0 0 30px;
	margin:0 0 20px;
	}
	
.wp-pagenavi .pages{
	padding:0 10px 0 0;
	font-weight:normal;
	font-size:70%;
	}
	
.wp-pagenavi .current{
	padding:3px 5px;
	margin:0 1px;
	font-weight:bold;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:116%;
	font-style:italic;
	}
	
.wp-pagenavi .page	{
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:116%;
	font-style:italic;
	}
.wp-pagenavi a{
	
	font-size:80%;
	padding:3px 1px;
	margin:0 1px;

	}
			
	
/**********right*********/

.side{
	
	}

.cafeinfo{	
	margin:0 0 20px;
	padding:0 0 50px;
	background-image:url(/images/info/info-bg.gif);
	background-position:bottom center;
	background-repeat:no-repeat;
	}
.cafeinfo-inner{
	padding:5px 8px 0;
	background-color:#eee9d9;
	}

.cafeinfo img{
	margin:0 0;
	padding:0;
	display:block;
	text-align:100%;
	}	
	
.cafeinfo h2{
	font-size:85%;
	line-height:120%;
	margin:0 0 10px;
	font-weight:bold;
	/*border-bottom:1px dotted #895b38;*/
	padding:0 0 5px;
	text-align:center;
	}
	
.cafeinfo h2 .h2-normal{
	font-weight:normal;
	font-size:75%;
	}
		
.cafeinfo dl{
	font-size:65%;
	line-height:130%;
	margin:0;
	padding:0 0 10px;
	}	
	
.cafeinfo dl dt{
	clear:both;
	margin:0 0 3px 0;
	font-weight:bold;
	color:#99384d;
	}	
	
.cafeinfo dl dd{
	margin:0 0 6px 0px;
	
	}	


h3.sidemenu{
	text-align:left;
	font-size:106%;
	margin:0 0 10px;
	padding:0;
	color:#a99280;
	font-weight:normal;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	}
	
ul.ul-sidemenu{
	list-style:none;
	margin:0 0 30px;
	padding:0;
	}	
	
ul.ul-sidemenu li{
	font-size:70%;
	letter-spacing:1px;
	margin:0 0 6px;
	line-height:130%;
	padding:0 0 0 20px;
	background-image:url(/images/side_li_icon2.gif);
	background-repeat:no-repeat;
	background-position:3px 4px;
	}		


.searchbox{
	margin:0 0 20px;
	}
input.searchtext{
	background:inherit;
	border:1px solid #a99280;
	width:110px;
	height:18px;
	padding:0;
	font-size:12px;
	line-height:130%;
	margin:0 1px 0 0px;
	color:#895b38;
	}
	
input.searchbtn{
	background-color:#a99280;
	border:1px solid #a99280;
	width:33px;
	height:20px;
	padding:0;
	font-size:10px;
	line-height:130%;
	margin:0;
	color:#f8f7ec;
	}	
	
	


/*******MENU******/



.block{
	margin:0 0 10px;
	padding:0;
	width:800px;
	text-align:left;
	clear:both;
	}

.block h2{	
	font-size:75%;
	line-height:120%;
	margin:0 0 20px 0;
	font-weight:bold;
	border-bottom: 1px solid #eae9d9;
	padding:10px 10px 8px;
	text-align:left;
	background-color:#eee9d9;
	}


.sub-block{
	padding:0 0 0 ;
	margin:0 0 40px 0;
	width:480px;
	float:left;
	clear:both;
	}
	
.right-image{
	float:right;
	width:260px;
	margin:0;
	padding:0;
	}	
	
.right-image img{
	margin:0 0 15px;
	}
	
.sub-block h3{
	width:240px;
	height:38px;
	margin:0 0 10px -15px;
	}
	
.sub-block h3 img{
	
	}
	
	
.sub-block ol{
	margin:0 0 7px 10px;
	font-size:76%;
	font-weight:bold;
	}
	
.sub-block ol li{
	margin:0 0 3px 55px;
	padding:0 0 0;
	line-height:140%;
	
	}
	
.sub-block ol.ouchi-ol li{
	margin:0 0 3px 55px;
	padding:0 0 0;
	line-height:140%;
	font-style:normal;
	}	
	
.sub-block p{
	margin-left:65px;
	}	
	
.sub-block ul.link-ul{
	list-style:none;
	margin:0 0 0 65px;
	padding:0;
	border-top:1px dotted #895b38;
	border-bottom:1px dotted #895b38;
	padding:10px 0px 8px;
	}
	
.linkblock ul{
	margin:0 0 10px;
	}		
	
.sub-block ul.link-ul li{
	font-size:80%;
	margin:0 0;
	font-weight:bold;
	line-height:130%;
	padding:0 0 0 16px;
	background-image:url(/images/side_li_icon2.gif);
	background-repeat:no-repeat;
	background-position:3px 4px;
	}	
	
	
					
	
dl.foodmenu-dl,
dl.cafemenu-dl{
	margin:0 0 25px 10px;
	line-height:130%;
	padding:0 0 0 0px;
	}
	
dl.foodmenu-dl dt,	
dl.cafemenu-dl dt{
	float:left;
	clear:both;
	font-weight:bold;
	font-size:80%;
	line-height:120%;
	background-position:0 0;
	background-repeat:no-repeat;
	padding:10px 0 5px 80px;
	}
	
	
dl dt .new{
	color:#ce2146;
	font-size:80%;
	}
	
	
dl.cafemenu-dl dt.drink01{background-image:url(../images/menu/menuicon-01.gif);}
dl.cafemenu-dl dt.drink02{background-image:url(../images/menu/menuicon-02.gif);}
dl.cafemenu-dl dt.drink03{background-image:url(../images/menu/menuicon-03.gif);}
dl.cafemenu-dl dt.drink04{background-image:url(../images/menu/menuicon-04.gif);}
dl.cafemenu-dl dt.drink05{background-image:url(../images/menu/menuicon-05.gif);}
dl.cafemenu-dl dt.drink06{background-image:url(../images/menu/menuicon-06.gif);}
dl.foodmenu-dl dt.food01{background-image:url(../images/menu/menuicon-07.gif);background-position:-20px 0;}
dl.foodmenu-dl dt.food02{background-image:url(../images/menu/menuicon-09.gif);background-position:-20px 0;}
dl.foodmenu-dl dt.food03{background-image:url(../images/menu/menuicon-10.gif);background-position:-20px 0;}
dl.foodmenu-dl dt.food04{background-image:url(../images/menu/menuicon-11.gif);background-position:-20px 0;}
dl.foodmenu-dl dt.food05{background-image:url(../images/menu/menuicon-12.gif);background-position:-20px 0;}
dl.foodmenu-dl dt.sweets01{background-image:url(../images/menu/menuicon-08.gif);background-position:-20px 0;}

dl.foodmenu-dl dt .dt-small,		
dl.cafemenu-dl dt .dt-small{
	font-weight:normal;
	font-size:80%;
	}
dl.foodmenu-dl dd,
dl.cafemenu-dl dd{
	margin:0 0 0 370px;
	font-size:76%;
	padding:10px 0 5px;
	line-height:120%;
	}
dl.foodmenu-dl dd.menu-com,
dl.cafemenu-dl dd.menu-com{
	clear:both;
	font-size:70%;
	margin:0 0 0 80px;
	padding:0;
	color:#ce2146;
	}
	
dl.cafemenu-dl dd.menu-com ul{
	list-style:none;
	font-size:100%;
	line-height:120%;
	margin:10px 0 0;
	padding:0;
	color:#895b38;
	} 	
	
dl.cafemenu-dl dd.menu-com ul li{
	list-style:none;
	margin:0 0 3px;
	background-image:url(/images/ul-icon.gif);
	background-position:3px 4px;
	background-repeat:no-repeat;
	line-height:120%;
	padding:0 0 0 13px;
	
	}	
dl.cafemenu-dl ul{
	list-style:none;
	}	
		
/******food********/
dl.foodmenu-dl dt{
	padding:10px 0 5px 55px;
	font-size:100%;
	}
	
dl.foodmenu-dl dt a{
	color:#895b38
	}
		
dl.foodmenu-dl dd.menu-com{
	margin:0 0 0 55px;
	}		
		
		
/*******Calendar******/
.cl-month-rap{
	text-align:center;
	}
.cl-month{
	text-align:center;
	margin:0 auto 16px;
	padding:0 0;
	width:300px;
	position:relative;
	}
	
.cl-month h2.main-month{
	padding:0 0x;
	font-weight:bold;
	font-size:100%;
	}	
	
.cl-month p{
	margin:3px 0 0;
	font-weight:normal;
	line-height:120%;
	background-repeat:no-repeat;
	}	
	
.cl-month p.prev-month{
	padding:0 0 0 12px;
	background-image:url(/images/side_li_icon4.gif);
	background-position:0px 3px;
	text-align:left;
	position:absolute;
	top:0;
	left:0;
	}
	
.cl-month p.next-month{
	padding:0 10px 0 0;
	background-image:url(/images/side_li_icon2.gif);
	background-position:right 3px;
	position:absolute;
	top:0;
	right:0;
	}					

.cl-entry table{
	border-top:1px solid #895b38;
	border-left:1px solid #895b38;
	line-height:130%;
	margin:0 0 16px;
	width:800px;
	}
	
.cl-entry table th{
	border-bottom:1px solid #895b38;
	border-right:1px solid #895b38;
	padding:5px 5px;
	font-weight:bold;
	width:14%;
	text-align:center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:70%;
	background-color:#eee9d9;
	}
.cl-entry table th.sat{
	color:#3d71b1;
	background-color:#d3d6cf;
	}
	
.cl-entry table th.sun{
	color:#ce2146;
	background-color:#e7cbc2;
	}	
	
.cl-entry table td{
	border-bottom:1px solid #895b38;
	border-right:1px solid #895b38;
	padding:5px 7px 5px 3px;
	font-weight:normal;
	letter-spacing:0;
	font-size:90%;
	font-weight:bold;
	text-align:right;
	vertical-align:top;
	}
	
.cl-entry table td ul{
	font-size:70%;
	line-height:110%;
	list-style:none;
	margin:5px -3px 0 0;
	padding:0;
	font-weight:normal;
	text-align:left;
	}
	
.cl-entry table td ul li{
	list-style:none;
	margin:0 0 5px;
	background-image:url(/images/ul-icon.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 8px;
	}
	
/*******staff******/
.staff-rap{
	padding:0 0 0 50px;
	
	}
.staff{
	padding:0;
	width:750px;
	margin:0 0 0 0px;
	
	}
	
.staff h3.omake{
	margin:0 0 10px 0;
	width:200px;
	position:static;
	}	
.staff h3.omake img{
	position:relative;
	top:0;
	left:-25px;
	}


.staff-block{
	width:250px;
	float:left;
	margin:0 0 10px 0;
	}	
	
.staff-block img{
	margin:0 0 10px;
	}
	

	
.staff-block h3{
	font-size:70%;
	line-height:120%;
	height:16px;
	margin:0 0 5px;
	font-weight:bold;
	/*border-bottom:1px dotted #895b38;*/
	padding:0;
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	width:200px;
	}
		
.staff-block dl{
	font-size:65%;
	line-height:130%;
	margin:0;
	padding:0 0;
	width:200px;
	}	
	
.staff-block dl dt{
	float:left;
	clear:both;
	margin:0 0 3px 0;
	font-weight:bold;
	color:#99384d;
	border-bottom:1px dotted #af8d73;
	padding:0 0 3px;
	display:block;
	width:80px;
	}
	
.staff-block dl dd{
	margin:0 0 3px 80px;	
	border-bottom:1px dotted #af8d73;
	padding:0 0 3px;
	}
	
.staff-block h4{
	clear:both;
	margin:0 0 3px 0;
	padding:0 0 3px;
	font-weight:bold;
	color:#99384d;
	font-size:65%;
	border-bottom:1px dotted #af8d73;
	width:200px;
	}
.staff-block p{
	font-size:65%;
	line-height:150%;
	width:200px;
	margin:0 0 10px;
	}		
	

	 	
/********history*****/

.history{
	margin:0;
	text-align:center;
	padding:100px 0;
	}		
		
/*******map******/

.map{
	padding:0 90px;
	}
	
.map img{
	padding:0;
	margin:0 0 7px;
	}	
	
.map h2{
	font-size:85%;
	line-height:120%;
	margin:0 0;
	font-weight:bold;
	/*border-bottom:1px dotted #895b38;*/
	padding:0 0;
	text-align:left;
	}
	
.map .access{
	background-image:url(/images/map/star.gif);
	background-position:0 3px;
	background-repeat:no-repeat;
	padding:0px 0 10px 20px;
	margin:0 0 5px;
	}	
.map p{
	font-size:76%;
	margin:0;
	}

	
.map dl{
	font-size:76%;
	line-height:130%;
	margin:5px 0 0;
	padding:5px 0 0;
	border-top:1px solid #895b38;
	}	

.map dl.access{
	border:1px solid #99384d;
	padding:7px 7px 5px;
	margin:0 0 10px;
	}

.map dl dt{
	float:left;
	clear:both;
	margin:0 0 5px 0;
	font-weight:bold;
	color:#99384d;
	}	
	
.map dl dd{
	margin:0 0 5px 50px;
	
	}	
	

/*****link******/

.linkblock{
	margin:0 0 10px;
	border-bottom:1px solid #eae9d9;
	padding:10px 0 15px;
	}
	
.linkblock h3{
	font-size:90%;
	line-height:130%;
	margin:0 0 10px;
	font-weight:bold;
	}	
	
.linkblock h3 .txt-s{
	font-size:76%;
	}
	
	

.linkblock p{
	margin:0 0 10px;
	font-size:70%;
	}
	
.linkblock ul{
	margin:0;
	list-style:none;
	padding:0;
	}		

.linkblock ul li{
	font-size:70%;
	margin:0 0;
	font-weight:normal;
	line-height:130%;
	padding:0 0 0 16px;
	background-image:url(/images/side_li_icon2.gif);
	background-repeat:no-repeat;
	background-position:3px 4px;
	}	

	

/********footer*******/
#footer-top{
	margin:0 0 0px 0;
	
	}
	
#footer{
	margin:0 0 0px 0;
	
	
	}
	
#footer-top-inner{
	margin:0;
	padding:0 0px 0;
	background-image:url(/images/paper_foot_bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	}
	
* html #footer-top-inner{
behavior: expression(IEPNGFIX.fix(this));
} 	
	
	
#footer-inner{
	margin:0;
	padding:0 0 0;
	background-image:url(/images/paper_foot_bg2.png);
	background-position:0 0;
	background-repeat:no-repeat;
	height:300px;
	text-align:center;
	
	}
	
	
* html #footer-inner{
behavior: expression(IEPNGFIX.fix(this));
} 	
	
	
	
	
#footer-top-info{
	margin:0 60px 10px;
	background-image:url(/images/footer-line.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:center;
	padding:30px 0 32px;
	}
	
#footer-info{
	margin:0 auto 20px;
	background-image:url(/images/footer-line.gif);
	background-repeat:no-repeat;
	background-position:0 0;
	text-align:center;
	padding:30px 0 42px;
	width:800px;
	position:relative;
	}	


.goto{
	position:absolute;
	top:43px;
	left:50%;
	margin:0 0 0 -80px;
	width:180px;
	
	}
/*.contents .gotolap .goto{
	top:-30px;
	}*/	
.goto ul.gototop{
	background-image:url(/images/gototop-bg.png);
	background-position:0 0;
	background-repeat:no-repeat;
	list-style:none;
	margin:25px 0 0;
	padding:0;
	width:180px;
	height:56px;
	}
* html ul.gototop{
behavior: expression(IEPNGFIX.fix(this));
} 	


.goto ul.gototop li{
	line-height:0;
	font-size:1px;
	
	}
	
.gotolap{
	clear:both;
	height:30px;
	text-align:left;
	font-size:80%;
	/*float:right;*/
	margin:0 0 10px;
	}
	
.gotolap ul{
	list-style:none;
	margin:0;
	padding:0;
	float:right;
	}
.gotolap ul li{
	font-size:80%;
	margin:0 0 0;
	line-height:130%;
	padding:0 0 0 10px;
	background-image:url(/images/up_li_icon.gif);
	background-repeat:no-repeat;
	background-position:0px 2px;
	}
	
	
.copyright{
	text-align:right;
	padding:0 20px 0 0;
	margin:0;
	}
		
	
.copyright h2{
	color:#dedab2;
	font-size:80%;
	font-weight:bold;
	letter-spacing:1px;
	margin:0 0 5px;
	}
	
.copyright p{
	color:#dedab2;
	font-size:58%;
	}	
	
.copyright ul{
	list-style:none;
	font-size:58%;
	margin:0;
	padding:0 0 0 20px;
	float:left;
	}	
	
.copyright ul li{
	background-image:url(/images/side_li_icon3.gif);
	background-position:0 2px;
	background-repeat:no-repeat;
	padding:0 0 0 12px;
	}	
.copyright a:link {	color: #dedab2;text-decoration:none;}
.copyright a:visited {	color: #dedab2;text-decoration:none;}
.copyright a:active {	color: #eee9d9;text-decoration:none;}
.copyright a:hover {	color: #eee9d9;text-decoration:underline;}
	




/* ---------- clear ----------*/
	
	

div.clear{
	clear:both;
	height:0;
	}
	
div.clear hr{
	display:none;
	}	
		
	
div.space{	
	clear:both;
	height:30px;
	}
	
div.space hr{
	display:none;
	}		
	
	
div.gray{	
	clear:both;
	margin:10px 0 15px;
	height:1px;
	border-top:1px solid #eae9d9;
	}
	
div.gray hr{
	display:none;
	}
	





.mobile p{
	line-height:110%;
	margin:0 0 5px;
	}
	
.mobile img{
	margin:5px 0 5px;
	}
	
.mobile ul{
	margin:0 0 10px;
	}	










	


