body {
	color: #FFFFFF;
	font-family: MS UI Gothic;
	font-size: 10px;
	background-image : url("image/kotei.jpg");
        background-attachment: fixed;
        background-position:100％ 100％;
        background-repeat: no-repeat;
        background-color:#000000;
        font-family: "MS UI Gothic", "Osaka";
	font-weight: normal;
	scrollbar-base-color:#000000;
	scrollbar-track-color: #000000;
	scrollbar-face-color: #000000;
	scrollbar-shadow-color: #0000080;
	scrollbar-darkshadow-color: #000000;
	scrollbar-highlight-color: #000000;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-arrow-color: #FFFFFF;
}

A:link {
	color: #ff0000;
	text-decoration: none;
}

A:visited {
	color: #666666;
	text-decoration: none;
}

A:active {
	color: #ff80ff;
	text-decoration: none;
}

A:hover {
	color: #ff80ff;
	text-decoration: none;
}

/*** クリックでへこむ設定 ***/

<style type="text/css">
<!-- 

a:hover { 
position: relative; 
top: 2px; 
left: 2px; 
text-decoration: none; 
} 

--> 
</style>

