/* CSS Document */

/*pageの設定*/

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


/*container の設定*/

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

/*contentsの設定*/

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

/*mainの設定*/

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


/*subの設定*/

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


/*subNaviの設定*/

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

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