@import "../base.css";
/**********************************************************/
/* Basic                                                  */
/**********************************************************/
body{
	background-color:#eee;
	color:#000;
}
a{
	color:#050;
}
a:visited{
	color:green;
}
a:hover{
	background-color:#ccc;
	color:#999;
}
/**********************************************************/
.sm{
	border:1px solid #999999;
}
/**********************************************************/
.copy{
	border-top:1px dotted #cccccc;
}
.link{
	border-bottom:1px dotted #cccccc;
}
.pager{
	border-bottom:1px dotted #cccccc;
}
.pager strong{
	color:#900;
}
/**********************************************************/
/* Detail Page                                            */
/**********************************************************/
/*-- H2 : Year & Count --*/
h2{
	border-bottom:1px dotted #cccccc;
}
h2 strong{
	color:#999999;
}
/*-- Status Info > Table ( All Basic --*/
.box{
}
.box th{
	color:gray;
}
.box td{
}
.push{
	background: url(./push.jpg) no-repeat scroll top right;
}

/*-- Status Info > Table > Image ( Left --*/
.image{
}

/*-- Status Info > Table > Info ( Right > Status --*/
.status{
	border-left:1px dotted gray;
	color:tan;
}
.status th{
	color:#999999;
}
.status th,
.status td{
	color:#777777;
	
}
/*-- Status Info > Table > Status > detail --*/
.gamelevel{
	color:#000000;
}
.lv1{ color:#cccccc; }
.lv2{ color:#999999; }
.lv3{ color:#777777; }
.lv4{ color:#555555; }
.lv5{ color:#333333; }

/*-- Status Info --*/
.info{
}
/*-- Status Info > Subject --*/
h3{
	border-bottom:1px dotted #cccccc;
	color:#cccccc;
}
.update{
	color:gray;
}
.comment{
}
.notice{
}

