@import "../base.css";
/**********************************************************/
/* Basic                                                  */
/**********************************************************/
body{
  background:#fff url("/top/sakura.webp") repeat scroll center top;
	color:#fff;
}
a{
	color:#477700;
}
a:visited{
	color:#015c76;
}
a:hover{
	background-color:#333;
	color:white;
}
/**********************************************************/
.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 --*/
.main_list{
	width:1200px;
	margin:10px auto;
}
.box{
  color:brown;
  background:#fff url("/top/ume.webp") repeat scroll center top;
}
.push{
	color:white;
	background:#dbc9db url(/top/ume_push.webp) no-repeat scroll top right;
}

.box img{
	border:3px solid gold;
}
.box .comment{
	background-color:f9e7fe;
	color:brown;
	padding:10px;
	margin:10px;
	text-align:left;
}
.box .label{
	text-align:left;
	padding:5px;
}
.box .fotter .menu{
	float:left;
	padding:5px;
}
.box .tag{
	text-align:right;
}
.box .category{
	text-align:right;
}
.box .news{
	text-align:left;
	padding:10px;
	border-top:3px solid #fcf3fe;
	margin:10px;
}

/*-- 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{
}
