@charset "utf-8";
*{
	margin:0;
	padding:0;
}
html{
	overflow: scroll;
	background-color: #CCFFFF;
	height: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background-image: url(footer.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
body {
	text-align: center;
	line-height:1.5;
	height: 100%;
	background-image: url(haikei.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
h1,h2,h3,h4,h5,h6,p ul li{
	color: #000033;
	text-align: center;
	margin: 0;
	padding: 0;
	font-weight: normal;
}
img{
	border:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}
img a:hover{
	background-image: none;
}
hr{
	width: 90%;
	margin-top: 1em;
	margin-right: auto;
	margin-bottom: 1em;
	margin-left: auto;
}
a{
	color: #0000CC;
	text-decoration: underline;
}
a:hover{
	color: #FF6600;
}

.float_left{
	float: left;
}
.float_right{
	float: right;
}
.clear_both{
	clear: both;
}

.center{
}
.left{
	text-align: left;
}
#container{
	text-align: center;
	width: 48em;
	margin-right: auto;
	margin-left: auto;
	background-image: url(magnix.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#container h1{
	font-size: 1em;
	line-height: 150%;
	padding-top: 130px;
}
#container h2{
	font-size: 0.9em;
	margin-top: 13px;
	text-align: left;
	background-color: #ECE9D8;
	padding-left: 2em;
	margin-right: 2em;
	margin-left: 2em;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #999999;

}
#container h3{
	font-size: 0.8em;
	text-align: left;
	margin-top: 15px;
	margin-left: 8em;
	margin-bottom: 3px;

}
#container h4{
	font-size: 0.75em;
	padding-top: 5px;
	line-height: 180%;
	padding-bottom: 5px;
	background-color: #ECE9D8;
	margin-top: 20px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}#container p{
	font-size: 0.7em;
	text-align: left;
	margin-left: 12em;
	line-height: 180%;
	margin-right: 12em;
	margin-bottom: 5px;

}
