/* 初期化用CSS読み込み */
@import url(./format.css);

@charset "utf-8";

body {
	font:12px Verdana, Arial, Helvetica, sans-serif;
	color:#333333;
}

a:link,
a:active,
a:visited {
	color:#0066CC;
	text-decoration:none;
}
a:hover {
	color:#0066CC;
	text-decoration:underline;
}

#container {
	width:980px;
	_width:990px;
	margin:0 auto;
	padding:10px;
}

#header {
	width:100%;
	margin:0 0 10px;
}
#header #logo {
	float:left;
	width:250px;
}
#header #banner {
	float:left;
	width:730px;
}
#header #banner p {
	padding:2px 0;
}
#header #local_menu {
	clear:both;
}
#header #local_menu ul li {
	float:left;
	padding:0;
}

#top_header {
	clear:both;
	width:100%;
	margin:0 0 10px;
	padding:20px 10px;
	height:35px;
	background:url(../images/top_header_bg.gif) no-repeat;
}
#top_header h1 {
	color:#0066CC;
	font-size:30px;
}

#content {
	word-wrap: break-word;
	word-break: break-all;
}

#content #left_column {
	float:left;
	width:200px;
}
#content #left_column #rsv_box,
#content #left_column #srch_box {
	width:200px;
	margin:0 0 15px;
	position:relative;
}
#content #left_column #rsv_box #rsv_btn {
	position:absolute;
	left:133px;
	top:9px;
	width:61px;
	height:15px;
	z-index:1;
}
#content #left_column #rsv_box .box_body,
#content #left_column #srch_box .box_body {
	margin:0;
	padding:8px 4px;
}
#content #left_column #rsv_box .box_body {
	border-right:1px solid #B1D53F;
	border-bottom:1px solid #B1D53F;
	border-left:1px solid #B1D53F;
}
#content #left_column #rsv_box .box_body dd {
	margin:0 0 6px;
	padding:6px 5px;
	border-bottom:1px solid #CCCCCC;
}

#content #left_column #rsv_box .box_body dd.club {
	border:none;
}
#content #left_column #rsv_box .box_body .btn {
	text-align:center;
}
#content #left_column #srch_box .box_body {
	border-right:1px solid #A6866D;
	border-bottom:1px solid #A6866D;
	border-left:1px solid #A6866D;
}
#content #left_column #srch_box .box_body ul li {
	padding:3px 0 3px 12px;
	background:url(../images/list_icon.gif) no-repeat 0 0.5em;
}
#content #left_column .pr_area {
	width:200px;
	padding:10px 0;
	border-top:1px solid #CCCCCC;
	text-align:center;
}
#content #left_column .pr_area p {
	margin:0 0 10px;
}

#content #box {
	float:left;
	width:770px;
	padding:0 0 0 10px;
}

