﻿body{ 
	color : #000000 ;
	background-color : #ffffff ;
	background-image : url('top.gif') ;
	background-repeat : no-repeat ;
	background-position : center 30px ;
	background-attachment:nofixed;
	scrollbar-arrow-color:#4169e1;
	scrollbar-face-color:#ffffff;
	scrollbar-highlight-color:#ffffff;
	scrollbar-3dlight-color:#4169e1;
	scrollbar-track-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-darkshadow-color:#4169e1;
	font-family : ふい字, Georgia,'Arabic Typesetting', DaunPenh,'Times New Roman',Century;

}





a:link{
	color : #5555ff ;
        text-decoration : none;
}

a:visited{
	color : #5555ff ;
	text-decoration : none;
}

a:hover{
	color : #ff5555 ;
	text-decoration : none;
}

a:active{
	color : #ff5555 ;
	text-decoration : none;
}

