body,p,h1,h2,h3,td,th,address{
	font-size : 12px; 
  	font-family : Verdana, Osaka,'MS UI Gothic';
	line-height:150%;
	scrollbar-face-color:navy;
　scrollbar-track-color:gainsboro;
　scrollbar-arrow-color:yellow;
　scrollbar-3dlight-color:navy;
　scrollbar-highlight-color:navy;
　scrollbar-shadow-color:navy;
　scrollbar-darkshadow-color:navy;
	}

th{
	 font-weight : bold; text-align : center;
	}

h1{
	font-size : 20px;
	font-weight : bold;
	}

h2{
	font-size : 16px;
	font-weight : bold;
	}

h3{
	font-weight : bold;
	}

address{
	color : dimgray;
	font-size : 9px;
	text-align:center;
	margin-top:15px;
	}

/* リンクの色 */
a		{ color : mediumblue; }
a:active	{ color : hotpink; }
a:visited	{ color : royalblue; }
a:hover		{ color : mediumblue; background-color : gainsboro; }