#content #box #main_top {
}
#content #box #main_top p {
	margin:0 0 10px;
}
#content #box #main_top p.pr {
	margin:0 0 10px;
}
#content #box #main_top #hot {
	width:100%;
	margin:0 0 10px;
	background-color:#F5F5F5;
}
#content #box #main_top #hot dt {
	float:left;
	padding:0 4px 0 0;
}
#content #box #main_top #hot dd {
	float:left;
	padding:2px 5px;
	font-size:10px;
	white-space: nowrap;
}
#content #box #main_top #page_header {
	width:100%;
	margin:0 0 10px;
	padding:20px 10px;
	height:35px;
	background:url(../images/page_header_bg.gif) no-repeat;
}
#content #box #main_top #page_header h1 {
	color:#0066CC;
	font-size:28px;
}
#content #box #main_top #map {
	position:relative;
	margin:0 0 15px;
}
#content #box #main_top #map #title {
	position:absolute;
	left:40px;
	top:17px;
	width:600px;
	height:18px;
	z-index:1;
	font-size:16px;
	font-weight:bold;
	letter-spacing:2px;
}
#content #box #main_top #map table {
	background-color:#FFFFFF;
}
#content #box #main_top #map table td {
	width:32px;
	height:32px;
	background:#D0ECFF;
	vertical-align:middle;
	text-align:center;
}
#content #box #main_top #map table td.area_btn {
	padding:5px;
	background:#FFECBF;
}
#content #box #main_top #show_list {
	margin:0 0 15px;
	padding:30px 20px;
	background-color:#F5F5F5;
	text-align:center;
}
#content #box #main_top #show_list p {
	margin:0 0 30px;
	line-height:140%;
	font-size:14px;
	font-weight:bold;
}
#content #box #main_top #list {
	width:100%;
	margin:0 0 10px;
}
#content #box #main_top #list #list_title {
	margin:0 0 15px 0;
}
#content #box #main_top #list #list_title h2 {
	float:left;
	width:571px;
	height:19px;
	margin:0 1px 0 0;
	padding:8px 4px;
	background-color:#E0FEC0;
	font-size:16px;
	font-weight:bold;
}
#content #box #main_top #list #list_title #btn {
	padding:3px;
	background-color:#FFECBF;
	text-align:center;
}
#content #box #main_top #list #list_body .list_box {
	margin:0 9px 15px;
}
#content #box #main_top #list #list_body .list_box img {
	float:left;
	margin:0 10px 5px 0;
}
#content #box #main_top #list #list_body .list_box h3 {
	margin:0 0 10px 170px;
	color:#0066CC;
	font-size:12px;
	font-weight:bold;
}
#content #box #main_top #list #list_body .list_box .text {
	margin:0 0 5px 170px;
}
#content #box #main_top #list #list_body .list_box .text p {
	font-size:10px;
}
#content #box #main_top #list #list_body .list_box .text h5 {
	margin:0 0 10px 0;
	padding:2px 3px;
	background-color:#F5F5F5;
	font-size:10px;
	font-weight:bold;
}
#content #box #main_top #list #list_body .list_box .tab {
	clear:both;
	width:100%;
	height:15px;
	padding:2px 0;
	border-top:2px solid #CCCCCC;
	background:url(../images/list_tab_bg.gif) no-repeat right;
}
#content #box #main_top #list #list_body .list_box .tab img {
	margin:0 6px 0 0;
	float:right;
}
#content #box #main_top #detail {
	width:760px;
	margin:0 0 20px;
	padding:10px;
}
#content #box #main_top #detail #detail_box {
	margin:0 0 20px;
	padding:0 0 20px;
	border-bottom:1px dotted #999999;
}
#content #box #main_top #detail #detail_box #box_left {
	float:left;
	width:200px;
	margin:0 15px 0 0;
}
#content #box #main_top #detail #detail_box #box_left .photo {
}
#content #box #main_top #detail #detail_box #box_left .detail {
	padding:8px 6px;
	background-color:#E0FEC0;
}
#content #box #main_top #detail #detail_box #box_left .detail dt {
	float:left;
	width:80px;
	margin:0 6px 3px 0;
	color:#61A820;
	font-weight:bold;
}
#content #box #main_top #detail #detail_box #box_left .detail dd {
	margin:0 0 3px 0;
	color:#666666;
	font-weight:bold;
}
#content #box #main_top #detail #detail_box #box_right {
	margin:0 0 0 215px;
	padding:0 10px 0 0;
}
#content #box #main_top #detail #detail_box #box_right h3 {
	margin:0 0 8px;
	color:#0066CC;
	font-weight:bold;
}
#content #box #main_top #detail #detail_box #box_right .address {
	margin:0 0 12px;
	padding:4px;
	background-color:#F5F5F5;
}
#content #box #main_top #detail #detail_box #box_right .address p {
	margin:2px 0;
	padding:0;
}
#content #box #main_top #detail #detail_box #box_right .intro {
	margin:0 0 15px;
}
#content #box #main_top #detail #detail_box #box_right .intro h4 {
	margin:0 0 8px;
	color:#61A820;
	font-weight:normal;
}
#content #box #main_top #detail #detail_box #box_right .intro p {
	line-height:140%;
}
#content #box #main_top #detail #info_box {
	width:736px;
	margin:0 auto 20px;
}
#content #box #main_top #detail #info_box h5 {
	height:14px;
	padding:8px 4px 6px 24px;
	background:url(../images/clubinfo_title_bg.gif) no-repeat;
	color:#0066FF;
	font-size:12px;
	font-weight:bold;
}
#content #box #main_top #detail #info_box .info {
	padding:12px 6px 0;
	border-right:3px solid #CAE2FF;
	border-bottom:3px solid #CAE2FF;
	border-left:3px solid #CAE2FF;
}
#content #box #main_top #detail #info_box .info ul {
	list-style:disc;
}
#content #box #main_top #detail #info_box .info ul li {
	margin:0 0 12px 18px;
	line-height:140%;
}
#content #box #main_top #detail #btn {
	width:390px;
	margin:0 auto 10px;
	padding:5px;
	background-color:#FFECBF;
	text-align:center;
}

#content #box #main {
	float:left;
	width:460px;
	padding:0 10px 0 0;
	_padding:0 8px 0 0;
}
#content #box #main #content_box {
	margin:0 0 12px 0;
}
#content #box #main #content_box p.pr {
	margin:0 0 6px 0;
}
#content #box #main #content_box .box_title {
	height:15px;
	margin:0 0 5px 0;
	padding:8px 10px 12px 35px;
}
#content #box #main #content_box .box_title h3 {
	float:left;
	color:#005D2D;
	font-size:14px;
	font-weight:bold;
}
#content #box #main #content_box .box_title .btn {
	text-align:right;
}
#content #box #main #content_box .margin_large {
	margin:0 0 10px 0;
}
#content #box #main #content_box .car {
	background:url(../images/title_bg_car.gif) no-repeat;
}
#content #box #main #content_box .flag {
	background:url(../images/title_bg_flag.gif) no-repeat;
}
#content #box #main #content_box .loupe {
	background:url(../images/title_bg_loupe.gif) no-repeat;
}
#content #box #main #content_box .box_body {
}
#content #box #main #content_box .box_body .text_list {
	width:100%;
	margin:0 0 10px 0;
	background-color:#F5F5F5;
}
#content #box #main #content_box .box_body .text_list ul li {
	float:left;
	width:210px;
	margin:8px 4px;
	_margin:8px 3px;
	padding:0 0 0 12px;
	background:url(../images/list_icon.gif) no-repeat 0 0.4em;
}
#content #box #main #content_box .box_body .img_list {
	width:100%;
	background-color:#E0FEC0;
}
#content #box #main #content_box .box_body .img_list ul li {
	float:left;
	_width:210px;
	padding:4px;
}
*+html body #content #box #main #content_box .box_body .img_list ul li {
	width:210px;
	margin:3px 4px;
}

