/* 外部スタイルシート、ファイル名：style.css */
/* A:link, A:visited, A:hover, A:active {text-decoration: none;} */
A:link {color:#696969;}
A:visited {color:#000000;}
A:active {color:#ffb6c1;}
A:hover {color:#ffb6c1; position:relative; top:1; left:1;}
BODY {
	background-color:#ffffff;
	color:#696969;
	text-align:left;
		scrollbar-track-color:#ffffff;
		scrollbar-face-color:#ffffff;
		scrollbar-shadow-color:#808080;
		scrollbar-darkshadow-color:#ffffff;
		scrollbar-highlight-color:#808080;
		scrollbar-3dlight-color:#ffffff;
		scrollbar-arrow-color:#808080;
}
IMG {border-style:none;}
TH {background-color:#ffb6c1; color:#ffffff;}
TD {background-color:#ffffff;}
.title1 {font-size:150%; font-weight:bold; color:#ffb6c1;}
.title2 {font-size:150%; font-weight:bold; color:#a9a9a9;}
.subtitle {color:#ffb6c1; font-size:120%; font-weight:bold;}
.sfont {font-size:80%;}
