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

* {
	margin: 0;
	padding: 0;
}

body,div,pre,p,blockquote,
form,fieldset,input,textarea,select,option,
dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
table,th,td,embed,object {
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

h1,h2,h3,h4,h5,h6 {
	font-style: normal;
	font-weight: normal;
	font-size: 1.0em;
}
 
table {}
* html table {border-collapse:collapse;}
*:first-child+html table {border-collapse:collapse;}
caption,th {text-align:left; font-weight:normal;}
table,th,td,img {border:0;}
img,input {vertical-align:bottom;}
q:before,q:after {content:'';}
ul {list-style: none;}

body { font-size: 62.5%; /* 10px */ }
h1 { font-size: 2em; /* 20px */ }
p { font-size: 1.2em; /* 12px */ }

html {
	overflow-y:scroll;
}

body {
	color: #000;
	background: #fff;
	font-family : 'Hiragino Kaku Gothic Pro', Meiryo, san-serif;
	font-size: 62.5%;
	line-height: 1.7;
	text-align: center;
}
 
/* --- link --- */
 
a {
	color: #3C25A1;
}
a:visited {
	color: #3C25A1;
	text-decoration: none;
}
a:hover {
	color: #66f;
	text-decoration: underline;
}
 
/* --- general --- */
 
h2 {
	margin: 0 0 0.5em 0;
	font-size: 1.5em;
}
h3 {
	margin: 0 0 1em 0;
	color: #333;
	font-size: 1.2em;
	font-family: serif;
}
 
p {
	font-size: 1.2em;
	margin-bottom: 1.5em;
}
 
ul {}
ol {}

li img {
  display: block;
  vertical-align:top;
} 

table {
	margin-bottom: 1.5em;
	font-size: 1.2em;
	line-height: 1.7;
}


/*-----------------------------------------------------------------------------clearfix---*/
div{
    zoom:1;/*for IE 5.5-7*/
}
div:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
/*-----------------------------------------------------------------------------content---*/



#container{
	text-align:center;
	background-color: #FFFFFF;
    overflow:hidden;
    height:627px;
    width:741px;
	position:absolute;
    top:50%;
    left:50%;
    margin-top:-313px;
    margin-left:-370px;
}


/*-----------------------------------------------------------------------------recruit---*/
#recruit {
	position: relative;
	background:url("../recruit/images/recruit.gif") top left no-repeat;
	width: 741px;
	height: 627px;
	margin: 0;
	padding: 0;
	text-align: left;
}



#recruit p, #recruit span {
	position: absolute;
	width: auto;
	text-indent:-9999px;
	margin: 0;
	padding: 0;
	position: absolute;
}




#recruit .bt {
	text-indent:-9999px;
	width: 160px;
	margin: 0;
	padding: 0;
	background:url("../recruit/images/bt_email.gif") top left no-repeat;
}


#recruit .bt a {
	display:block;
	width:160px;
	height:20px;
	text-indent:-9999px;
	position: absolute; top:382px; left:286px;
	background:url("../recruit/images/bt_email.gif") top left no-repeat;
}

#recruit .bt a:hover {
	background:url("../recruit/images/bt_email_r.gif");
}


/*-----------------------------------------------------------------------------footer---*/

#footer {
	clear: both;
	width: 945px;
	margin: 0px 0px 0px 0px;
}

.clearfloat { /* このクラスは、div またはブレークエレメントに適用される必要があり、また、フローティングエレメントが完全に含まれているコンテナの末尾の直前にある最後のエレメントである必要があります */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
