body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 12px;
	background-color: #DDEEFF;
}
div#body {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}
div#header {
	width: 980px;
	height: 180px;
	border: 1px solid #AACCEE;
	background-image: url('img/banner.png');
	margin-bottom: 10px;
}
div#head_com {
	width: 728px;
	height: 90px;
	margin-left: 245px;
	margin-top: 80px;
}
div#menu {
	width: 160px;
	float: left;
	border: 1px solid #AACCEE;
	background-color: #FFFFFF;
}

div#menu div ul {
	list-style-type: none;
	padding-left: 5px;
	padding-right: 5px;
}

div#menu input {
	width: 150px;
	margin-bottom: 5px;
}

div#content {
	width: 790;
	margin-left: 170px;
	border: 1px solid #AACCEE;
	padding: 10px;
	background-color: #FFFFFF;
}
div#footer {
	width: 960px;
	border: 1px solid #AACCEE;
	padding: 10px;
	background-color: #FFFFFF;
	margin-top: 10px;
	text-align: center;
	clear: both;
}
h1, h3, h4 {
	font-style: Verdana;
	text-align: center;
}
h1 {
	background-image: url('img/title.png');
	color: #FFFFFF;
	font-weight: lighter;
	height: 28px;
	border: 1px solid #AACCEE;
}
div#menu h3 {
	background-image: url('img/cell.gif');
	padding-top: 3px;
	height: 20px;
	font-weight: lighter;
	color: #FFFFFF;
}
label {
	display: block;
	float: left;
	text-align: right;
	width: 200px;
}
input, select, textarea {
	background-color: #DDEEFF;
	color: #336699;
	border: 1px solid #336699;
	margin-left: 10px;
}
a {
	color: #446688;
	text-decoration: none;
}
a:hover {
	color: #6688AA;
}
hr {
	border: none;
	border-top: 1px solid #AACCEE;
}

div#background {
	display: none;
	position: absolute;
	z-index: 4;
	background-color: #AACCEE;
	opacity: 0.5;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
div#up_alert {
	display: none;
	position: absolute;
	z-index: 5;
	background-color: #DDEEFF;
	border: 1px solid #336699;
	width: 35%;
	height: 20%;
	left: 30%;
	top: 20%;
	padding: 0 20px 5px 20px;
}
div#up_alert h3 {
	font-style: italic;
	color: #336699;
}
div#up_alert div#bot {
	text-align: center;
	margin-top: 65px;
}
ul#top {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
ul#top li {
	display: inline;
	margin-left: 40px;
}
div#table {
	width: 350px;
	text-align: center;
	border: 1px solid #AACCEE;
	margin-bottom: 10px;
}
table#mess_list {
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
	text-align: center;
}
tr.head {
	font-weight: bold;
}
tr.unread {
	color: #1877d5;
	font-weight: bold;
}
