body{
	margin:10px;
	padding:10px;
	color:#000;
	background:#817bdc url("/top/back_item.gif") repeat-x fixed bottom right;
}
a{
	color:#fff;
	text-decoration:none;
}
a:visited{
	color:#0ff;
}
a:hover{
	color:gold;
}
h1{
	margin:30px 10px;
}
h2{
	border-bottom:1px dotted #ccc;
}
h3{
	border:1px dotted #ccc;
}
.box{
	width:250px;
	max-width: fit-content;
	padding:10px;
	margin:10px;
	border-radius: 10px;
	border:1px solid rgb(217, 141, 219);
	background: url("/top/back_star_blue.gif") scroll repeat top left;
	float:left;
}
.contents{
	padding:10px;
	margin:10px;

}
/************************************************/
.link,
.copyright{
	margin:0;
	padding:10px;
	background: url("/top/back_star_blue.gif") scroll repeat top left;
}
/************************************************/
.copyright{
	clear:both;
}
