* {
	font-size: 12px;
	color: #474747;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	margin: 0px;
}
body {
	background-color: #ECE6D0;
	background-image: url();
	text-align: center;
	margin: 0px;
	padding: 0px;
}
img {
	display: block;
	border-style: none;
}
em,strong,h1,h2,h3,dt {
	font-family: "Hiragino Kaku Gothic Std","ヒラギノ角ゴ Std","Osaka","ＭＳ Ｐゴシック";
	font-weight: bolder;
}
a{
	text-decoration: underline;
}
a:active {
	color: #2B1809;
}
a:link {
	color: #2B1809;
}
a:visited {
	color: #2B1809;
}
a:hover {
	text-decoration: none;
	color: #2B1809;
}

/*----------------------------------------------------
 table style
----------------------------------------------------*/


table.table {
	border-top: 1px solid #BEAE8D;
	border-bottom: 1px solid #BEAE8D;
}

table.table tr th {
	font-size: 12px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	font-weight: normal;
	background-color: #E3DCBF;
	padding: 5px;
}
table.table tr td {
	border-top: 1px solid #BEAE8D;
	background-color: #ECE6D0;
	font-size: 12px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック","Hiragino Kaku Gothic Pro W3","ヒラギノ角ゴ Pro W3","Osaka";
	line-height: 1.5em;
	padding: 5px;
}


/*----------------------------------------------------
 id style
----------------------------------------------------*/

#header {
	width: 100%;
	height: 55px;
	text-align: center;
	background-image: url(../images/header_bg.gif);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div#header div {
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
}

div#header h1 {
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div#header span {
	float: left;
	border-left: 1px dotted #1D1C62;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 10px;	
}
div#header ul {
	float: right;
	list-style: none;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div#header ul li {
	float: left;
	border-left: 1px dotted #4A4333;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;	
}

div#header ul li:first-child  {
	float: left;
	border-left: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}



#introduction {
	width: 100%;
	overflow: hidden;
	text-align: center;
	background-image: url(../images/introduction_bg.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div#introduction div {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
}
div#introduction h2 {
	width: 900px;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
}

#navigation {
	width: 100%;
	height: 60px; 
	text-align: center;
	background-image: url(../images/navigation_bg.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div#navigation div {
	width: 900px;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
}
div#navigation div ul {
	width: 900px;
	text-align: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div#navigation div ul li {
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}


#sidebar {
	width: 255px;
	float: right;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}


#footer {
	width: 100%;
	height: 65px;
	clear: both;
	text-align: center;
	background-image: url(../images/footer_bg.gif);
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;	
}
div#footer div {
	width: 900px;
	color: #514128;
	line-height: 1.8em;
	margin: 0px auto 0px auto;
	padding: 16px 0px 0px 0px;	
}
div#footer div strong {
	color: #514128;
}




/*----------------------------------------------------
 contents style
----------------------------------------------------*/



#wrapper {
	width: 900px;
	overflow: hidden;
	background-image: url(../images/wrapper_bg.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin: 0px auto 0px auto;
	padding: 0px 0px 0px 0px;	
}




#sidebar {
	text-align: left;
	width: 220px;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}




.sidebar_link {
	text-align: left;
	width: 220px;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
dl.sidebar_link dt {
	text-align: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.sidebar_link dd {
	text-align: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.sidebar_link dd a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}





.sidebar_search {
	text-align: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	background-color: #E3DABA;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
dl.sidebar_search dt {
	text-align: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.sidebar_search dd {
	text-align: center;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.sidebar_search dd a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}


dl.sidebar_search dd ul {
	text-align: left;
	width: 200px;
	list-style: none;
	margin: 10px 0px 0px 10px;
	padding: 0px 0px 0px 0px;
}

dl.sidebar_search dd ul li {
	text-align: left;
	width: 200px;
	border-bottom: 1px dotted #2B1809;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 10px 0px;
}
dl.sidebar_search dd ul li strong {
	text-align: left;
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}
dl.sidebar_search dd ul li strong span {
	font-weight: normal;
	color: #2B1809;
	margin: 0px 5px 0px 0px;
	padding: 0px 0px 0px 0px;
}




.sidebar_reservation {
	text-align: left;
	background-color: #E3DABA;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
dl.sidebar_reservation dt {
	text-align: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.sidebar_reservation dd {
	text-align: left;
	width: 200px;
	margin: 0px 0px 10px 10px;
	padding: 10px 0px 0px 0px;
}
dl.sidebar_reservation dd a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}




.sidebar_inquiry {
	text-align: left;
	width: 220px;
	background-color: #E3DABA;
	background-image: url(../images/sidebar_bg.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
}
dl.sidebar_inquiry dt {
	text-align: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
dl.sidebar_inquiry dd {
	width: 200px;
	text-align: left;
	border-bottom: 1px dotted #2B1809;
	margin: 0px 0px 10px 10px;
	padding: 0px 0px 10px 0px;
}
dl.sidebar_inquiry dd a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
}







#contents {
	text-align: left;
	width: 660px;
	float: right;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
div#contents h3 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}


div#contents h4 {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
}




.list {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}


.snippet {
	line-height: 1.5em;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
}







.link {
	background-position: center left;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat; 
	margin: 0px 5px 0px 5px;
	padding: 0px 0px 0px 12px;	
}





.back {
	width: 660px;
	border-top: 1px dotted #2B1809;
	clear: both;
	font-weight: bold;
	text-align: left;
	margin: 0px 0px 0px 0px;
	padding: 20px 0px 0px 0px;
}
div.back a {
	float: right;
	font-weight: normal;
	display: inline;
	background-position: center left;
	background-image: url(../images/link.gif);
	background-repeat: no-repeat; 
	margin: 0px 0px 20px 5px;
	padding: 0px 0px 0px 12px;	
}








/*----------------------------------------------------
 style end
----------------------------------------------------*/

