body {
	background-color:#000000;
	color:#000000;
	margin:0px 0px;
	padding:0px 0px;
	}
/*************************************************/
/*	���	*/
a{
	color:#ada2bf;
	text-decoration:none;
}
a:visited{
	color:#bca5ab;
}
a:hover{
	color:gold;
}
/*************************************************/
.all{
	width:740px;
	background:#ffffff url(./top/bak.webp) no-repeat scroll center top;
	padding:10px 10px;
	margin:50px;
}
.title{
	border-top:1px solid #000000;
	border-bottom:1px solid #000000;
}
.play a{
	width:600px;
	border:double 2px gray;
}
/*************************************************/
h2{
	margin-top:50px;
	padding:10px 10px;
	border-left:70px solid #000000;
	text-align:left;
	color:#000000;
}
h3{
	padding:10px 10px;
	color:#000000;
	border-bottom:1px solid #000000;
	width:300px;
}
/*************************************************/
textarea,input{
	background-color:#cccccc;
	color:#000000;
	border:1px double #999999;
}
.link{
	padding:10px;
	color:#cccccc;
}
.content,.copy,.comment{
	color:#cccccc;
	width:400px;
	margin:10px;
	padding:10px 10px;
}
.comment{
	border-top:1px dotted #cccccc;
	font-size:small;
	margin-top:100px;
}
.content{
	border:1px dotted #cccccc;
	line-height:160%;
}
.copyright{
	margin-top:100px;
	padding:10px;
	border-top:1px dotted #cccccc;
}
