/* CSS Document */

body{
margin: 0px
;}
h1{
	color: #000000;
	font-size: 100%;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-weight: normal;
}
/* アンカー */
a:link				{color:#000099;}
a:hover				{
	color:#000099;
	background-color:#FF6666;
	position:relative;
	text-decoration: underline;
}
a:active			{color:#000000;}
a:visited			{
	color:#FF0000;
}
.style1 {
	color: #FFFFFF;
	font-weight: bold;
	font-size: 90%;	
}