@charset "utf-8";
.MAIN {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	height: 580px;
	padding: 0px;
}
.SHOW {
	width: 760px;
	text-align: center;
}
.tdd {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #333;
}
.uptitle {
	background-color: #F60;
	height: 50px;
	width: 200px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
}
.updown {
	background-color: #69F;
	height: 50px;
	width: 760px;
}
.logout {
	width: 550px;
	height: 50px;
	line-height: 50px;
	text-align: right;
	float: right;
	margin-right: 10px;
}

a {
	text-decoration: none;
	color: #000;
	font-weight: bolder;
}

br.CLEAR {
	clear: both;
	height:0;
	font-size:1px;
	line-height:0;
}