#content #box #main #content_box .box_body td {
	vertical-align:top;
	background-color:#F6FFEC;
}
#content #box #main #content_box .box_body td.area {
	width:80px;
	background:none;
}
#content #box #main #content_box .box_body td p {
	float:left;
	padding:2px 4px;
}
#content #box #main #content_box .box_body .pickup_box {
	margin:0 8px 10px;
	padding:10px 4px;
	border-bottom:1px dotted #999999;
}
#content #box #main #content_box .box_body .pickup_box h4 {
	padding:0 0 10px;
	color:#0066CC;
	font-size:14px;
	font-weight:bold;
}
#content #box #main #content_box .box_body .pickup_box img {
	float:left;
	margin:0 10px 0 0;
}
#content #box #main #content_box .box_body .pickup_box .text {
	margin:0 0 0 90px;
}
#content #box #main #content_box .box_body .pickup_box .text h5 {
	margin:0 0 10px 0;
	padding:2px 3px;
	background-color:#F5F5F5;
	font-size:10px;
	font-weight:bold;
}
#content #box #main #content_box .box_body .pickup_box .text p {
	font-size:10px;
}
#content #box #main #content_box .box_body .club_list {
	padding:6px 10px;
	line-height:160%;
	letter-spacing:0.1em;
	font-size:10px;
}
#content #box #main #content_box .box_body #company_box {
	padding:10px;
}
#content #box #main #content_box .box_body #company_box p {
	padding:0 0 12px;
	line-height:140%;
}
#content #box #main #content_box .box_body #company_box p.company {
	margin:10px 0 20px;
	padding:0;
	line-height:140%;
	color:#005D2D;
	font-size:14px;
}
#content #box #main #content_box .box_body #company_box dl  {
	margin:0 0 15px;
	padding:10px 6px;
	background-color:#F5F5F5;
}
#content #box #main #content_box .box_body #company_box dl.creer  {
	color:#FF6600;
}
#content #box #main #content_box .box_body #company_box dl.plea {
	color:#0066CC;
}
#content #box #main #content_box .box_body #company_box dt {
	float:left;
	width:70px;
	margin:0 0 10px 0;
	padding:0 0 0 12px;
	background:url(../images/list_icon.gif) no-repeat 0 0.4em;
	clear:both;
}
#content #box #main #content_box .box_body #company_box dd {
	margin:0 0 10px 82px;
}

#content #box #right_column {
	float:left;
	width:300px;
}
#content #box #right_column .right_side_banner {
	margin:0 0 10px;
}
#content #box #right_column .pr_area {
	margin:0;
	padding:0 0 10px;
}
#content #box #right_column .pr_area iframe {
	overflow:hidden;
	width:300px;
	height:250px;
}
#content #box #right_column .pr_area p {
	float:left;
	margin:0 10px 10px 0;
}

#footer_pr {
	clear:both;
	width:980px;
	margin:0 auto;
	text-align:center;
}
#footer_pr .banner {
	float:left;
	margin:0 26px 0 0;
	_margin:0 20px 0 0;
}
#footer_pr .banner p.top {
	margin:0 0 24px;
}
#footer_pr .amazon {
	float:left;
}

#footer {
	clear:both;
	width:980px;
}
#footer #top {
	height:30px;
	background:url(../images/footer_bg.gif) no-repeat top;
}
#footer #bottom {
	padding:6px 8px;
	border-bottom:1px solid #79B724;
	background-color:#96C732;
	text-align:right;
}
#footer #bottom p {
	padding:6px 0 0;
}
#footer #bottom p.text {
	color:#FFFFFF;
}
#footer #bottom p.company {
	float:left;
	color:#CFE6A1;
}
#footer #bottom p.copy {
	float:right;
	color:#CFE6A1;
}
#footer #bottom p a {
	color:#FFFFFF;
}
#footer #bottom p.company a {
	color:#CFE6A1;
}
#footer #bottom p a:hover {
	text-decoration:none;
}
#footer #bottom p img {
	vertical-align:middle;
}
#footer #recommend {
	clear:both;
	padding:8px 8px 4px;
	background-color:#B1D53F;
}
#footer #recommend p {
	margin:0 0 8px 0;
	color:#006600;
}
#footer #recommend #banner img {
	float:left;
	margin:0 6px 6px 0;
}

#footer #recommend #text_link {
	clear:both;
	margin:0 auto 6px;
	padding:0 5px;
}
#footer #recommend #text_link ul li {
	float:left;
	margin:0 10px 0 0;
}



