@charset "UTF-8";
/* CSS Document */

a {
	text-decoration: none;
}

a:link {
	color: #FFFFFF;
}

a:visited {
	color: #FFFFFF;
}

a:hover {
	color: #FF0000;
}

a:active {
	color: #FF0000;
}

.body_class {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 15px;
}

.main_table {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
}

.left_table {
	width: 100%;
}

.headline {
	background-color: #2A00AA;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

.headline2 {
	background-color: #2A00AA;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-color: #2A00AA;
	border-bottom-width: 1px;
	text-align: right;
	vertical-align: top;
}

.headline_2 {
	background-color: #2A00AA;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-color: #2A00AA;
	border-bottom-width: 1px;
}

.menu_table {
	text-align: left;
	background-color: #2A00AA;
	color: #FFFFFF;
	border-bottom: solid;
	border-bottom-color: #FFFFFF;
	border-bottom-width: 1px;
}

.menu_table_sub {
	text-align: left;
	background-color: #7EADF3;
	color: #FFFFFF;
}

.menu_table_counter {
	text-align: center;
	background-color: #2A00AA;
	color: #FFFFFF;
}

.center_area {
	width: 100%;
	vertical-align: top;
	text-align: center;
}

.bg {
	background-color: #2A00AA;
}

.news {
	border-bottom: solid;
	border-bottom-color: #2A00AA;
	border-left: solid;
	border-left-color: #2A00AA;
	border-right: solid;
	border-right-color: #2A00AA;
	text-align: left;
}

.datetime {
	border-bottom: solid;
	border-bottom-color: #2A00AA;
	border-left: solid;
	border-left-color: #2A00AA;
	border-right: solid;
	border-right-color: #2A00AA;
	text-align: right;
	background-color: #2A00AA;
	color: #FFFFFF;
	font-size: 12px;
}

.test {
	height: 100%;
}
