@charset "utf-8";
img {
	border: 0px;
}
th,td {
	vertical-align: top;
	border: 0px;
}
.watch th {
	background-color: #DDD;
	text-align: center;
	vertical-align: middle;
}
.watch td {
	text-align: center;
	vertical-align: middle;
}
hr {
	border-style: solid;
	border-color: #666;
	height: 1px;
	border-width: 1px 0px 0px 0px;

}
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}

h2 {
	font-size: 16px;
	font-weight: bold;
	color: #444;
}
h3 {
	font-size: 12px;
	font-weight: bold;
	color: #444;
}


a:link {
	text-decoration: none;
	color: #C09;
}
a:visited {
	text-decoration: none;
	color: #C09;
}
a:hover {
	text-decoration: underline;
	color: #F09;
}
a:active {
	text-decoration: none;
	color: #F09;
}
.body_page {
	font-size: 12px;
	color: #444;
	background-color: #EEE;
	text-align: left;
	margin: 0px;
	line-height: 1.5;
	height: 100%;
	padding: 0px;
}
.container {
	width: 800px;
	background-color: #FFF;
	padding: 0px;
	text-align: center;
	margin: 0 auto;
	overflow: auto;
	overflow-y: hidden;
}
.header {
	background-color: #FFF;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.main {
	text-align: left;
	padding: 0px 10px 0px 10px;
	margin: 0px;
	min-height: 1010px;
}

.footer {
	background-color: #FFF;
	text-align: center;
	margin: 0px;
	padding: 20px 10px 0px 10px;
}

.navigation {
	text-align: left;
	float: left;
	width: 300px;
}
.topic {
	text-align: left;
	float: left;
	width: 470px;
	padding: 0px 10px 0px 0px;
}

.alart {
	font-weight: bold;
	color: #F00;
}
.info {
	font-weight: bold;
	color: #930;
	font-size: 16px;
}

.cap {
	font-size: 16px;
	font-weight: bolder;
	padding-left: 3px;
	border-bottom-width: 2px;
	border-bottom-color: #D0A;
	border-bottom-style: inset;
	line-height: 1.0;
}
.cap2 {
	font-size: 12px;
	font-weight: bolder;
	padding-left: 5px;
	color: #444;
	padding-right: 5px;
	border-width: 0px 5px 0px 5px;
	border-color: #333;
	border-style: solid;
}
.cap3 {
	color: #333;
	font-weight: bolder;
}

.cap4 {
	font-size: 14px;
	font-weight: bolder;
	padding-left: 3px;
	border-bottom-width: 1px;
	border-bottom-color: #999;
	border-bottom-style: inset;
	line-height: 1.0;
}

.table_1 {
	color: #FFF;
	background-color: #666;
}
.table_2 {
	color: #930;

}
.margin_top {
	margin-top: 50px;
}

.margin_bottom {
	margin-bottom: 30px;
}

