
body{

	background-color: #ffffff;/*背景色*/
	background-image: url("wall_line.gif");/*背景画像指定７行下まで*/
	background-position: 0% 0%;
	background-repeat: repeat-repeat;
	background-attachment: fixed;


	color: #000000;/*文字色*/
	font-size: 8pt;/*文字サイズ*/



	scrollbar-face-color:#FFCCCC;
	scrollbar-arrow-color:#FFCCCC;
	scrollbar-track-color:#FFCCCC;
	scrollbar-highlight-color:#ffffff;
	scrollbar-shadow-color:#ffffff;
	scrollbar-3dlight-color:#FFCCCC;
	scrollbar-darkshadow-color:#FFCCCC;
}

a:link    {color:#e64c99; text-decoration:none;}
a:visited {color:#e64c99; text-decoration:none;}
a:active  {color:#ff99cc; text-decoration:none;}
a:hover   {color:#e64c99; text-decoration:none; background-color:#ffe6e6;}
