@charset "shift_jis";
html {
	scrollbar-arrow-color:#003690;
	scrollbar-base-color:#FFFF00;
	scrollbar-highlight-color:#003690;
	scrollbar-shadow-color:#003690;
	scrollbar-darkshadow-color:#FFFF00;
	scrollbar-track-color:#FFFF00;
}
body {
	color: #000000;
	background-color: #FFFF00;
	margin: 2px;
	padding: 0px;
	overflow-x:hidden;
}
.date {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 11px;
	font-weight: bold;
}
.contents {
	font-family: "ＭＳ ゴシック", "Osaka−等幅";
	font-size: 10px;
	color: #000000;
}
.line {
	width: 100%;
	margin: 2px;
	clear: both;
	height: 0px;
	border-bottom: 1px dotted #000000;
}
