/* ■htmlタグ */
body {
	background: #ffffee;
	margin-left: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#header {
	margin-bottom:20px;
}
#main {
	margin-left: 20px;
	margin-right: 20px;
}
#footer {
	margin-top: 20px;
	background: #ccccff;
	border-top: #9090ff 1px solid;
	text-align: center;
}
.title{
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}
.description{
	font-size: 13px;
	color: #777777;
	margin-top: 5px;
}
/* ■footer部分 */
