@charset "utf-8";
/* common.css */

/* 
*
*	Common Style Sheet
*	Last Update 2007-11-07
*
*	1-1.Clearfix
*	1-2.FontSize-Xtra_Large
*	1-3.FontSize-Large
*	1-3.FontSize-Medium
*	1-4.FontSize-Small
*	1-5.FontSize-Xtra_Small
*	1-6.FontSize_For_Img_Caption
*	1-7.FontSize_For_Img_Caption_Center
*	1-8.FontSize_For_Img_Caption_Right
*	1-9.For Hidden Items
*	
*	2-1.header
*	2-2.menu
*	2-3.footer
*
*/


/*======================================

	1-1.Clearfix

=======================================*/

div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser(except NN7.1)*/
	content: " ";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}

/*======================================

	1-2.FontSize-Xtra_Large

=======================================*/

.large_x {
	font-size: 1.5em;
	line-height: 1.3em;
}
.large_x_nomargin {
	font-size: 1.5em;
	line-height: 1.3em;
	margin-bottom: 0;
}
.large_x_h {
	font-size: 1.5em;
	line-height: 1.5em;
}
.large_x_h_nomargin {
	font-size: 1.5em;
	line-height: 1.5em;
	margin-bottom: 0;
}


/*======================================

	1-3.FontSize-Large

=======================================*/

.large {
	font-size: 1.33em;
	line-height: 1.3em;
}
.large_nomargin {
	font-size: 1.33em;
	line-height: 1.3em;
	margin-bottom: 0;
}
.large_h {
	font-size: 1.33em;
	line-height: 1.5em;
}
.large_h_nomargin {
	font-size: 1.33em;
	line-height: 1.5em;
	margin-bottom: 0;
}


/*======================================

	1-3.FontSize-Medium

=======================================*/

.medium {
	font-size: 1.17em;
	line-height: 1.3em;
}
.medium_nomargin {
	font-size: 1.17em;
	line-height: 1.3em;
	margin-bottom: 0;
}
.medium_h {
	font-size: 1.17em;
	line-height: 1.5em;
}
.medium_h_nomargin {
	font-size: 1.17em;
	line-height: 1.5em;
	margin-bottom: 0;
}


/*======================================

	1-4.FontSize-Small

=======================================*/

.small {
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 1px;
}
.small_nomargin {
	font-size: 1em;
	line-height: 1.3em;
	letter-spacing: 1px;
	margin-bottom: 0;
}
.small_h {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_h_nomargin {
	font-size: 1em;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}


/*======================================

	1-5.FontSize-Xtra_Small

=======================================*/

.small_x {
	font-size: 0.83em;
	line-height: 1.3em;
}
.small_x_nomargin {
	font-size: 0.83em;
	line-height: 1.3em;
	margin-bottom: 0;
}
.small_x_h {
	font-size: 0.83em;
	line-height: 1.5em;
	letter-spacing: 1px;
}
.small_x_h_nomargin {
	font-size: 0.83em;
	line-height: 1.5em;
	letter-spacing: 1px;
	margin-bottom: 0;
}


/*======================================

	1-6.FontSize_For_Img_Caption

=======================================*/

.caption_l {
	font-size: 1em;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
}
.caption_s {
	font-size: 0.83em;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
}


/*======================================

	1-7.FontSize_For_Img_Caption_Center

=======================================*/

.caption_l_center {
	font-size: 1em;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: center;
}
.caption_s_center {
	font-size: 0.83em;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: center;
}


/*======================================

	1-8.FontSize_For_Img_Caption_Right

=======================================*/

.caption_l_right {
	font-size: 1em;
	margin-top: 5px;
	letter-spacing: 1px;
	line-height: 1em;
	text-align: right;
}

.caption_s_right {
	font-size: 0.83em;
	margin-top: 5px;
	line-height: 1em;
	letter-spacing: 1px;
	text-align: right;
}


/*======================================

	1-9.For Hidden Items

=======================================*/

hr,
.hidden {
   display: none;
   visibility: hidden;
}



/*======================================

	2-1.header

=======================================*/
#wrapper {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 100%;
	background: url(../images/back.gif) center top repeat-x;
}


#wrapper #header {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 800px;
	height: 80px;
	position: relative;
}


#wrapper #header h1 {
	position: absolute;
	bottom: 0;
	left: 0;
}


#wrapper #header #tel {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 164px;
	height: 47px;
	background: url(../buttons/tel.gif) right top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}


