/*
brown: #7D4701
gray : #696969
dark gray:#2D3437
gray:     #6C7173
*/

@charset "Shift_JIS";

@import url("home.css");
@import url("reservation.css");
@import url("contents.css");
@import url("navi.css");

*{
	margin:0;
	padding:0;
	color:#696969;
	font-size:12px;
	font-family:"ＭＳ Ｐゴシック";
	line-height:145%;
}

body{
	scrollbar-arrow-color:#2b85bb;
	scrollbar-base-color:#ffffff;
	scrollbar-darkshadow-color:#2d3437;
	scrollbar-highlight-color:#dddddd;
	scrollbar-shadow-color:#eeeeee;
	scrollbar-track-color:#eeeeee;
	background:#dedede url(../images/bg/main.gif) repeat-y center;
}

img{border:none;}

h1{
	text-indent:-9999px;
	line-height:0;
}

table.mainT{
	margin:0 auto;
	width:896px;
}

.logo{
	background:url(../images/bg/header.gif) repeat-x;
	width:896px;
	height:75x;
}

p a,
p a:link,
p a:active,
p a:visited{
	color:#1313CC;
	text-decoration:none;
	border-bottom:1px dotted;
}

p a:hover{
	border:none;
}













