/* ▼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:40px;
	left:20px;
	position:absolute;
}

#header div.a_excolor{
	top:30px;
	left:385px;
	position:absolute;
}
/* ▲ヘッダー▲ */

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

#main div.color_box{
	width:396px;
	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;
}

/*Morning*/
#main div.mo_box{
	background-image: url(../img/morning.jpg);
	background-repeat: no-repeat;
	top:40px;
	left:248px;
	position:absolute;
}

/*Noon*/
#main div.no_box{
	background-image: url(../img/noon.jpg);
	background-repeat: no-repeat;
	top:140px;
	left:180px;
	position:absolute;
}

/*Night*/
#main div.ni_box{
	background-image: url(../img/night.jpg);
	background-repeat: no-repeat;
	top:242px;
	left:250px;
	position:absolute;
}

/*Rainbow*/
#main div.ra_box{
	background-image: url(../img/rainbow.jpg);
	background-repeat: no-repeat;
	top:343px;
	left:180px;
	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;
}
/* ▲フッター▲ */