@charset "UTF-8";
/* CSS Document */
* {
	font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace;
	font-size: 13px;
	margin: 0px;
	padding: 0px;
	font-style: normal;
}
#Wrapper {
	width: 760px;
	height: 1250px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/setsunan_syutsugan.jpg);
	background-repeat: no-repeat;
	position: relative;
}
#Wrapper #contents {
	clear: both;
	width: 760px;
	height: 1250px;
	margin: 0;
	padding: 0;
}
#Wrapper #contents #link {
    clear: both;
	display: block;
    width: 440px;
    height: 56px;
    position: absolute;
	top: 1190px;
	right: 160px;
}
#Wrapper #contents h1,#contents p {
	text-indent: -9999px;
	display: block;
	/**/overflow: hidden;/**/
}

#recruit_footer {
	width: 760px;
	height: 57px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
}
