@charset "Shift_JIS";
body {
	background-color: #000000;
	font-size: 12px;
	color: #f5f0e9;
	font-family: "Hiragino Maru Gothic Pro", "ƒqƒ‰ƒMƒmŠÛƒS Pro W4", Verdana, "‚l‚r ƒSƒVƒbƒN", Osaka, sans-serif;
}
a:link, a:visited {
	color: #C7938F;
	text-decoration: none;
}
a:hover, a:active {
	color: #FFCCCC;
	text-decoration: none;
}
span {
	color: #B3716F;
}
form {
	text-align:center;
}
input {
	color: #666666;
	border-width:1;
	border-style: solid;
	border-color: #FF9999;
}
textarea {
	border-width:1;
	border-style: solid;
	border-color: #FF9999;
	color : #333333;
	background-color : #FFFFFF;
}
.note{
	padding:1em;
	font-size: 10px;
	line-height:1.8;
}
.main {
	text-align: center;
}
.footer {
	clear:both;
	margin-top: 2em;
	text-align: center;
	font-size: x-small;
}