html{
	margin:0px;
	padding:0px;
	height:100%;
}
body{
	background-color:#C8D6FB;
	margin:0px;
	padding:0px;
	width:100%;
	height:100%;
	text-align:left;
}

#main_space{
	background-image: url(../images/bg_menu.gif);
	background-position:right;
	background-repeat:repeat-y;
	margin:0px;
	padding:0px;
	text-align:left;
	position:relative;
	width:771px;
	height:auto !important;
	min-height:100%;
	height:100%;
}

#download_space{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	text-align:left;
	position:relative;
	width:771px;
	height:auto !important;
	min-height:100%;
	height:100%;
}

#header_space{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px;
	top:0px;
	left:0px;
	width:100%;
	height:55px;
	text-align:left;
	z-index:1;
}

#contents_space{
	margin:0px;
	padding:0px 0px 22px 0px;
	width:100%;
	text-align:left;
}
#contents_space:after{
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;
}
#contents_space #contents_main{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:580px;
	float:left;
}
#contents_space #contents_side{
	margin:0px;
	padding:0px 0px 20px 0px;
	width:190px;
	float:left;
}
#contents_space #contents_toppage{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:770px;
	text-align:left;
}
#contents_space #contents_toppage .main{
	font-size: 12px;
	line-height: 16px;
	color: #000000;
	text-align:left;
}
#contents_space #contents_toppage .main2{
	font-size: 10px;
	line-height: 12px;
	color: #000000;
	text-align:left;
}
#contents_space #contents_toppage .redmain{

	font-size: 12px;
	line-height: 16px;
	color: #FF0000;
	text-align:left;
}
#contents_space #contents_download{
	background-color:#FFFFFF;
	margin:0px;
	padding:0px 0px 20px 0px;
	width:770px;
	text-align:left;
}

#footer_space{
	margin:0px;
	padding:0px;
	position:absolute;
	bottom:0px;
	left:0px;
	width:100%;
	height:22px;
	text-align:left;
	clear:both;
}

.float_clear{
	margin:0px;
	padding:0px;
	font-size:1px;
	line-height:100%;
	display:block;
	clear:both;
}

@media print{
	#contents_space{
		padding:0px 0px 20px 0px;
	}
	#footer_space{
		padding-top:20px;
		position:relative;
	}
}
