@import "/css/game.css";
body{
	color:#555555;
	background:#000 url(/top/back_suisen_.webp) repeat-x fixed bottom left;
}
a{
	color:#995500;
	text-decoration:none;
}
a:visited{
	color:#997755;
}
a:hover{
	color:#000000;
}
/************************************************/
h1{
	color:white;
}
h1 .subject_img{
	border:1px solid #555;
}

h1 span{
	color:#555555;
}
h1 .set{
	color:#999999;
}

/************************************************/
.box, .list_pager{
	border:1px solid #88b96a;
	background:#fff url(/top/back_suisen2.webp) repeat-x scroll top left;
}
/* box header */
.box .header{
	color:#fff;
}
.box .download{
	background-color:#dcd8f9;
}
.box .webplay{
	background-color:#f7d9e3;
}
/* box detail */
.box .comment{
  background-color:white;
}
.box .comment,
.box .infomation{
  border:1px solid skyblue;
}
.box .seedate{
	color:hotpink;
	border-bottom:1px solid hotpink;
}
.box .update{
	color:orange;
	border-bottom:1px solid orange;
}
.box .newdate{
	color:white;
	border-bottom:1px solid white;
}
/* fotter */
.box .series{
  background-color:#ecebf1;
  border:1px solid #8e86af;
}
/************************************************/
.page{
	padding:10px;
	margin:10px auto;
	margin-bottom: 100px;
	width:90%;
	border:1px solid #88b96a;
	background:#fff url(/top/back_suisen2.webp) repeat-x scroll top left;
	text-align: center;
}
/************************************************/
.sidebar{
	background-color:#eee;
	border:3px double skyblue;
}
/************************************************/
.link{
	border-bottom:1px solid #eaecab;
}