#scrollWindowDiv{
	position:absolute;
	width:450px;
	height:300px;
	overflow:hidden;
	z-index:0
}
#scrollContentDiv{
	position:absolute;
	left:0px;
	top:0px;
	width:450px;
	z-index:1;
	text-align:justify;
	font-size:13px;
	}
#bar{
	position:absolute;
	background:#999999;
	visibility:hidden;
	width:2px;
	height:0px;
	left:9px;
	top:0px;
	z-index:1;
}

.temp  {
	text-align: center;
	font-size: 15px;
}


body {font-family:'Arial'; color:#333333}
tr.navi {font-size:13px}	
tr.navi2 {font-size:11px;height:20px}	
td {vertical-align:top}
td.space {width:50px}
td.thumb_vspace {width:36px}
td.thumb_hspace {height:22px}
td.active {color:#999999}
td.bar {font-size:26px;text-align:right; color:#333333}
span.head {font-weight:bold}
span.source {font-style:italic}
hr {color:#333333}
img.thump {width:85px;height:85px}

a:link   {color:#333333; text-decoration:none;}
a:visited{color:#333333; text-decoration:none;}
a:focus  {color:#999999; text-decoration:none;}
a:hover  {color:#999999; text-decoration:none;}
a:active {color:#999999; text-decoration:none;}
