@charset "utf-8";
/* CSS Document */
* {
	padding: 0;
	margin: 0;
}
body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-image: url(image/haikei.gif);
	font-size: 80%;
	color: #333333;
	text-align: center;
}
#wrapper {
	background-color: #FFFFFF;
	width: 1000px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: auto;
}
img {
	border: none;
}
/*●ヘッダーここから●*/
#header {
	width: 950px;
	height: 138px;
	background: url(image/b_head_bg.gif) no-repeat;
	position: relative;
	margin: 0 auto 5px auto;
}
.head_text {
	position: absolute;
	top: 3px;
	left: 25px;
	font-size: 10px;
	color: #090;
	font-weight: normal;
}
.b_head_logo {
	position: absolute;
	top: 20px;
	left: 10px;
}
.b_head_tel {
	position: absolute;
	top: 15px;
	right: 15px;
}
/*otherナビゲーション*/
#b_navi1 {
	width: 735px;
	height: 20px;
	position: absolute;
	bottom: 35px;
	right: 5px;
}
#b_navi1 ul {
	width: 100%;
}
#b_navi1 li {
	float:left;
	padding:0px;
	list-style-type: none;
}
#b_navi1 img { vertical-align:bottom; }
.b_navi1_1 { background:url(image/b_navi1_1_over.gif) no-repeat left bottom; }
.b_navi1_2 { background:url(image/b_navi1_2_over.gif) no-repeat left bottom; }
.b_navi1_3 { background:url(image/b_navi1_3_over.gif) no-repeat left bottom; }
.b_navi1_4 { background:url(image/b_navi1_4_over.gif) no-repeat left bottom; }
.b_navi1_5 { background:url(image/b_navi1_5_over.gif) no-repeat left bottom; }
.b_navi1_6 { background:url(image/b_navi1_6_over.gif) no-repeat left bottom; }
#b_navi1 a { display:block; }
#b_navi1 a:hover { background-color:transparent; }
#b_navi1 a:hover img{ visibility:hidden; }
/*出発地ナビゲーション*/
#b_navi2 {
	width: 835px;
	height: 25px;
	position: absolute;
	bottom: 5px;
	left: 110px;
}
#b_navi2 ul {
	width: 100%;
}
#b_navi2 li {
	float:left;
	padding:0px;
	list-style-type: none;
}
#b_navi2 img { vertical-align:bottom; }
.b_navi2_1 { background:url(image/b_navi2_1_over.gif) no-repeat left bottom; }
.b_navi2_2 { background:url(image/b_navi2_2_over.gif) no-repeat left bottom; }
.b_navi2_3 { background:url(image/b_navi2_3_over.gif) no-repeat left bottom; }
.b_navi2_4 { background:url(image/b_navi2_4_over.gif) no-repeat left bottom; }
.b_navi2_5 { background:url(image/b_navi2_5_over.gif) no-repeat left bottom; }
.b_navi2_6 { background:url(image/b_navi2_6_over.gif) no-repeat left bottom; }
.b_navi2_7 { background:url(image/b_navi2_7_over.gif) no-repeat left bottom; }
.b_navi2_8 { background:url(image/b_navi2_8_over.gif) no-repeat left bottom; }
.b_navi2_1_active { background:url(image/b_navi2_1_active.gif) no-repeat left bottom; }
.b_navi2_2_active { background:url(image/b_navi2_2_active.gif) no-repeat left bottom; }
.b_navi2_3_active { background:url(image/b_navi2_3_active.gif) no-repeat left bottom; }
.b_navi2_4_active { background:url(image/b_navi2_4_active.gif) no-repeat left bottom; }
.b_navi2_5_active { background:url(image/b_navi2_5_active.gif) no-repeat left bottom; }
.b_navi2_6_active { background:url(image/b_navi2_6_active.gif) no-repeat left bottom; }
.b_navi2_7_active { background:url(image/b_navi2_7_active.gif) no-repeat left bottom; }
.b_navi2_8_active { background:url(image/b_navi2_8_active.gif) no-repeat left bottom; }
#b_navi2 a { display:block; }
#b_navi2 a:hover { background-color:transparent; }
#b_navi2 a:hover img{ visibility:hidden; }
/*●テキストリンクここから●*/
#link {
	text-align: center;
	clear: both;
	padding: 10px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	font-size: 11px;
	line-height: 1.4em;
}
#link a {
	text-decoration: none;
	color: #333333;
}
#link a:hover {
	text-decoration: underline;
	color: #0000CC;
}
/*●フッターここから●*/
#footer {
	font-size: 0.9em;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
	padding: 15px 10px;
	overflow: hidden;
}
#footer p {
	line-height: 1.3em;
}
#footer .left {
	float: left;
	text-align:left;
}
#footer .left a {
	text-decoration: none;
	color: #666666;
}
#footer .left a:hover {
	text-decoration: underline;
	color: #0000CC;
}
#footer .right {
	float: right;
	text-align: right;
}

