/*共通ここから*/
body {
	background:#FFFFFF;
	margin:0px;
	padding:0px;
	font-size:100%;
	background-attachment:fixed;
}
img {
	border:0;
}
.clear {
	margin:0px;
	padding:0px;
	clear:both;
}
table {
	margin:0px;
	padding:5px;
	border:none;
	font-size:80%;
	border-collapse:collapse;
}
table th {
	border:1px;
	font-weight: normal;
}
table td {
	margin:0px;
	padding:3px;
	border-top:none;
	white-space:nowrap;
}
/*共通ここまで*/

/*外枠(固定)*/
div#rap {
	width:760px;
	height:560px;
/*	height:601px; */
	height:651px;
	margin:0px;
	padding:9px 9px 0px 9px;
}
/*外枠(スクロール)*/
div#rap_scroll {
	/* width:760px; */
	/* 一定範囲内で可変 */
	/*min-width: 760px;*/
	max-width: 1900px;
	margin:0px;
	padding:9px 9px 9px 9px;
}

/* サブタイトル囲み */
div#rap_subtitle{
	position: relative;
}

/*サブタイトル*/
div#subtitle {
	/* 親要素に追従 */
	width: 100%;
	height:23px;
	margin:0px;
	padding:0px;
}

/*サブタイトル左端*/
div#subtitle_left{
	width: 5px;
	height: 23px;
	position:absolute;
}

/*サブタイトル右端*/
div#subtitle_right{
	width: 5px;
	height: 23px;
	position:absolute;
	top: 0px;
	right: 0px;
}
/*タイトル*/
div#subtitle h2{
	margin:0px;
	height:23px;
	padding: 0px 0px 0px 5px;
	display:inline;
	float:left;
	font-size: 14px;
	line-height: 23px;
}
/*タイトル*/
div#contents h3 {
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 0px 2px;
	font-size: 90%;
	line-height: 1.1em;
}
/*サブタイトル-ボタンリスト*/
div#subtitle ul {
	margin:0px;
	/* padding:0px 3px 0px 0px; */
	padding:0px 6px 0px 0px;
	font-size:9px;
	list-style-type:none;
	float:right;
}
/*サブタイトル-ボタンスタイル*/
div#subtitle li {
	margin:3px 0px 0px 1px;
	padding:0px 0px 0px 0px;
	float:left;
}
/*サブタイトル-日時表示*/
div#subtitle li.infotime p {
	width:170px;
	height:17px;
	margin:0px 0px 0px 0px;
	padding:1px 0px 0px 0px;
	font-size:12px;
	text-align:center;
	line-height:17px;
}
/*サブタイトル-更新ボタン*/
div#subtitle span#btn_reload {
	float:left;
	width:40px;
	height:17px;
	text-indent:-9999px;
}
/*サブタイトル-更新ボタン*/
div#subtitle span#btn_reload a {
	display:block;
	width:40px;
	height:17px;
	text-decoration:none;
}
/*サブタイトル-印刷ボタン*/
div#subtitle span#btn_print {
	float:left;
	width:40px;
	height:17px;
	text-indent:-9999px;
}
/*サブタイトル-印刷ボタン*/
div#subtitle span#btn_print a {
	display:block;
	width:40px;
	height:17px;
	text-decoration:none;
}
/*サブタイトル-説明ボタン*/
div#subtitle span#btn_doc {
	float:left;
	width:68px;
	height:17px;
	text-indent:-9999px;
}
/*サブタイトル-説明ボタン*/
div#subtitle span#btn_doc a {
	display:block;
	width:60px;
	height:17px;
	text-decoration:none;
}

/*情報部外枠*/
div#infomation_outer {
	margin:0px 0px 0px 0px;
	padding:7px 0px 0px 0px;
}
/*情報部*/
div#infomation {
	/* width:602px; */
	width: 100%;
	margin:0px;
	padding:0px;
	float:left;
}

div#contents{
	width: 100%;
	margin:0px;
	padding:0px;
}
/*コンテンツ内容-地図(大)*/
div#contents div#large_map {
	/* 2015/07/22 地図幅を可変に */
	/*width:600px;*/
	/*height:480px;*/
}
/*コンテンツ内容-地図(小)*/
div#contents div#small_map {
	width:300px;
	height:240px;
}
/*解説部*/
dl#explanation {
	height:45px;
	margin:5px 0px 0px 0px;
	padding:0px;
	font-size:12px;
}
/*解説部-タイトル*/
dl#explanation dt {
	width:15px;
	height:30px;
	margin:0px;
	padding:3px 0px 0px 3px;
	float:left;
}
/*解説部-本文*/
dl#explanation dd {
	/*width:578px;*/
	/*margin:0px;*/
	padding:2px 0px 0px 2px;
	line-height:1.2em;
	/*float:right;*/
	margin-left:20px;
}
/*提供*/
div#supply p {
	float:left;
	width:160px;
	height:19px;
	text-indent:-9999px;
	margin:0px 0px 0px 5px
}
