<!--
BODY {
	background-image : url("img/chara/bg_chara.jpg");
	background-repeat: repeat-x;
	background-color: #FFFFFF;
	background-attachment: fixed;
}
BODY,TD {
	margin: 0px;
	font-size:10pt;
	color:#000000;

	scrollbar-track-color: #007EFF;
	scrollbar-face-color: #007EFF;
	scrollbar-arrow-color: #FFFFFF;
	scrollbar-3dlight-color: #FFFFFF;
	scrollbar-highlight-color: #007EFF;
	scrollbar-shadow-color: #007EFF;
	scrollbar-darkshadow-color: #FFFFFF;
}
A {
	font-weight: bolder;
	text-decoration:none;
	color:#FF0000;
} 
A:visited {
	color:#CE0000;
} 
A:active {
	color:#007EFF;
} 
A:hover {
	color:#007EFF;
}
-->
