body{
	scrollbar-base-color: #fff8ea;
	scrollbar-track-color: #fff8ea;
	scrollbar-shadow-color: #FFFFFF;
	scrollbar-darkshadow-color: #CC9900;
	scrollbar-highlight-color: #FFFFFF;
	scrollbar-arrow-color: #CC0000;

	font-family:'MS UI Gothic','Osaka';
	margin-top:10;
	font-family:'MS UI Gothic';
	}
A{
	text-decoration : none;
	color : #999900;
	}
A:HOVER{
	color : #bd5f6c;
	background-color : #fdf5e6;
	}
A:VISITED{
	color : #993300;
	}
textarea{
	border: 1px dashed #9E8B75;
	background-color: #cbb99c;
	color: #fff8ea; 
	font-family: 'MS UI Gothic' ,Osaka;
	}
