ul {
	list-style:none;
	margin:0;
	padding:0;
}

a:link { text-decoration: none;}
a:visited { text-decoration: none;}
a:hover { text-decoration: none;}
a:active { text-decoration: none;}

#wapper{
	width:100%;
	height:100%;
}
#header{
	width:100%;
	height:80px;
	background:#000000;
	color:#FFFFFF;
}
#header .adm{
	float:left;
	font-size:20px;
	font-weight:bold;
	width:200px;
	padding-top:30px;
	padding-left:20px;
}
#header .adm a{
	color:#FFFFFF;
}
#header .top_conf{
	float:right;
	padding-top:15px;
}
#header .top_conf ul li{
	float:left;
	text-align:right;
	padding:15px 10px;
}
#header .top_conf ul li a{
	color:#FFFFFF;
	font-size:15px;
}
#header .top_conf ul li.logout{
	color:#FF0000;
	font-weight:bold;
}
#header .top_conf ul li.logout a{
	color:#FF0000;
}
#MenuArea {
	margin:0;
	padding:0;
	height:40px;
	line-height:40px;
	border-bottom:1px solid #DFDFDF;
	background:#eeeeee;
}
#MenuArea ul li{
	float:left;
	width:100px;
	padding:0px 20px;
	border-right:1px solid #DFDFDF;
	text-align:center;
}
#MenuArea ul li a{
	color:#727275;
}
#subTitle{
	height:30px;
	border-bottom:1px solid #DFDFDF;
}
#content{
	
}
#subTitle{
}
#subTitle h2{
	margin-left:10px;
	font-size:15px;
}
#subContent{

}
#subContent .subName{
	width:50%;
	height:24px;
	line-height:24px;
	float:left;
	margin:10px;
	font-weight:bold;
}
#subContent .more{
	width:46%;
	height:24px;
	margin:5px;
	float:right;
	text-align:right;
}

#subContent input[type=button]{
	border:1px solid #DFDFDF;
	background:#FFFFFF;
	padding:10px 20px;
	cursor:pointer;
}

#subContent input[type=button]:hover{
	background:#555555;
	color:#FFFFFF;
}

#subContent .board_list{
	clear:both;
	width:99%;
	border-collapse: collapse; 
	border: none 0; 
	border-width: 0 0 1px 0; 
	padding: 0 10px; 
	border-top: 2px solid #a0a0a7; 

	table-layout: fixed;
	margin:0px 10px 20px 10px;
}
#subContent .board_list thead{
	height:40px;
	border-bottom:1px solid #DFDFDF;
	background:#999999;
	color:#FFFFFF;
}
#subContent .board_list tbody{
	text-align:center;
}
#subContent .board_list tr{
	height:40px;
	border-bottom:1px solid #DFDFDF;
	
}
#footer{	
	position:relative;
	height:50px;
	line-height:50px;
	text-align:center;
	border-top:1px solid #DFDFDF;
	margin-top:100px;
}
#footer .adbank{
	position:absolute;
	width:400px;
	text-align:right;
	float:right;
	top:0;
	right:0;
}
#footer .adbank a{
	color:#727275;
}