@charset "utf-8";
/* CSS Document */

BODY{
margin: 0px;
padding: 0px;

background:
 #FFF
 url(http://www.kitada.com/ao/illast/mm/chitose/chitose04.jpg);
  background-attachment: fixed;
  background-position:100% 100%;
  background-repeat: no-repeat;

font-size: 10pt;
color:#F69;
}

A:link { color: #F6F; }
A:visited { color:#F6C; }
A:active { color: #F39; }
A:hover { color: #F39; }

a img{
border-style:none;
}

a {
text-decoration: none;
}


DIV.a{
	background-color:#fff;
	position:relative;
	top:50px;
	left:50px;
	width:400px;
	font-size:x-small;
	padding:3px;
	color: #F6C;
}

p.01{
	font-size:x-small;
	color:#000;
}
.a table tr td {
	color: #000;
}
.a table tr td .01 {
	color: #FC0;
}
.a table tr td .class {
	color: #F00;
}
.a table tr td .02 {
	color: #F60;
}
.a table tr td .03 {
	color: #39F;
}
.a table tr td .04 {
	color: #0CC;
}
