body {
	text-align: center;
	font-size: 12px;
	color: #003366;
}

a {
	text-decoration: underline;
	font-weight: bold;
	color: #003366;
}

table tr td {
	font-size: 12px;
}

.index_left {
	float: left;
	width: 300px;
	height: 300px;
	margin: 5px;
	text-align: center;
}

.index_left img {
	margin: auto auto;
}

.index_right {
	float: right;
	width: 320px;
	height: 300px;
	margin: 5px;
	overflow-y: scroll;
    scrollbar-face-color: #003366;
    scrollbar-arrow-color: #FFFFFF;
}

#head {
	width: 980px;
	text-align: left;
	padding-bottom: 15px;
}

#head img {
	border: none;
}

#body {
	width: 980px;
	height: 650px;
	border: 2px solid #003366;
	padding-top: 5px;
	text-align: left;
}

#body .top_contents {
	margin: 10px;
}

#body #top_left {
	width: 475px;
	height: 625px;
	border: 2px solid #003366;
	margin: 5px;
	float: left;
}

#body #top_left table.contents_list tr td {
	color: #003063;
	font-weight: bold;
}

#body #top_right {
	width: 475px;
	height: 625px;
	border: 2px solid #003366;
	margin: 5px;
	float: right;
	overflow-y: scroll;
    scrollbar-face-color: #003366;
    scrollbar-arrow-color: #FFFFFF;
}

#body #left {
	width: 150px;
	height: 625px;
	border: 2px solid #003366;
	margin: 5px;
	float: left;
}

#body #right {
	width: 785px;
	height: 625px;
	border: 2px solid #003366;
	margin: 5px;
	float: right;
}

#body #right .contents_top_message {
	border: 2px solid #003366;
/*	padding: 5px;*/
	color: #003063;
	font-weight: bold;
}

#body #right .right_main{
	margin-top: 10px;
	width: 760px;
	border: 2px solid #003366;
	overflow-y: scroll;
	height: 525px;
	padding: 10px;
    scrollbar-face-color: #003366;
    scrollbar-arrow-color: #FFFFFF;
	font-size: 11px;
}

#foot {
	margin-top: 10px;
}

.bottom_link a {
	padding: 0px 10px 0px 10px;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
}

.bottom_url {
	padding-top: 5px;
}

.bottom_url a {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	color: #003366;
	border: none;
}