@charset "utf-8";
/* CSS Document */
* {
	margin:0px;
	padding:0px;
}
body {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:25px;
	color:#333;
	background-color:#000;
	background-image:url(../image/admintop.jpg);
	background-repeat:no-repeat;
	background-position:center top;
}
a {
	font-size: 12px;
	color:#03C;
}
a:link {
	text-decoration: none;
	color:#03C;
}
a:visited {
	text-decoration: none;
	color:#03C;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color:#03C;
}
.back_wind {
	width:800px;
	height: auto;
	border:10px solid #CCC;
	margin-top:150px;
	margin-left: auto;
	margin-right:auto;
	padding:15px 15px;
	background-color:#FFF;
	margin-bottom:50px;
}
#foos {
	list-style:none;
	display:block;
	width:750px;
	height:30px;
	margin:15px auto;
}
#foos li {
	float:left;
	margin-right:12px;
	 margin-bottom:10px;
}
#foos li a {
	text-align:center;
	display:block;
	width:60px;
	height:25px;
	border:1px solid #CCC;
}
#foos li a:hover {
	display:block;
	border:1px solid #CCC;
	background-color:#000;
	color:#FFF;
}
.tip {
	color:#F60;
	padding-left:10px;
}

table {
	margin:0px auto;
	border:0px;
	border-left:1px solid #dedede;
	border-right:1px solid #dedede;
	border-top:1px solid #dedede;
}
table td {
	border:0px;
	border-bottom:1px solid #dedede;
}
table tr {
	border:0px;
}
