﻿@charset "UTF-8";

@import url(http://www.noguchi-g.com/common/css/common_hotel.css);

/* Reset & Restyle
----------------------------------------------- */
body,h1,h2,h3,h4,h5,h6,
p,ul,ol,dl,dt,dd,li,
form,select,option,
address,pre,strong,em {
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 100%;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana,sans-serif;
	text-decoration: none;
	line-height: 1.5;
}

body {
	font-size: 75%;
	background: url("../images/bg_body.gif") repeat-y center #EBE3D8;
}

html>/**/body {
	font-size: 12px;
}

img {
	vertical-align: bottom;
	border: 0;
}

ul, ol {
	list-style-type: none;
}

table {
	border: none;
}

hr {
	visibility: hidden;
	clear: both;
}

em {
	display: block;
	font-size: 85%;
}

/* link color
---------------------------------------------- */
a {
	color: #77510F;
	text-decoration: none;
}
	a:hover {	
		color: #B4873A;
		text-decoration: underline;
	}

/* wrapper
---------------------------------------------- */
#wrapper {
	width: 100%;
	background: url("../images/bg_wrapper.gif") repeat-x top;
}

#wrapper02 {
	padding: 0 !important;
	padding: 0 0 0 1px;
	background: url("../images/bg_container.gif") no-repeat center top;
}

/* container
---------------------------------------------- */
#container {
	width: 760px;
/*	min-height: 1055px;*/
	margin: 0 auto;
	text-align: center;
}

/* contentHead
---------------------------------------------- */
#contentHead {
	width: 760px;
	margin: 0;
	padding: 0px;
}

	/* header
	------------------------------------------ */
	#header {
		float: left;
		width: 565px;
	}
		#header #headerTop {
			height: 95px;
		}
		#header h1 {
			float: left;
			width: 161px;
			padding: 12px 0 8px;
			text-align: left;
		}
		#header ul {
			float: right;
			width: 300px;
			margin: 77px 0 0 0;
		}
			#header ul li {
				display: inline;
				margin: 0 12px 0 0;
				line-height: 1;
			}
				#header ul li img {
					vertical-align: top;
				}

		#header ol {
			width: 565px;
		}
			#header ol li ,
			#header ol li a {
				float: left;
			}
				#header ol li a:hover {
					background-color: transparent;
				}
					#header ol li a:hover img {
						visibility: hidden;
					}
				#header ol li.glNavi01 {
					background: url("../images/glnavi01hover.gif") no-repeat;
				}
				#header ol li.glNavi02 {
					background: url("../images/glnavi02hover.gif") no-repeat;
				}
				#header ol li.glNavi03 {
					background: url("../images/glnavi03hover.gif") no-repeat;
				}
				#header ol li.glNavi04 {
					background: url("../images/glnavi04hover.gif") no-repeat;
				}
				#header ol li.glNavi05 {
					background: url("../images/glnavi05hover.gif") no-repeat;
				}
				#header ol li.glNavi06 {
					background: url("../images/glnavi06hover.gif") no-repeat;
				}
				#header ol li.glNavi07 {
					background: url("../images/glnavi07hover.gif") no-repeat;
				}
		
		#map {
			float: left;
			width: 180px;
			padding: 4px 0 0 0;
		}

/* footer
---------------------------------------------- */
#footer {
	width: 760px;
	margin: 32px 0 0 0;
	text-align: left;
}
	#footer a {
		color: #fff;
	}
	#footer_bt {
		width: 740px;
		height: 50px;
		padding: 0 0 0 20px;
		color: #000;
		font-size: 85%;
		background: url("../images/bg_foot01.gif") repeat-x bottom;
	}
		#footer .btTop {
			float: right;
			width: 180px;
			padding: 0 15px 0 0;
			vertical-align: baseline;
		}
			#footer .btTop img {
				width: 180px;
				height: 28px;
			}
	#footer .glNavi {
		width: 750px;
		height: 40px;
		padding: 0 0 0 10px;
		background: url("../images/bg_foot02.gif") no-repeat;
	}
		#footer ol {
			float: left;
		}
			#footer ol li {
				display: inline;
				padding: 0 10px 0 15px;
				line-height: 40px;
				background: url("../images/icon_arrow03.gif") no-repeat left;
			}

	#footer address {
		padding: 8px 0 20px 0;
		text-align: center;
		background: url("../images/bg_foot03.gif") repeat-x top;
	}