@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: 14px;
	line-height: 2.6em;
	letter-spacing: 0.08em;
	color: #000;
	background-repeat: no-repeat;
	position: static;
}
#wrapper {
	position: relative;
	width: 500px;
	margin: 0 auto;
	/* [disabled]background-color: #FFFFFF; */
	height: 650px;
	top: 0px;
	padding-left: 50px;
	padding-top: 50px;
}
h1 {
	font-size:18px;
	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;
}
/*　リンク　＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿＿*/

a:link {
	color: #FF9600;
	text-decoration: none;
}
a:visited {
	color: #FF9600;
	text-decoration: none;
}
a:hover {
	color: #FFB800;
	text-decoration: none;
}