body {
	font-size: 12px;
	font-weight: normal;
	color: #121212;
	margin: 0px;
	padding: 0px;
	background-image: url(background.gif);
	background-repeat: repeat;
	line-height: 140%;
}

#cont {
	width: 740px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 12px;
}
#head {
	height: auto;
}

#head h1 {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	float: left;
	height: auto;
	width: 290px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
#term {
	width: 220px;
	float: right;
	font-size: 14px;
	padding-top: 12px;
	text-align: right;
	padding-right: 16px;
}
#nb {
	clear: both;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	height: 50px;
}
#nb li {
	float: left;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	padding: 0px;
}
#nb li.first {
	margin-left: 0px !important;
}

#nb a {
	font-size: 12px;
	display: block;
	padding: 5px;
	width: 108px;
	margin: 0px;
	letter-spacing: 4px;
	color: #000000;
	background-color: #FFFFFF;
	text-decoration: none;
}
#nb li.first a{
	width: 102px;
}

#nb a:hover {
	background-color: #CCCCCC;
}
#foot {
	font-size: 12px;
	color: #606060;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #999999;
	text-align: center;
	margin-top: 50px;
	clear: both;
}
#nb a:visited {
	color: #000000;
}
.a_ct {
	text-align: center;
}
#main {
	clear: both;
}
#main a{
	color: #330000;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #330000;
}
#main a:visited{
	color: #666666;
}
#main a:hover{
	color: #CC0000;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CC0000;
}
