/* ボディに関するCSS */

/* テキストに関するCSS */

body{
	background-image:url(bg.png);

	background-attachment:fixed;
	background-repeat:repeat-y; 
	background-position:left bottom;
}

body {
scrollbar-arrow-color:#000000;
scrollbar-base-color:#000000;
scrollbar-face-color:#000000;
scrollbar-3dlight-color:#000000;
scrollbar-darkshadow-color:#000000;
scrollbar-highlight-color:#000000;
scrollbar-shadow-color:#000000;
scrollbar-track-color:#000000;"
}
