/* CSS Document */


#page {
	width:auto;
	margin:0 auto;
	text-align:left;
}


#container {
	float:left;
	background:#AEC5D4;
	height:auto;
}


#contents {
	width:auto;
	float:right;
	background:#D8E4EC;
	height:1700px;	
}

#main {
	float:left;
	width:460px;
	height:1700px;		
	background:#FFF;
}


#sub {
	float:left;
	width:100px;
	height:1700px;		
	background:#D8E4EC;
}



#sideNavi {
	width:auto;
	height:1700px;		
	background:#AEC5D4;	
	margin:0 -20px 0 0px;	
}

#footer {
	clear:both;
    height:24px;	
	width:780px;
	background:#000066;
	color:#FFF;
}
