body {
	background-color:#ffffff;
	color:#517f9d;
	padding:0px 0px;
	margin:0px 0px;
	}
.box{
	border:1px solid lightblue;
	padding:15px 15px;
	width:300px;
}
.center{
	text-align:center;
}
.center h2, .center div{
	margin:auto;
}
/*************************************************/
/*	¥ê¥ó¥¯	*/
h2{
	color:lightblue;
	border:1px solid lightblue;
	padding:15px 15px;
	width:300px;
}
a{
	color:#009999;
	text-decoration:underline;
}
a:active{
	}
a:visited{
	color:#0099ff;
	text-decoration:none;
	}
a:hover{
	color:#eeeeee;
	text-decoration:none;
	}

.new{
	color:#ff9900;
}
.border{
	border:1px solid #009999;
}
.link{
	text-align:right;
}
.link,.copy{
	font-size:x-small;
	padding:10px 10px;
	margin:0px 0px;
}

.play{
	border:3px double skyblue;
}
