@charset "utf-8";
/* CSS Document */

/*- ヘッダーバー -*/
#header #headerBar {
	display: none;
}

/*- ヘッダー背景 -*/
#header #image {
	background-image: url(../img/page/gurade.gif);
}

/*- タクシー画像 -*/
#header #image #img {
	float: left;
}

/*- ロゴ -*/
#header #image #logo {
	float: left;
	height: 53px;
	padding-top: 17px;
	padding-bottom: 17px;
	padding-left: 10px;
}

/*- 問い合わせ先 -*/
#header #image #tel {
	float: right;
	height: 70px;
	width: 288px;
	margin-top: 8px;
	margin-right: 10px;
	margin-bottom: 9px;
}


/**********************************************************/
/*メニュー                                                */
/**********************************************************/
/*- メニュー：タクシー案内 -*/
#header #menu ul #menu01 {
	height: 43px;
	width: 218px;
}
#header #menu #menu01 a {
	background-image: url(../img/page/b/b_01.gif);
}
#header #menu #menu01 a:hover {
	background-image: url(../img/page/b/bon_01.gif);
}

/*- メニュー：観光タクシー -*/
#header #menu ul #menu02 {
	height: 43px;
	width: 217px;
}
#header #menu #menu02 a {
	background-image: url(../img/page/b/b_02.gif);
}
#header #menu #menu02 a:hover {
	background-image: url(../img/page/b/bon_02.gif);
}

/*- メニュー：順拝タクシー -*/
#header #menu ul #menu03 {
	height: 43px;
	width: 217px;
}
#header #menu #menu03 a {
	background-image: url(../img/page/b/b_03.gif);
}
#header #menu #menu03 a:hover {
	background-image: url(../img/page/b/bon_03.gif);
}

/*- メニュー：身近なサービス -*/
#header #menu ul #menu04 {
	height: 43px;
	width: 148px;
}
#header #menu #menu04 a {
	background-image: url(../img/page/b/b_04.gif);
}
#header #menu #menu04 a:hover {
	background-image: url(../img/page/b/bon_04.gif);
}

/*- メニュー：トップへもどる -*/
#header #menu #go2Top {
	position: absolute;
	top: 43px;
	height: 37px;
	width: 136px;
	left: 0px;
}
#header #menu #go2Top a {
	background-image: url(../img/top/b/back_01.gif);
}
#header #menu #go2Top a:hover {
	background-image: url(../img/top/b/back_on_01.gif);
}
/**********************************************************/


/*- メイン表示エリア情報 -*/
#mainContent {
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 50px;
	padding-left: 30px;
}

/*- ページタイトル -*/
#mainContent #titleTag {
	background-color: #076098;
	float: left;
	height: 48px;
	width: 12px;
}

/*- ページタイトル -*/
#mainContent #title {
	float: left;
}

/*- ページタイトルバー -*/
#mainContent #titleBar {
	background-image: url(../img/title/title_02.jpg);
	height: 48px;
	width: 449px;
	float: left;
}

/*- ページタイトルテキスト -*/
#mainContent #title h3 {
	display: none;
}

/*- コンテンツ内容 -*/
#mainContent #content {
	margin: auto;
	padding-top: 23px;
}

/*- 各ページトップへ戻る -*/
#container #mainContent .back {
	font-size: 12px;
	padding-left: 12px;
	padding-top: 5px;
}

/*- 各ページトップへ戻るリンク -*/
#mainContent .back a {
	padding-left: 5px;
}
