
body.SubPage {
	background-color : #eeeeee ;
	scrollbar-face-color       : #000000; /* 表面の色       */
	scrollbar-3dlight-color    : #000000; /* 左端と上端の色 */
	scrollbar-highlight-color  : #666666; /* ハイライトの色 */
	scrollbar-shadow-color     : #666666; /* 影の色         */
	scrollbar-darkshadow-color : #000000; /* 右端と下端     */
	scrollbar-arrow-color      : #ffffff; /* 矢印の色       */
	scrollbar-track-color      : #666666; /* バーの背景の色 */
}

body.Sample {
}

body.Base {
	background-color : #cccccc ;
	scrollbar-face-color       : #000000; /* 表面の色       */
	scrollbar-3dlight-color    : #000000; /* 左端と上端の色 */
	scrollbar-highlight-color  : #666666; /* ハイライトの色 */
	scrollbar-shadow-color     : #666666; /* 影の色         */
	scrollbar-darkshadow-color : #000000; /* 右端と下端     */
	scrollbar-arrow-color      : #ffffff; /* 矢印の色       */
	scrollbar-track-color      : #666666; /* バーの背景の色 */
}

a{
	font-size : 14px ;
	text-decoration : none;
	color : blue ;
}

font.Head {
	font-size : 14px ;
	color : black ;
}

font.LinkBig {
	font-size : 34px ;
	font-style : italic ;
	font-weight : bold ;
	color : blue ;
}

font.base {
	font-family : "ＭＳ ゴシック" ;
	font-size : 12px ;
}

select.LinkSel {
	background-color : white ;
	width : 100px ;
	height : 100px ;
	font-family : "ＭＳ ゴシック" ;
	font-size : 12px ;
	visibility : hidden ;
}

option.LinkSel {
	background-color : white ;
	width : 100px ;
	height : 100px ;
	font-family : "ＭＳ ゴシック" ;
	font-size : 22px ;
	visibility : hidden ;
}

option.Black {
	background-color : black ;
	color : #ffffff ;
}

iframe.Result {
	width : 100px ;
	height : 100px ;
	visibility : hidden ;
}

table.BaseTable {
	padding : 5px ;
}

td.White {
	background-color : white ;
}

div.MainTitle {
	position : absolute ;
	font-size : 34px ;
	font-style : italic ;
	font-weight : bold ;
	color : #000000 ;
	visibility : hidden ;
}

div.Title {
	background-color : white ;
	width : 500px ;
	height : 40px ;
	padding : 5px ;
	border-style : double ;
	border-color : #2255aa ;
	font-size : 20px ;
	font-style : italic ;
	font-weight : bold ;
	color : black ;
	visibility : hidden ;
}

div.Message {
	background-color : white ;
	font-size : 12px ;
	color : black ;
	visibility : hidden ;
}

div.Visib {
	font-size : 12px ;
	color : black ;
	visibility : hidden ;
}

div.SubTitle{
	background-color    : #777777               ;
	border              : solid black 1px       ;
	padding             : 5px                   ;
	margin              : 10px                  ;
	font-size           : 20px                  ;
	font-weight         : bold                  ;
	font-family         : 'ＭＳ ゴシック'       ;
	color               : blue                  ;
}

img.image_list {
	margin              : 5px 0px 5px 0px       ;
}

span.Visib {
	font-size : 12px ;
	color : black ;
	visibility : hidden ;
}

pre.exposition {
	font-size : 12px ;
	color : black ;
}
pre.Sample {
	background-color : white ;
	font-family : "ＭＳ ゴシック" ;
	font-size : 12px ;
	text-align : left;
	color : black ;
	padding : 5px ;
}

