@charset "utf-8";
body {
	margin: 0px;
	padding: 25px 0px 0px;
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", "Osaka ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Gothic";
	font-size: 12px;
	line-height: 160%;
	color: #666666;
}
p#close {
	background-image: url(../img/annai/close.gif);
	background-repeat: no-repeat;
	background-position: 50% 0px;
	line-height: 31px;
	padding-left: 20px;
}
a:link{
	color: #FFFFFF;
	text-decoration: none;
}
a:visited{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;

}
a:active{
	color: #FFFFFF;
}

