@charset "utf-8";

body{
	background: #ffffe0;
	color: #333333;
	font-family: Meiryo;
	margin: auto 20px;
}
h1{
	color: #800000;
	font-size: 28px;
}
.right{
	margin: 9px 0px;
	float: right;
}
.line{
	clear: both;
}
a{
	text-decoration: none;
}
