@charset "UTF-8"

#wrap{
	background-color: #ccccff;
}
.navi{
	margin-right: 30px;
	float: left;
}
.footer{
	margin-top: 150px;
	border-top: 3px solid #660099;
	text-align: right;
	color: #666666;
}
li{
	margin-bottom: 10px;
}
ul{
	list-style-type: none;
}
h1{
	font-size: 50px;
	border-bottom:3px solid #660099;
	color: #666666;
}
body{
	background-color: #ccccff;
}
