body {		
	color: #FFFFFF;
	font-family: MS UI Gothic;
	font-size: 14px;
	background-image: url(img/image.jpg);     
        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: #FFFFFF;
	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>
