@import "/css/game.css";
/**********************************************************/
/* Basic                                                  */
/**********************************************************/
body{
	padding:0px 0px;
	margin:0px 0px;
	background: url(/top/hosizora.webp) #000 repeat fixed top left;
	color:#eeeeee;
}
a{
	color:#ffff00;
	text-decoration:none;
}
a:visited{
	color:gold;
	text-decoration:none;
}
a:hover{
	color:#cccccc;
	text-decoration:none;
}
/**********************************************************/
.sm{
	border:1px solid #999999;
}
/**********************************************************/
.copyright{
	color:#999999;
}
.link{
	border-bottom:1px dotted #cccccc;
	color:#999999;
}
/**********************************************************/
/* Detail Page                                            */
/**********************************************************/
/************************************************/
.box, .list_pager{
	background:#303666 url(/top/hosizora_blue.webp) repeat scroll top left;
}

/* box header */
.box .header{
	color:#fff;
}
/* play */
.box .download{
	background-color:#dcd8f9;
}
.box .webplay{
	background-color:#f7d9e3;
}
/* box detail */
.box .comment{
	border:1px dotted silver;
	width:300px;
}
.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{
  border:1px solid #8e86af;
}
/************************************************/
.link{
	border-bottom:1px solid #eaecab;
}
