
body{

	background-color: #ffffff;/*背景色*/
	background-image: url("img/bg_index.jpg");/*背景画像指定７行下まで*/
	background-position: 0% 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;

	color: #000000;/*文字色*/
	font-size: 8pt;/*文字サイズ*/


	scrollbar-face-color:#ffffff;
	scrollbar-arrow-color:#2288ee;
	scrollbar-track-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-3dlight-color:#2288ee;
	scrollbar-darkshadow-color:#2288ee;
}

a:link { color: #666666;}
a:visited { color: #666666;}
a:hover { color: #2288ee; text-decoration: none;}

a{text-decoration:none;}

spanstyle {
	position:absolute;
	visibility:visible;
	top:-50px;
	font-size:8pt;        //ピクセル単位
	font-family:Bell MT;  //フォント名
        font-weight:bold;
	color:"##2288ee";         //カラー
}
