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

a {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	color: #F00;
}
a:link {
	text-decoration: none;
	font-size: 16px;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #006;
}
a:active {
	text-decoration: none;
}
h1 {
	font-size: 18px;
	color: #000;
}
h2 {
	font-size: 16px;
	color: #000;
}


.Main {
	background-color: #006;
}

.Division1 {
	background-color: #FFF;
	position: absolute;
	z-index: 1;
	height: 300px;
	width: 700px;
	left: 10px;
	top: 5px;
}

.Division2 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	position: absolute;
	z-index: 1;
	left: 10px;
	top: 310px;
	height: 600px;
	width: 190px;
	background-color: #FFF;
	padding: 5px;
	border: 2px solid #000;
}

.Division3 {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color: #000;
	background-color: #FFF;
	position: absolute;
	left: 225px;
	top: 310px;
	height: 600px;
	width: 470px;
	border: 2px solid #000;
	padding: 5px;
}
