@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: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#Wrapper #contents {
    clear: both;
    height: 915px;
    width: 760px;
    margin: 0;
    padding: 0;
    background-image: url(images/kango_main.jpg);
    background-repeat: no-repeat;
}
#Wrapper #contents h1,p {
	text-indent: -9999px;
	height: 0;
	width: 0;
	display: block;
	/**/overflow: hidden;/**/
}

#Wrapper #footer {
	width: 760px;
	height: 70px;
	clear: both;
	margin: 15px 0 0 0;
	background-image: url(images/kango_link.gif);
	background-repeat: no-repeat;
	position: relative;
}
#Wrapper #footer #footer_school {
	width: 337px;
	height: 70px;
	margin: 0;
}
#Wrapper #footer #footer_school address {
	text-indent: -9999px;
}
#Wrapper #footer #footer_link li {
    display: block;
    list-style-type: none;
    height: 70px;
    width: 192px;
    text-indent: -9999px;
}
#Wrapper #footer #footer_link li#link_hp {
    position: absolute;
    top: 0;
    left: 350px;
}
#Wrapper #footer #footer_link li#link_oc {
    position: absolute;
    top: 0;
    left: 550px;
}
#Wrapper #footer #footer_link li a {
	height: 70px;
	width: 192px;
	display: block;
	/**/overflow: hidden;/**/
}

#recruit_footer {
	width: 760px;
	height: 37px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 3px;
	clear: both;
}
