body {
	height: 100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

.head_anbot {
	font-family: Courier New, Courier, mono;
	font-size: 24px;
	font-weight: bold;
	color: #000000;
}
.txt_anbot {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #000000;
}
.txt_anbot2 {
	font-family: Courier New, Courier, mono;
	font-size: 12px;
	color: #000000;
}
.txt {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #000000;
	width: 290px;
}

a {
	text-decoration: none;
}

.linkOn {
	color: #333333;
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.linkOff {
	color: #333333;
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	text-decoration: none;
	font-weight: bold;
}
/*
.bg {
	background-color: #666666;
}
*/
.bg {
	background-color: #A6A6A6;
}
.bg1 {
	background-color: #333333;
}

.frame {
	border-top: 1px solid #666666;
	border-right: 1px solid #666666;
	border-bottom: 1px solid #666666;
	border-left: 1px solid #666666;
}

.pic {
	padding-bottom: 5px;
}
.navi {
	background-color: #999999;
}

.details {
	font-family: Courier New, Courier, mono;
	font-size: 16px;
	color: #000000;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 580px;
}