BODY {
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: black;
	font-size: 10pt;
	color: white;

	scrollbar-base-color:		#ffffff;	/*不明*/

	scrollbar-track-color:		#000000;	/*トラック*/

	scrollbar-face-color:		#aaaaaa;	/*ボタン*/

	scrollbar-shadow-color:		#000000;	/*右下内週*/
	scrollbar-darkshadow-color:	#000000;	/*右下外周*/

	scrollbar-highlight-color:	#000000;	/*左上内週*/
	scrollbar-3dlight-color:	#000000;	/*左上外周*/

	scrollbar-arrow-color:		#ffffff;	/*矢印*/
}

td { font-size: 10pt }

A:link, A:visited {
	color: yellow;
}
A:active, A:hover {
	color: yellow;
	text-decoration: none;
}

div.header {
	margin-bottom: 8px;
}

.top {
	font-size: 20pt;
}

.topic {
	font-size:14pt;
	font-weight:bold;
	color:#FFAA44;
}

.note {
	font-weight:bold;
	color:gold;
}

.title {
	background-color: #222222;
	font-weight:bold;
	color:gold;
	text-align:center;
	border: 1px solid #1e90ff;
	padding-left: 8px;
	padding-top: 4px;
	padding-bottom: 4px;
}

.thumb {
	width:180px;
	height:135px;
	border:0px;
	cursor:pointer;
}
.ssfrm {
	margin:0px;
	padding:0px;
}
.ss {
	width:640px;
	height:480px;
	border:0px;
	cursor:pointer;
}

div.attention {
	background-color: #222222;
	border: 1px solid #1e90ff;
	padding: 4px;
}
.caution {
	font-weight:bold;
	color:#dc143c;
}