
body {
	margin:0;
	padding:0;
}


/* ●フロートクリア● */
/*
.clear {
	clear: both;
}
.clearfix:after { 
	content: "."; 
	display: block; 
	clear: both; 
	height: 0; 
	visibility: hidden; 
	line-height: 0; 
} 
.clearfix { 
	display: inline-table; 
	min-height: 1%; 
} 
*/
/* for macIE \*/ 
/*
* html .clearfix { 
	height: 1%; 
} 
.clearfix { 
	display: block; 
} 
*/
/* end of for macIE */
/*
.clearfix {
	overflow:hidden;
}
*/
/* ●背景● */
#main {
	background-image: url(../images/bg_main.gif);
	background-repeat: repeat-y;
	width: 972px;
}

/* ●ヘッダー● */
#header {
	position:relative;
	background-image: url(../images/bg_head.gif);
	height: 74px;
	width: 972px;
}
#header h1,ul { 
	margin:0;
	padding:0;
}
#header ul {
	list-style:none;
}
#header a {
	overflow: hidden;
}
.logo {
	position:absolute;
	height: 60px;
	width: 94px;
	text-indent: -9999px;
	left:20px;
	top:5px;
}
.logo a {
	display:block;
	height: 60px;
	width: 94px;
}
.btnReservation {
	position:absolute;
	background-image: url(../images/btn_reservation.gif);
	text-indent: -9999px;
	height: 22px;
	width: 212px;
	left:629px;
	top:11px;	
}
.btnReservation a {
	display:block;
	background-image: url(../images/btn_reservation.gif);
	height: 22px;
	width: 212px;
}
.btnReservation a:hover {
	background-image: url(../images/btn_reservation_ov.gif);
}
.btnAgent {
	position:absolute;
	background-image: url(../images/btn_agent.gif);
	text-indent: -9999px;
	height: 22px;
	width: 104px;
	left:852px;
	top:11px;	
}
.btnAgent a {
	display:block;
	background-image: url(../images/btn_agent.gif);
	height: 22px;
	width: 104px;
}
.btnAgent a:hover {
	background-image: url(../images/btn_agent_ov.gif);
}
.btnHelp {
	position:absolute;
	background-image: url(../images/btn_help.gif);
	text-indent: -9999px;
	height: 16px;
	width: 52px;
	left:782px;
	top:54px;
}
.btnHelp a {
	display:block;
	background-image: url(../images/btn_help.gif);
	height: 16px;
	width: 52px;
}
.btnHelp a:hover {
	background-image: url(../images/btn_help_ov.gif);
}
.btnAbout {
	position:absolute;
	background-image: url(../images/btn_about.gif);
	text-indent: -9999px;
	height: 13px;
	width: 100px;
	left:852px;
	top:54px;
}
.btnAbout a {
	display:block;
	background-image: url(../images/btn_about.gif);
	height: 13px;
	width: 100px;
}
.btnAbout a:hover {
	background-image: url(../images/btn_about_ov.gif);
}

/* ●パンくず● */
#pastlist {
	font-size:10px;
	margin:5px 10px;
	font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", "Osaka";
	color:#000;		
}
#pastlist a {
	overflow: hidden;
	color:#006fb6;
}
#pastlist a:visited {
	color:#006fb6;
}
#pastlist a:hover {
	color:#F90;
}

/* ●フッター● */
#footer {
	position:relative;
	background-image: url(../images/bg_foot.gif);
	height: 45px;
	width: 972px;
}
#footer p { 
	font-family: "Verdana", "Geneva", "Courier" "Helvetica", "Alial", "Osaka";
	margin:0;
	color:#000;
	font-size:12px;
}
#footer a {
	overflow: hidden;
	color:#006fb6;
}
#footer a:visited {
	color:#006fb6;
}
#footer a:hover {
	color:#F90;
}
.policy-profile {
	text-align:center;
	line-height:1em;
	padding-top:4px;
}
.copyright {
	position:absolute;
	background-image: url(../images/copyright.gif);
	text-indent: -9999px;
	height: 23px;
	width: 964px;
	left:4px;
	top:22px;
}

