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

body {
	margin-top: 0px;
	margin-bottom: 0px;
}
#wrap {
	width: 920px;
	height: 600px;
	background-color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../img/game_re_back.jpg);
}
#contents_wrap {
	width: 860px;
	height: 241px;
	margin-left: auto;
	margin-right: auto;
	padding-top: 20px;
}
#contents {
	width: 860px;
	height: 241px;
}
#gif   {
    width: 860px;
    height: 241px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 193px;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFFFFF;
}v
a:hover {
	text-decoration: none;
	color: #FFE000;
}
a:active {
	text-decoration: none;
	color: #FFE000;
}
