﻿@charset "utf-8";

/* 
------------------------------------------------------------
お申込み
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

h2 {
	margin-bottom: 10px;
}
h3 {
	margin-bottom: 10px;
	padding-top: 10px;
	background: url(../img/line_dotted.gif) repeat-x left top;
}
.inner {
	margin-bottom: 30px;
}
.cont {
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: url(../img/line_dotted.gif) repeat-x left bottom;
}
.arrow {
	margin-bottom: 15px;
	margin-left: 212px;
}
table {
	border-collapse: collapse;
	font-size: 100%;
}
table th {
	padding: 5px;
	border: 1px solid #CCCCCC;
	background-color: #DDDDDD;
	font-weight: normal;
	text-align: center;
}
table td {
	padding: 5px;
	border: 1px solid #CCCCCC;
}
.attention {
	font-size: 95%;
}
/* --- ページのトップへ戻る ---*/

.gotop {
	position: relative;
	clear: both;
	width: 545px;
	height: 20px;
	margin-bottom: 30px;
}
.gotop p {
	position: absolute;
	right: 0;
	top: 0;
	background: url(../img/pagetop_on.gif) no-repeat right top;
}
.gotop p a {
	display: block;
}
.gotop p a:hover {
	background-color: transparent;
}
.gotop p a:hover img {
	visibility: hidden;
}

/* 
サイドバー
------------------------------------------------------------ */

#side #search ul {
	position: relative;
	width: 175px;
	margin-bottom: 10px;
}
#side #search li {
	width: 175px;
}

/* --- 「○○から探す」ロールオーバー設定 ---*/

#side #search .search_nav_1 {
	margin-bottom: 5px;
	background: url(../img/side_search_map_on.jpg) no-repeat left top;
}
#side #search .search_nav_2 {
	margin-bottom: 5px;
	background: url(../img/side_search_route_on.jpg) no-repeat left top;
}
#side #search .search_nav_3 {
	margin-bottom: 5px;
	background: url(../img/side_search_area_on.jpg) no-repeat left top;
}
#side #search .search_nav_4 {
	margin-bottom: 5px;
	background: url(../img/side_search_price_on.jpg) no-repeat left top;
}
#side #search .search_nav_5 {
	background: url(../img/side_search_list_on.jpg) no-repeat left top;
}
#side #search li a {
	display: block;
	width: 175px;
	height: 55px;
}
#side #search li a:hover {
	background-color: transparent;
}
#side #search li a:hover img {
	visibility: hidden;
}