#wrapper #header ul#sub_menu {
	position: absolute;
	bottom: 6px;
	right: 0;
	list-style: none;
	width: 235px;
	height: 20px;
	margin: 0;
	padding: 0;
	border: 0;
	background: url(../buttons/sub_menu.gif) right top no-repeat;
	text-align: left;
}


#wrapper #header ul#sub_menu li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}


#wrapper #header ul#sub_menu li a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 20px;
	text-indent: -9999px;
	overflow: hidden;
}

#wrapper #header ul#sub_menu li a#sub_menu1 {
	width: 67px;
}

#wrapper #header ul#sub_menu li a#sub_menu2 {
	width: 74px;
}

#wrapper #header ul#sub_menu li a#sub_menu3 {
	width: 55px;
}

#wrapper #header ul#sub_menu li a#sub_menu4 {
	width: 39px;
}


/*======================================

	2-2.menu

=======================================*/

#wrapper #menu {
	margin: 0;
	padding: 0;
	border: 0;
	width: 100%;
	height: 50px;
	background: url(../buttons/back_menu.gif) center top repeat-x;
	text-align: left;
}


#wrapper #menu ul {
	margin: 0 auto;
	padding: 0;
	border: 0;
	list-style: none;
	width: 800px;
	height: 50px;
	background: url(../buttons/menu.gif) left top no-repeat;
	text-align: left;
}


#wrapper #menu ul li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
}


#wrapper #menu ul li a {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	height: 50px;
	text-indent: -9999px;
	overflow: hidden;
}

#wrapper #menu ul li a#menu1 {
	width: 151px;
}

#wrapper #menu ul li a#menu2 {
	width: 139px;
}

#wrapper #menu ul li a#menu3 {
	width: 88px;
}

#wrapper #menu ul li a#menu4 {
	width: 88px;
}

#wrapper #menu ul li a#menu5 {
	width: 103px;
}

#wrapper #menu ul li a#menu6 {
	width: 120px;
}

#wrapper #menu ul li a#menu7 {
	width: 111px;
}


/*======================================

	2-3.footer

=======================================*/

#wrapper #footer {
	margin: 0;
	padding: 0;
	border-top: 2px solid #5D725E;
	width: 100%;
}


#wrapper #footer #footer_content {
	margin: 0 auto;
	padding: 15px 0;
	border: 0;
	width: 800px;
	height: 4.5em;
}


#wrapper #footer #footer_content address {
	margin: 0;
	padding: 0;
	border: 0;
	width: 350px;
	float: left;
	color: #D2D4D3;
	font-style: normal;
}


#wrapper #footer #footer_content p#copyright {
	margin: 0 0 8px 0;
	padding: 0;
	border: 0;
	width: 350px;
	float: right;
	color: #D2D4D3;
	text-align: right;
}


#wrapper #footer #footer_content #flash {
	margin: 0;
	padding: 0;
	border: 0;
	width: 350px;
	float: right;
	color: #D2D4D3;
	text-align: right;
}


#wrapper #footer #footer_content #flash img {
	margin: 0;
	padding: 0;
	border: 0;
}


#wrapper #footer #footer_content #flash p {
	margin: 0;
	padding: 0;
	border: 0;
	float: right;
}


/*======================================

	2-4.page

=======================================*/

#wrapper #content_body {
	margin: 0 auto;
	padding: 0;
	border: 0;
	width: 800px;
	background-color: #3B3D3B;
	color: #FFF;
}


#wrapper #content_body h2#title {
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
	width: 800px;
	height: 170px;
	text-indent: -9999px;
	overflow: hidden;
}


#wrapper #content_body h3.sub_title {
	display: block;
	clear: both;
	margin: 0 auto 15px auto;
	padding: 0;
	border: 0;
	width: 740px;
	height: 33px;
	text-indent: -9999px;
	overflow: hidden;
}


#wrapper #content_body p#text_link {
	clear: both;
	margin: 45px 0 10px 30px;
	padding: 0;
	border: 0;
	width: 480px;
	float: left;
	text-align: center;
}


#wrapper #content_body #tel_reservation {
	display: block;
	margin: 40px 94px 10px 0;
	padding: 0;
	border: 0;
	width: 182px;
	height: 56px;
	background: url(../images/footer_tel.gif) left top no-repeat;
	float: right;
	text-indent: -9999px;
	overflow: hidden;
}