body, pre { font-family:"メイリオ"; }
th, td { font-family:"メイリオ"; }
select { font-family:"メイリオ"; }

/*ページ部*/
div#rap_scroll {
	width:auto;
	min-width:760px;
	float:left;
}
div#operate {
	margin-left:4px;
}
/*サブタイトル*/
div#subtitle {
	width:auto;
	min-width:760px;
	background-size:100% 100%;
}
/*情報部*/
div#infomation {
	width:auto;
	min-width:602px;
}
/*解説部*/
dl#explanation {
	height:auto;
	min-height:45px;
}
dl#explanation dt {
	min-height:30px;
	height:auto;
	font-size:8pt;
	line-height:10pt;
}
dl#explanation dd {
	width:auto;
	max-width:940px;
	min-width:578px;
	float:left;
}
/* エリア選択ボタン */
ul#select_area div {
	font-size:9pt;
	cursor:pointer;
	text-align:center;
	margin-right:2px;
	margin-bottom:2px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius:6px;
	float:left;
}
/* ボタンOFF */
.button_off {
	color:#FFFFFF;
	background-color:#4DA5FF;
	border:1px solid #0066FF;
	padding:3px 4px 2px 4px;
}
/* ボタンON */
.button_on {
	color:#FFFFFF;
	background-color:#0054FF;
	border:2px solid #FF7800;
	padding:2px 4px 2px 4px;
}
