body {
	padding: 0;
	margin: 0;
	text-align: center;
	font-size: 13px;
	line-height: 140%;
}

h1 {
	font-weight: bold;
	font-size: 15px;
}
h2 {
	font-weight: bold;
	font-size: 15px;
}
h3 {
	font-weight: bold;
	font-size: 15px;
}

strong {
	font-weight: bold;
}

.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.txtcenter {
	text-align: center;
}
.txtleft {
	text-align: left;
}
.txtright {
	text-align: right;
}

.ad {
	text-align: center;
	margin-bottom: 5px;
}
.ad_txtleft {
	text-align: left;
	margin-bottom: 5px;
}

#wrap {
	text-align: left;
	margin: 0;
	padding: 0;
}

#head {
	margin: 0;
	padding: 3px;
	background-color: #000000;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
}
#head a {
	color: #ffffff;
	text-decoration: none;
}

#body {
	width: 980px;
	margin: 0 auto;
}
#menu {
	margin-top: 10px;
}
#menu li {
	float: left;
	display: inline;
	margin: 0;
}

#title {
	margin-top: 10px;
}
#title .left {
	width: 800px;
}
#title .right {
	width: 170px;
}

#main {
	margin-top: 10px;
}
#foot {
	margin-top: 10px;
	padding: 3px auto 30px auto;
	text-align: center;
	background-color: #000000;
	font-size: 12px;
	color: #ffffff;
	clear: both;
}
#foot ul {
	width: 980px;
	margin: 0 auto;
}
#foot li {
	display: inline;
	margin: 0 15px;
}
#foot a {
	color: #ffffff;
	font-weight: bold;
}

#value h3 {
	background-color: #0000cc;
	margin-bottom: 2px;
	color: #ffffff;
}
#value dt {
	background-color: #ffcc99;
	font-size: 14px;
}
#value dd {
	background-color: #ffffcc;
	margin-bottom: 2px;
	margin-left: 0;
}
