html {
	scrollbar-face-color:#000000;
	scrollbar-track-color:#303030;
	scrollbar-arrow-color:#ff0080;
	scrollbar-3dlight-color:#ff0080;
	scrollbar-highlight-color:#ff0080;
	scrollbar-shadow-color:#ff0080;
	scrollbar-darkshadow-color:#000000;
}

body{
	font-family:'ƒqƒ‰ƒMƒmŠpƒS Pro W3','Hiragino Kaku Gothic Pro','Meiryo UI','‚l‚r ‚oƒSƒVƒbƒN',sans-serif;
	font-size:94%;
	text-align: center;
	margin: 0 auto;

} 
div#headerArea {
	position: fixed !important;
	position: center;
	top: 0;
	left: 0;
	width: 100%;
	height: 60px;
}

a:hover {
	color: #3366FF;
}

HR{
	border:none;
	border-top:outset 2px #707070;
	width: 100%;
}

TEXTAREA {
	font-size:13px;
	padding:0px;
	width:330px;
	background:0;
	background:none;
	color:#FFFFFF;
}

#tbl0{
	text-align: left;
	background: -ms-linear-gradient(top, #303030, #303030);
	background: -moz-linear-gradient(top, #303030, #303030);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#303030));
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#303030, endcolorstr=#303030, gradienttype=0);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#tbl1{
	text-align: left;
	background: -ms-linear-gradient(top, #303030, #060606);
	background: -moz-linear-gradient(top, #303030, #060606);
	background: -webkit-gradient(linear, left top, left bottom, from(#303030), to(#101010));
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#303030, endcolorstr=#101010, gradienttype=0);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

#tbl2{
	text-align: left;
	background: -ms-linear-gradient(top, #393939, #101010);
	background: -moz-linear-gradient(top, #393939, #101010);
	background: -webkit-gradient(linear, left top, left bottom, from(#393939), to(#101010));
	filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#393939, endcolorstr=#101010, gradienttype=0);
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
