@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background:#ecf5fa url(images/bg.gif) repeat-x top left;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	line-height:18px;
	color:#666666;
}

a:link, a:visited {
	color:#666666;
	text-decoration:underline;
}
a:hover, a:active {
	color:#CCCCCC;
	text-decoration:none;
}

p {
	margin:0 0 20px 0;
}

h1 {margin:0; padding:0;}
h2 {margin:0 0 20px 0; padding:0;}

.mgb20 {margin-bottom:20px;}

#wrap {
	width:550px;
	margin:0 auto;
}
.main {
	width:430px;
	padding:1px 60px;
	background-color:#FFFFFF;
}
.bottom {
	margin-bottom:15px;
}

.close {
	text-align:center;
	padding:5px 0 40px 0;
}
