@charset "utf-8";
/* CSS Document */

/*------------------
		Common
-------------------*/


html,body {
	margin: 0;
	padding: 0;
}

a:focus {
	outline: none;
}

a {
	text-decoration: none;
	font-size: 12px;
}

a img {
	border: 0;
}

dl,dt {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;;
}

.hidden {
	visibility: hidden;
}

img {
	vertical-align:bottom;
}


/*------------------
		Index
-------------------*/

body{
	background-color:#333333;
}

#wrapper{
	width:886px;
	min-height:840px;
	margin:auto;
	/*padding:auto;*/
	background-image:url(../images/bg_white.png);
	background-repeat:repeat-y;
}

#header_l{
	width:430px;
	height:200px;
	margin-left:13px;
	float:left;
	display:inline;
	
}

#header_r{
	width:430px;
	height:200px;
	margin-right:13px;
	float:right;
	display:inline;
	
}

#language_choice{
	width:860px;
	height:20px;
	margin-left:13px;
	margin-right:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#language{
	width:860px;
	height:20px;
	background-repeat:no-repeat;
	text-align:right;
	float:right;
	background-color: #98909f;
}

#language_margin{
	margin:5px;
}

.choice{	
	color:#000;
	text-decoration:none;
	font-size:16px;
	font-style:italic;
}
	
a:active{ color:#900;} 
a:hover{color:#900;}

/*menu*/	

#menu {
	width:860px;
	height:75px;
	margin-left:13px;
	clear:both;
	background-image:url(../images/menu.gif);
}

ul.menu_top li{
	list-style:none;
	margin-top:26px;
	float:left;
}

ul.menu_top li a{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}
ul.menu_top li a span{
	font-size:18px;
	font-family:Georgia, "Times New Roman", Times, serif;
}

#index{width:100px; padding-left:10px; text-align:left}
#menu_price{width:187px; text-align:center;}
#gallery{width:187px; text-align:center;}
#contactus {width:186px; text-align:center;}
#access{width:100px; text-align:right; padding-right:0px;}
		
.menu_top a:link{color:black;}    /* regular*/
.menu_top a:visited{color:black;} /* after visited*/
.menu_top a:active{color:#900;}   /* clicking */
.menu_top a:hover{color:#900; font-weight:bold;}    /* mouseover */

.red{color:#900; font-weight:bold;}


/*---- contents main ----*/

#contents{
	width:760px;
	height:430px;
	margin: 0 63px;
	font-size:15px;
	}

/*---- contents left top (about HN) ----*/

#contents_left_t{
	width:380px;
	height:280px;
	float:left;
	/*background-image:url(../images/bg_for_hn1.gif)*/;
}

#contents_left_t_j{
	width:370px;
	height:280px;
	float:left;
	/*background-image:url(../images/bg_for_hn.jpg)*/;
	}
	
#marquee{
	width:355px;
	margin-right:30px;
}

#marquee_j{
	width:280px;
		margin-left:10px;
}

.name{
	font-size:16px;
	font-weight:bold;
	color:#900;
	letter-spacing:1px;
	}

.name.j{
	font-size:16px;
	font-weight:bold;
	color:#900;
	letter-spacing:1px;
	}
	
	
.text_j{
	font-size:13px;
	line-height:160%;
	color:#333;
	padding-left:10px;
		}
		
.text_j p{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
	
#maintop{
	height:300px;
	width:760px;
	float:left;
	overflow:hidden;
}
	
.text_e{
	font-size:14px;
	line-height:130%;
	color:#333;
	}
	
#japanese_info{
	 font-family:"Lucida Console", Monaco, monospace;
	 font-size:12px;
	 	 }	
/* contents right top(event) */

#contents_right_t{
	width:380px;
	height:280px;
	float:right;
}

.mini_title{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}

#events {
	width:380px;
	height:15px;
	float:left;
	}
	
#line_events{
	width:250px;
	height:12px;

	float:left;
	display: inline;
	border-bottom: solid 3px #000;
	}

#title_events{
	width:105px;
	height:15px;
	margin-right:20px;
	float:right;
	display: inline;	
	font-size:15px;
	text-align:right;
}


#events_box{
	overflow:auto;
	width:360px;
	height:240px;
	margin-top:10px;
	margin-right:10px;
	float:right;
	}

.list_title{
	color:#900;
	}
	
	

/*----- contents left bottom (News) -----*/

#mainbottom{
	width:760px;
	height:230px;
	float:left;
}

#contents_left_b{
	width:380px;
	float:left;
	}


#news {
	width:380px;
	height:15px;
	float:left;
	}
	
#line_news{
	width:230px;
	height:12px;
	margin-right:9px;
	float:left;
	display: inline;
	border-bottom: solid 3px #000;
	}

#title_news{
	width:115px;
	height:15px;
	margin-right:20px;
	float:right;
	display: inline;	
	font-size:15px;
	text-align:right;
}

#news_box{
	width:320px;
	float:left;
	}

