@charset "UTF-8";

body {
	background-position: center top;
	background-image: url(../images/popupwaku.png);
	background-color: #FFFFFF;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 15px;
	line-height: 2em;
	letter-spacing: 0.08em;
	color: #000;
	background-repeat: no-repeat;
	position: static;
}


#wrapper {
	position: relative;
	width: 530px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 944px;
	top: 0px;
	padding-left: 50px;
	padding-top: 50px;
}
#close {
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 31px;
	height: 31px;
	top: auto;
}
h1 {
	font-size:21px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight:200;
	letter-spacing: 0.2em;
	margin-bottom: 20px;
	margin-top: 0px;
	color:#631904;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

a:link {
	color: #ff0000;
	text-decoration: none;
}
a:visited {
	color: #ff0000;
	text-decoration: none;
}
a:hover {
	color: #ff9b9b;
	text-decoration: none;
}