html   {
        scrollbar-face-color        :#000000;
        scrollbar-highlight-color   :#555555;
        scrollbar-shadow-color      :#555555;
        scrollbar-darkshadow-color  :#000000;
        scrollbar-arrow-color       :#555555;
        scrollbar-3dlight-color     :#000000;
        scrollbar-track-color       :#000000;
}

body,table {
	font-size   :12px;
	font-family :Arial,"MS Pゴシック",sans-serif;
}

body   {
	color                       :#777777;
	background-color            :#000000;

	background-image            :url(../image/backimage2.jpg);
}

a:link {
	color              :#eeeeee;
	text-decoration    :none;
}
a:visited {
	color              :#eeeeee;
	text-decoration    :none;
}
a:hover {
	color              :#000000;
	text-decoration    :none;
}
a:active {
	color              :#000000;
	text-decoration    :none;
}

.image{
	border-width :0px;
}

.head{
	position     :absolute;
	left         :70px;
	top          :30px;
}
.main{
	position     :absolute;
	left         :70px;
	top          :67px;
	overflow     :auto;
}

h1{
	color             :#ffffff;
	font-size         :12px;
	font-weight       :normal;
	width             :350px;
	background-color  :#000000;
	padding-left      :3px;
	padding-top       :2px;
	filter            :alpha(style=1,opacity=100,finishopacity=0);
	margin-top        :0px;
	margin-bottom     :0px;
}

h2{	
	color             :#ffffff;
	font-size         :11px;
	font-weight       :normal;
	width             :250px;
	background-color  :#4682b4;
	margin            :15px 0px 0px 0px;
	padding-left      :3px;
	padding-top       :2px;
	filter            :alpha(style=1,opacity=100,finishopacity=0);
}

p{
	padding-top       :5px;
	margin-top        :0px;
	margin-bottom     :8px;
}