@charset "utf-8";
/* CSS Document */


body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ol,h2,h3,h4,h7,h8,th,embed,object {
    margin: 0;
    padding: 0;
	font-size:100%;
}
html body{
    font-size:16px;
    height:100%;
}
/* IE6 hack*/
* html body{
    font-size:100%;
}
/* IE7 hack*/
*:first-child+html body{
    font-size:100%;
}


h1 {
	margin:0 0 7px 0;
	padding:0;
	font-size:14px;
}

.clearfix:after { /*floatの解除*/
display:block;
clear:both;
height:0px;
visibility:hidden;
content:".";
}
.clearfix {
min-height: 1px; /*IE6、7用のハック*/
}
* html .clearfix {
height: 1px;
/*\*//*/ /*MAC IE5.x用のハック*/
height: auto;
overflow: hidden;
/**/
}



body{
	background-color:#000000;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	color: #FFFFFF;
	font-size:14px;
	width:945px;
	text-align:center;
	margin:0 auto;
	padding:0;
	}
	
a:link { color: #ffffff; }
a:visited { color: #ffffff; }
a:hover { color: #ffff00; }
a:active { color: #ffff00; }
a {text-decoration: none;}

	
.wrapper{
	width:945;
	margin:0 auto;
	padding:0;
}

.top{
	width:945px;
	margin:0 auto;
	padding:0;
}

.navi{
	width:945px;
	height:38px;
	line-height:36px;
	margin:0 auto 10px auto;
	padding:0;
	background-image: url(../image/top_page/navi_bar.gif);
	background-repeat: no-repeat;
}

.navi_text {
	text-align:left;
}


.recruit {
	margin:30px auto;
	padding:0;
	width:945px;
}

table {
	width:700px;
	margin:15px 0 15px 0;
}

td {
	padding:11px;
}

.tel {
	color:#FF0;
	font-size:14px;
	font-weight:bold;
}

.denwa {
	font-size:20px;
		margin:10px auto;
}

.bangou {
	font-size:70px;
	color:#FF0;
	font-weight:bold;
	margin:10px auto;
}
