/* 基本設定 */
BODY{
	color:#000000;
	font-size:16px;
	background-color:#efefef;
}

a { text-decoration: underline; }
a:link { color:#0000ff; font-weight:bold;}
a:visited { color:#802280; font-weight:bold;}
a:hover { color:#ff0000; font-weight:bold;}

h1{
	font-size:100%;
}

/****** テーブル *******/
table{
	font-size:100%;
	border-collapse:separate;
}

th{
	background-color:#66ffcc;
	text-align:center;
}

tr.gray{
	background-color:#dcdcdc;
}


tr.yer{
	background-color:#ffffcc;
}
