/* ▼body▼ */
body{
	background-color:#333;
	color: #333;
	text-align: left;
}

.all_box{
	width:800px;
	background-image: url(../img/main_bgi.jpg);
	background-repeat: repeat-y;
	margin-left:auto;
	margin-right:auto;
}
/* ▲body▲ */

/* ▼ヘッダー▼ */
#header{
	position:relative;
}

#header div.a_tocol{
	top:50px;
	left:20px;
	position:absolute;
}
/* ▲ヘッダー▲ */

/* ▼メイン▼ */
#main{
	position:relative;
}

#main div.color_box{
	width:410px;
	height:81px;
}

#main div.color_box ul.c_index{
	float:right;
	list-style:none;
	margin:3px;
}

#main div.color_box ul.c_index li{
	margin:0;
	line-height:0;
}

/*Basic Light*/
#main div.bl_box{
	background-image: url(../img/bl.jpg);
	background-repeat: no-repeat;
	top:30px;
	left:267px;
	position:absolute;
}

/*Fresh Spring*/
#main div.fs_box{
	background-image: url(../img/fs.jpg);
	background-repeat: no-repeat;
	top:125px;
	left:185px;
	position:absolute;
}

/*Summer Earth*/
#main div.se_box{
	background-image: url(../img/se.jpg);
	background-repeat: no-repeat;
	top:220px;
	left:267px;
	position:absolute;
}

/*Oceans*/
#main div.oc_box{
	background-image: url(../img/oc.jpg);
	background-repeat: no-repeat;
	top:315px;
	left:185px;
	position:absolute;
}
/* ▲メイン▲ */

/* ▼プロフィール▼ */
#profile{
	position:relative;
	text-align:center;
	padding:15px 0;
}

#profile div.pro_memo{
	width:400px;
	top:30px;
	left:330px;
	position:absolute;
	text-align:left;
	font-size:11px;
	line-height:1.5em;
}
/* ▲プロフィール▲ */

/* ▼トップへ▼ */
div.totop{
	width:15px;
	float:right;
	margin-right:30px;
	padding:0 0 10px 0;
}
/* ▲トップへ▲ */

/* ▼フッター▼ */
#footer{
	width:800px;
	height:75px;
	position:relative;
}

#footer div.a_tocol{
	top:0px;
	left:20px;
	position:absolute;
}
/* ▲フッター▲ */