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

* {
	font-size: 100%;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
body {
	text-align: center;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	background-color: #FFFFFF;
}
#wrap {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	position: relative;
}
.back_top {
	font-size: 12px;
	position: absolute;
	left: 628px;
	top: 53px;
}
.flicker {
	position: absolute;
	left: 348px;
	top: 47px;
}

