@charset "utf-8";
@import url(head.css);
@import url(layout.css);
@import url(page.css);
@import url(js.css);
/*---base---*/
body{
	background:#f0f3f6;
}
*{
	margin:0px;
	padding:0px;
}
h1,h2,h3,h4,h5,h6{
	font-size:100%;
	font-weight:lighter;
}

img{
	border-width: 0px;
	border-style: none;
	vertical-align:bottom;
}

ul {
list-style:none;
}

table {
border:none;
border-collapse:collapse;
}

.totop01,
.totop02{
	width:534px;
	margin-bottom:35px;
	margin-top:35px;
	float:left;
	display:inline;
}

.totop01{
	margin-left:12px;
}

.totop01 p,
.totop02 p{
	width:80px;
	height:10px;
	float:left;
	margin-left:454px;
	display:inline;
	clear:both;
}

.totop01 p a,
.totop02 p a{
	width:80px;
	height:10px;
	display:block;
	text-indent:-9999px;
	background:url(../img/totop.gif) no-repeat left top;
}


.totop02 p a:hover{
background-position:bottom;
}

.btn_contact01,
.btn_apply01,
.btn_apply02{
	width:224px;
	float:left;
	height:55px;
	margin-top:10px;
	clear:both;
}

.btn_contact01 a{
	width:224px;
	height:55px;
	display:block;
	background:url(../img/btn_contact.gif) no-repeat left top;
	text-indent:-9999px;
}

.btn_contact01 a:hover{ background-position:bottom;}

.btn_apply01 a{
	width:224px;
	height:55px;
	display:block;
	background:url(../img/btn_apply.gif) no-repeat left top;
	text-indent:-9999px;
}

.btn_apply01 a:hover{background-position:bottom;}

.btn_apply02 a{
	width:224px;
	height:55px;
	display:block;
	background:url(../img/btn_apply2.gif) no-repeat left top;
	text-indent:-9999px;
}

.btn_apply02 a:hover{background-position:bottom;}

.btn_record_all{
	width:132px;
	height:29px;
	float:left;
}

.btn_record_all a{
	width:132px;
	height:29px;
	display:block;
	float:left;
	text-indent:-9999px;
	background:url(../img/btn_record.gif) no-repeat left top;
}

.btn_record_all a:hover{
background-position:bottom;
}

