﻿@charset "utf-8";

/* 
------------------------------------------------------------
ご使用例
------------------------------------------------------------ */

/* 
メイン
------------------------------------------------------------ */

h2 {
	margin-bottom: 10px;
}

.inner {
	display: inline;
	float: left;
	width: 485px;
	margin-left: 15px;
	margin-bottom: 15px;
	padding: 15px;
	border: 1px solid #999999;
}
.inner .title {
	margin-bottom: 10px;
	padding-left: 15px;
	background: url(../img/point_1.gif) no-repeat left 0.4em;
	font-size: 15px;
	font-weight: bold;
}
.inner .text {
	float: left;
	width: 320px;
}
.inner .img {
	float: left;
	margin-left: 15px;
}
.inner .attention {
	clear: both;
	margin-top: 15px;
	font-size: 95%;
}



/* --- ページのトップへ戻る ---*/

.gotop {
	clear: both;
	position: relative;
	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;
}