A:link { color: #2f4f4f; }
A:visited { color: #2f4f4f; }
h1 {
	font-size: 20pt;
	font-variant: small-caps;
}
h2 {
	font-size: 16pt;
	font-stretch: condensed;
}
body {
	background: #ffffcc;
	font: 75%/170% "メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
span {
	margin:5px;
}
.form {
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:600px;
	margin:auto;
	background: #99ff66;
	padding: 20px 20px 20px 60px;
}
.link {
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:600px;
	margin:auto;
	background: #99ff66;
	padding: 5px 20px 5px 60px;
}
#hai {
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:600px;
	margin:auto;
	background: #ccffff;
	padding: 40px 20px 10px 60px;
}
#footer {
	-webkit-border-radius:10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	width:600px;
	margin:auto;
	background: #ffe4e1;
	padding: 20px 20px 20px 60px;
}