@charset "Shift_JIS";

*{
	margin: 0;
	padding: 0;
	text-decoration: none;
}
/* ------------------------------
	GLOBAL
------------------------------ */

body {
	padding: 0px;
	margin: 0px;
	color: #333333;
	background-image: url(../img/bg_01.jpg);
	background-repeat: repeat;
	font-size: 12px;
	line-height: 1.5em;
}
html, div, img,h1, h2, h3, h4, h5, h6 ,ul ,li, ol, dl, dd, dt, p, form, input, textarea, object {
	margin: 0px;
	padding: 0px;
}
strong {
	font-weight:bold;
}
ul ,ol ,li {
	list-style-type:none;
}
img {
	border:0;
	vertical-align : top;
}
.left {
float:left;
}
.right {
float:right;
}
/* ------------------------------
	background
------------------------------ */
#wrapper_outside {
	width: 760px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../img/bg_02.jpg);
	background-repeat: repeat-y;
	text-align: center;
}
#wrapper {
	width: 760px;
	background-image: url(../img/bg_ft.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	text-align: left;
}
/* ------------------------------
	header
------------------------------ */
#hd {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
}
/*-----------------------------
pankuzu
---------------------------------*/
#pankuzu {
	width:525px;
	height:33px;
	display: block;
}
#pankuzu a:link,#pankuzu a:visited {
	color: #874A34;
}
#pankuzu a:hover ,#pankuzu a:visited:hover {
	color: #996699;
	text-decoration: underline;
}
#pankuzu p {
	font-size: 10px;
	color: #874A34;
	text-decoration: none;
	text-align: left;
	padding-top: 15px;
}
/* ------------------------------
	menu
------------------------------ */
#menu li a span{
	display:none;
}
#menu li{
_margin-bottom:-3px;
*+margin-bottom:-3px;
}
#menu {
	float:left;
	width:170px;
	background-image: url(../img/mn_r.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	text-align: left;
}
#menu ul {
	width:154px;
	text-align: left;
}
#menu #shisetsu a {
width:154px;
height:134px;
display:block;
}
#menu #dishes a {
width:154px;
height:130px;
display:block;
}
#menu #access a {
width:154px;
height:130px;
display:block;
}
#menu #contact a {
width:154px;
height:130px;
display:block;
}
/* ------------------------------
	footer
------------------------------ */
#ft {
	width: 760px;
	height:118px;
	background-image: url(../img/ft_bg.jpg);
	background-repeat: no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}
#ft #ft_bt {
	padding-top:28px; 
	margin-left: 65px;
	margin-bottom: 23px;
	width: 490px;
	height:24px;
}
#ft #ft_obi {
	margin-left: 20px;
}
/* ------------------------------
	main
------------------------------ */
#wrapper #main_wrapper {
	float:left;
	width:590px;
	background-image: url(../img/bg_main.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#wrapper #main_wrapper #main {
	width:525px;
	margin-left: 65px;
}
#wrapper #main_wrapper #main p.read {
	font-size: 12px;
	line-height: 1.8em;
	color: #6D8460;
}
#wrapper #main_wrapper #main .tit_bg {
	margin-top:20px;
	background-image: url(../img/tit_bg.jpg);
	background-repeat: no-repeat;
}
/* ------------------------------
	chanoyu_banner
------------------------------ */
#service {
width:495px;
height:250px;
background-image:url(../../benitei/img/bg_02.jpg);
background-repeat: no-repeat;
display:block;
padding:27px 0px 0px 20px;
margin-bottom:-27px;
}
#service p {
margin:20px 20px 20px 35px;
width:265px;
}
#more {
margin-left:153px;
}