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

*{
margin:0;
padding:0;
}
html,body{
height:100%;
}

div#container{
position:relative;
min-height: 100%;
}

*html div#container{
height:100%;
}

div#contants{
	padding-bottom:30px;
}
h1{
margin-bottom:5px;
height:45px;
}
#footer{
	position:absolute;
	bottom:0px;
	width:700px;
	height:30px;
	left:50%;
	margin-left: -350px;
	font-style: normal;
	padding-bottom: 10px;
	font-size: x-small;
	background-color: #FFFFFF;
	top: 480px;
}
#header-con{
	position:absolute;
	top:5px;
	width:700px;
	height:50px;
	left:50%;
	margin-left: -350px;
	padding-bottom: 5px;
	border-bottom-width: medium;
	border-bottom-style: double;
	border-bottom-color: #666666;

}

#main-con {
	position:absolute;
	width:650px;
	height:284px;
	left: 50%;
	top:50%;
	margin-top:-142px;
	margin-left:-325px;
}

.style2 {
	color: #3D3E35;
	font-family : Verdana, "ＭＳ Ｐゴシック", sans-serif;
	font-size: small;	

}
.style9 {color: #3D3E35; font-family: Verdana, "ＭＳ Ｐゴシック", sans-serif; font-size: x-small; }

.style10 {
	font-size: 18px;
	font-weight: bold;
	color: #333333
}
