/* SUB6ページの基本デザイン用CSS */
/* フッターエリア部分です（緑色）*/
.footer {
	width: 855px;
	height: 60px;
	position: absolute;
	top: 900px;
	left:0px;
	background-color: #333333;
	border: 0;
	font-size: 12px;
        color: #FFFFFF;
	text-align: center;
	padding-top: 10px;
	margin-right: auto;
	margin-left: auto;
}
.main {
	width: 680px;
	height: 900px;
	position: absolute;
	top: 0px;
	left: 176px;
	background-color:#FFFFFF;
	float: left;

}
.side {
	width: 176px;
	height: 900px;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color:#55a65c;
	float: left;
}
.kyan {
	float:right;
	margin:10px;
	color: red;
	font-size:18pt;
}