body{
	background-color:#f8f8f8;
	background-image:url("back.png");
	background-position:bottom right;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:MS UI Gothic;
	color:#000000;
	margin:5%,10%,5%;
}
th{
	background-color:#ffa21a;
	font-family:MS UI Gothic;
	color:#ffffff;
	font-size:18px;
}
h3{
	font-family:MS UI Gothic;
	font-size:24px;
	color:#0040ff;
}
h4{
	color:#c07800;
}
h5{
	font-family:MS UI Gothic;
	font-size:16px;
	font-weight:normal;
	color:#0060ff;
}
h6{
	text-align:center;
	font-family:MS UI Gothic;
	font-size:16px;
	font-weight:normal;
}
a:hover{
	color:#ff6600;
}
a:visited{
	color:#3030ff;
}
a:visited:hover{
	color:#58cf15;
}

img{
	border:0px;
}