/*===========ブラウザのCSSを初期化_ここから===========*/
* { margin:0; padding:0; }
    
body{color:#000000; background-color:#ffffff; margin:auto; text-align:center;}

img { border:none; }

h1,h2,h3,h4,h5,h6,p,address,em { font:normal 100%/100% normal; }
/* ==============ブラウザのCSSを初期化_ここまで============================= */

/*リンク設定*/
a:link { color:#ffffff; font-style:normal; }
/*a:visited { color:#ffffff; }*/
a:hover { color:#ff0000; font-style:normal; }
a:active { text-decoration:blink; color:#ffffff; }

/*flota解除*/
div.floatclear{ clear:both; }

/*メイン*/
/*== 中央のコンテンツ全体を囲んでいるBOX ==*/
div.main_body {
	margin:5px auto 3px auto;
	width:940px;
	height:auto;
	text-align:left;
	background-color:#fff;
}

/*===========タイトル・選択ボタン===========*/
/*メイン*/
div.title {
	width:940px;
	background-color:#000;
	float:left;
	text-align:center;
}
/*選択項目*/
div.choice {
	width:940px;
	padding-top: 5px;
	background:url(../image/choice_bg.jpg);
	float:left;
	color:#fff;
	font-size:14px;
	text-align:left;
}
	div.choice_in {
		width:930px;
		padding:0px 5px 5px 5px;
		float:left;
	}
	div.choice_title {
		width: 80px;
		padding:5px 5px 0px 0px;
		float:left;
	}
	div.choice_item {
		width: 840px;
		float:left;
	}

/*検索内容*/
div.word{
	width:938px;
	height:auto;
	background:url(../image/word_bg.jpg);
	float:left;
	color:#000;
	text-align:right;
	font-size:12px;
	border-right: 2px solid #888;
	border-bottom: 2px solid #666;
}
	div.word_in{
		padding:0px 5px 1px 5px;
	}

/*左ブロック*/
div.main_map {
	text-align:center;
	width:700px;
	float:left;
	background-color:#FFFFCC;
}
/*地図領域*/
/*== マップを設置するボックスの背景設定 ==*/
div#map_main {
	background-color:#060;
	width:695px;
	margin:auto;
	padding-left:5px;
	text-align:center;
	font-size:10px;
}
/*トップの画像領域*/
div#top_def {
	background:url(../image/top_def.jpg);
	width:700px;
	height:500px;
	text-align:center;
	font-size:14px;
}
div#top_def_2 {
	background:url(../image/no_messa_top.jpg);
	width:700px;
	height:500px;
	text-align:center;
	font-size:14px;
}
div.top_midashi {
	width:600px;
	/*background-color:#0ff;*/
	text-align:center;
	font-size:14px;
	color:#003;
	font-weight:bold;
	padding:40px 0px 15px 0px;
}
div.setsumei {
	width:600px;
	/*background-color:#f33;*/
	height:auto;
	text-align:left;
	font-size:13px;
	color:#003;
	padding:10px 10px 10px 40px;
}

	/*右ブロック*/
	div.main_list {
		width:235px;
		color:#fff;
		font-size:medium;
		text-align:left;
		overflow:auto;
		float:right;
		/*border:solid green 2px;*/
	}

		/*カテゴリ表示*/
		div#list_category {
			color:#fff;
			width:235px;	/*width指定しないとスクロールバー*/
			font:bold 22px/30px normal;
			/*height:30px;*/
			text-align:left;
			float:right;
			padding:0px 0px 0px 0px;
			background:url(../image/listC_bg.jpg) no-repeat;
		}
			em.listC_image{
			display:block;
			padding-left:15px;
			font:bold 16px/26px normal;
			float:right;
			}
		/*名称リスト*/
		div#list_park {
			background:url(../image/bg_list.jpg) no-repeat;
			color:#fff;
			font:normal 11px/15px normal;
			width:235px;
			height:500px;
			text-align:left;
			float:right;
		}
		div.mini_list_head{
			background:url(../image/count_head.jpg) no-repeat;
			font-size:16px;
			width:235px;
			height:42px;
			float:right;
		}
		div.mini_list_head2{
			font-size:24px;
			font-weight:bold;
			padding-top:20px;
			padding-right:65px;
			float:right;
		}
		div.mini_list_park{
			width:215px;
			height:400px;
			padding-left:10px;
			margin-right:10px;
			overflow:auto;
			float:right;
		}
		
		div#top_list {
			width:235px;
			font:normal 14px/20px normal;
			color:#fff;
			text-align:left;
			float:right;
		}
		div.top_list_in {
			padding-left:17px;
			padding-right:18px;
			float:right;
		}
		div.top_list_head{
			width:235px;
			float:right;
		}

/*==========sidebar(タブは[inex.AAction.php]の中)============*/
div.sidebar_index{
	font:normal 12px/20px normal;
	width:188px;
	/*background-color:#ffffff;*/
	float:left;
}

div.sidebar_no{
	width:30px;
	text-align:right;
	/*background-color:#ff0000;*/
	float:left;
}

div.sidebar_name{
	width:153px;
	text-align:left;
	/*background-color:#00ff00;*/
	float:left;
	padding-left:5px;
}