#weather{
	width:360px;
	height:215px;
	float:left;
	margin-top:20px;
}	

#index_img{
	width:360px;
	height:215px;
	float:left;
	margin-top:12px;
}



/* contents right bottom(menu) */




#contents_right_b{
	width:380px;
	height:215px;
	float:right;
}

#menu_content{
	width:380px;
	height:15px;
	float:left;
	}
	
#line_menu{
	width:220px;
	height:12px;
	margin-right:9px;
	float:left;
	display: inline;
	border-bottom: solid 3px #000;
	}


#title_menu{
	width:135px;
	height:15px;
	margin-right:10px;
	float:left;
	display: inline;
	font-size:15px;
	text-align:right;
}

#menu_box{
    overflow:auto;
	width:360px;
	height:190px;
	margin-top:10px;
	margin-right:10px;
	float:right;
	}
	



/*------------------
    contact us 
-------------------*/

#contact{
	width:760px;
	float:left;
		}

#form_left{
	width:260px;
	float:left;
	margin-top:10px;
	margin:40px;
}

#form_right{
	width:380px;
	float:right;
	margin-top:10px;
	display:inline;
	
	text-align:left;
	font-family:Georgia, "Times New Roman", Times, serif;
}


	
#form_right_j{
	width:380px;
	float:right;
	margin-top:10px;
	display:inline;
	text-align:left;
	font-family:"Lucida Console", Monaco, monospace;
	
}


.japanese15{	
	font-size:15px;
	font-weight:bold;
	font-family:"Lucida Console", Monaco, monospace;
	}
	

.japanese13{	
	font-size:13px;
	font-family:"Lucida Console", Monaco, monospace;
	}
	
.form_color	{
	background-color:#FFD9D9;
	background-repeat:no-repeat;
	font-size:12px;
	}
	
#form_right h1{
	font-size:18px;
	text-align:left;
}

#form_right p {
	font-size:14px;
}




/*------------------
  photo gallery
-------------------*/

#albumbox{
	width:860px;
	height:370px;
	}

#th {
	color:#900;
	font-size:14px;
	border:1px solid #900;
	}

#td{
	width:150px;
	padding:5px;
	border:1px ridge #900;
	}
	
p.intro_gallery{
	text-align:center;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	}
p.intro_gallery_e{
	text-align:center;
	font-size:13px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}
	
	
.info{
	text-align:center;
	font-size:12px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif
	}

/*------------------
     menu price
-------------------*/


#drink_bg_e{
	width:760px;
	height:450px;
	background-image:url(../images/drink_menu_e.gif);
	background-repeat:no-repeat;
		}	

#drink_bg_j{
	width:760px;
	height:450px;
	background-image:url(../images/drink_menu_j.gif);
	background-repeat:no-repeat;
	}

.drink_bg_j td{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:9px;
	}

.drink_bg_e td{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	height:9px;
	}
	
.kind {
	font-size:9px;
	background-color:#E5E5E5;
	border:1px ridge #900;
	font-weight:bold;
	letter-spacing:2px;
	}
	
.alcohol{
	width:150px;
	font-size:9px;
	letter-spacing:normal;
	}
	
.price{
	width:50px;
	font-size:10px;
	}

.kind_e {
	font-size:10px;
	background-color:#E5E5E5;
	border:1px ridge #900;
	font-weight:bold;
	letter-spacing:2px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.alcohol_e{
	width:140px;
	font-size:10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	}
	
.price_e{
	width:60px;
	font-size:10px;	
	font-family:Georgia, "Times New Roman", Times, serif;
	}

/*------------------
   access page
-------------------*/

#map_box{
	width:760px;
	height:400px;
	float:left;

	}
		
#map{
	width:400px;
	float:left;

	
}
	
#location{
	width:345px;
	float:right;
	margin:28px 0 0 15px;
	display:inline;
 	}


#location h1{
	font-size:20px;
	font-weight:bold;
	text-decoration:underline;
	letter-spacing:4px;
	color:#333;
}
		
.strong{
	font-weight:bold;
	line-height:20px;
}		

/*............
     form deco
	 ...........*/

.db_form table{
	width:370px;
	font-size:10px;
	border-top: 1px #FFC1C1 solid;
	border-left: 1px #FFC1C1 solid;
	}

.db_form th{
	font-size:12px;
    background-color:#E4E4E4;

}
.db_form td{
	font-size:12px;
	border-right: 1px #FFC1C1 solid;	
	border-bottom: 1px #FFC1C1 solid;
}

.db_form_e table{
	width:360px;
	font-size:10px;
	border-top: 1px #FFC1C1 solid;
	border-left: 1px #FFC1C1 solid;
	}

.db_form_e th{
	font-size:12px;
    background-color:#E4E4E4;

}

.db_form_e td{
	font-size:12px;
	border-right: 1px #FFC1C1 solid;	
	border-bottom: 1px #FFC1C1 solid;
}



.copyright p{
	width:860px;
	height:10px;
	clear:both;
	font-size:11px;
	text-align:center;
	margin-left:13px;
	}
