/* タグのスタイルシート 
------------------------  */
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family:"ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
sans-serif;
	line-height: 1.4;
	background: #DEDECA url(image/body_bg.gif) left top repeat-y;
	color: #666633;
}
p {
	/*\*/
	letter-spacing: 0.2em;
	/**/
}
p#small {
	width: 350px;
}
/* ヘッダーのスタイルシート
----------------------------  */
#header {
	position: relative;
	width: 100%;
	height: 101px;
}
#seo1 {
	margin-left: 200px;
	color: #ffffff;
}
#cliff {
	margin-left: 400px;
}

#logo {
	position: absolute;
	left: 19px;
	top: 37px;
	margin: 0;
}
#globalNav {
	position: absolute;
	top: 70px;
	left: 144px;
	width: 540px;
	height: 25px;
	list-style-type: none;
	background: #ffffff url(eizokouka/) left top repeat-x;
}
#globalNav li {
	float: left;
	width: 90px;
}
#globalNav li a {
	display: block;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height: /**/:25px;
	padding-top: 25px;
	background-image: url(image/navi1.gif);
	color: #FFFFFF;
}
#navi1 a { background-position: 0 0 }
#navi2 a { background-position: -90px 0 }
#navi3 a { background-position: -180px 0 }
#navi4 a { background-position: -270px 0 }
#navi5 a { background-position: -360px 0 }
#navi6 a { background-position: -450px 0 }

#navi1 a.stay { background-position: 0 -25px }
#navi2 a.stay { background-position: -90px -25px }
#navi3 a.stay { background-position: -180px -25px }
#navi4 a.stay { background-position: -270px -25px }
#navi5 a.stay { background-position: -360px -25px }
#navi6 a.stay { background-position: -450px -25px }

#navi1 a:hover { background-position: 0 -50px }
#navi2 a:hover { background-position: -90px -50px }
#navi3 a:hover { background-position: -180px -50px }
#navi4 a:hover { background-position: -270px -50px }
#navi5 a:hover { background-position: -360px -50px }
#navi6 a:hover { background-position: -450px -50px }

/* プライマリーのスタイルシート
------------------------------ */
#content {
	position: relative;
	margin: 10px 0;
	width: 100%;
	width: 760px;
	margin-top: 26px;
}
#primary {
	margin-left: 206px;
	width: 500px;
	top: 0;
	background-color: #FFFFFF;
}
#inquiry {
	position: absolute;
	width: 500px;
}
#inquiry table {
	margin-top: 0;
	border-top: 1px solid #cccccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	font-size: 100%;
	width: 100%;
}
#inquiry td {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: none;
	border-right: none;
	padding: 10px;
}
#inquiry th {
	border-top: none;
	border-bottom: 1px solid #cccccc;
	border-left: 6px solid #cccccc;
	border-right: none;
	background-color: #f3f3f3;
	font-weigh: normal;
	padding: 10px;
	width: 100px;
}
#inquiry th.must {
	border-left-color: #d90000;
	background-color: #999999;
}

/* セカンダリーのスタイルシート
-------------------------------- */
#secondary {
	position: absolute;
	width: 168px;
	left: 10px;
	top: 0;
	background: #ffffff;
}
#secondary h3 {
	margin: 0;
	padding: 7px 10px;
	font-size: 100%;
	border-top: 1px solid #D77900;
	color: #FFFFFF;
	background: #EC8602 url(image/secondary_h3_bg.gif) right top repeat-y;
}
#secondary p {
	margin: 10px;
	font-size: 95%;
}
#secondary img {
	margin-left: 10px;
	margin-top: 15px;
}
#navi {
	position:relative;
	width: 100%;
	height: 95px;
}
#globalNav2 {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	width: 168px;
	height: 18px;
	list-style-type: none;
}
#globalNav2 li {
	float: left;
	width: 138px;
	border-bottom: 1px solid #CCCCCC;
}
#globalNav2 li a {
	width: 138px important;
	width /**/: 168px;
	display: block;
	padding: 5px 5px 5px 25px;
	overflow: hidden;
	width: 100%;
	height: 0 !important;
	height: /**/:18px;
	padding-top: 18px;
	background-image: url(image/navi2.gif);
	color: #FFFFFF;
}
#navi7 a { background-position: 0 0 }
#navi8 a { background-position: -168px 0 }
#navi9 a { background-position: -336px 0 }
#navi10 a { background-position: -504px 0 }
#navi11 a { background-position: -672px 0 }
#navi12 a { background-position: -840px 0 }

#navi7 a:hover { background-position: 0 -20px }
#navi8 a:hover { background-position: -168px -20px }
#navi9 a:hover { background-position: -336px -20px }
#navi10 a:hover { background-position: -504px -20px }
#navi11 a:hover { background-position: -672px -20px }
#navi12 a:hover { background-position: -840px -20px }

/* フッターのスタイルシート
----------------------------- */
#footer {
	position: absolute;
	top: 1000px;
	width: 760px;
	background: #f6ebb3 url(image/foot_bg.gif) right top repeat-x;
}
#footer ul {
	margin-left: 75px;
	padding: 0;
	list-style: none;
}
#footer li {
	padding: 5px 1px 5px 1px;
	float: left;
	width: 100px;
}
#footer li a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 100%;
	height: 0 !important;
	height /**/:20px;
	border-left: 1px solid #aaaaaa;
	border-right: 1px solid #aaaaaa;  
	color: #888888;
}
#footer li a:hover {
	color: #cccccc;
}
#footer p {
	float:left;
	width:760px;
	background: #f6ebb3 url(image/foot_bg.gif) right top repeat-x;
}
#footer img{
	margin: 5px 0 5px 150px;
}

