@charset "utf-8";

* {
	margin:0;
	padding:0;
}

body {
	margin:0;
	padding:0;
	color:#333333;
	text-align:center;
	background-color:#FFCC00;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
}

a {
	color:#333333;
	text-decoration:none;
}

a:hover {
	text-decoration:none;
}

a:visited {
	color:#333333;
	text-decoration:none;
}

img {
	border:0;
	vertical-align:top;
}

h1 {
	margin-top:15px;
	font-size:15px;
}

h2 {
	font-weight:normal;
	font-size:10px;
	text-align:right;
	width:700px;
	margin:0 auto;
}

#wrap {
	width:700px;
	border:solid 1px #b08d00;
	margin-top:20px;
}

#wrap h1 {
	margin-top:0;
}

#wrap form {
	margin:50px auto;
}

h1#top {
	font-size:16px;
}