@charset "utf-8";

*{
	margin:0px;
	padding:0px;
}


img{
	border:0px;
}



body{
	text-align:center;
	width:100%;
	height:100%;
	font-family: "ヒラギノ角ゴ Pro W3","ＭＳ Ｐゴシック",Osaka,sans-serif;
	color:#000;
	background:#C65979;
}


#background{
	margin:0px auto;
	width:800px;
	height:100%;
	background:#fff;
	
}

.header-eria{
	position:relative;
	top:0px;
	left:0px;
	width:800px;
	height:144px;
}

h1 a{
	position:absolute;
	top:15px;
	left:25px;
}

.tel{
	width:740px;
	text-align:right;
	padding-top:15px;
}
.menu-eria{
	position:absolute;
	top:100px;
	left:0px;
	width:800px;
	height:45px;
	text-align:left;
	list-style:none;
	line-height:0.4em;
}

.home-btn a{
	position:absolute;
	top:0px;
	left:0px;
	width:116px;
	height:45px;
	background:url(../images/home.gif) no-repeat;
	text-decoretion:none;
	text-indent:-1000em;
}

.concept-btn a{
	position:absolute;
	top:0px;
	left:116px;
	width:115px;
	height:45px;
	background:url(../images/concept.gif) no-repeat;
	text-decoretion:none;
	text-indent:-1000em;
}

.service-btn a{
	position:absolute;
	top:0px;
	left:231px;
	width:116px;
	height:45px;
	background:url(../images/service.gif) no-repeat;
	text-decoretion:none;
	text-indent:-1000em;
}

.price-btn a{
	position:absolute;
	top:0px;
	left:347px;
	width:117px;
	height:45px;
	background:url(../images/price.gif) no-repeat;
	text-decoretion:none;
	text-indent:-1000em;
}

.company-btn a{
	position:absolute;
	top:0px;
	left:464px;
	width:116px;
	height:45px;
	background:url(../images/company.gif) no-repeat;
	text-decoretion:none;
	text-indent:-1000em;
}

.recruit-btn a{
	position:absolute;
	top:0px;
	left:580px;
	width:117px;
	height:45px;
	background:url(../images/recruit.gif) no-repeat;
	text-decoretion:none;
	text-indent:-1000em;
}

.contact-btn a{
	position:absolute;
	top:0px;
	left:695px;
	width:115px;
	height:45px;
	background:url(../images/qa.gif) no-repeat;
	text-decoretion:none;
	text-indent:-1000em;
}

/*bottom_menu*/

.footer-eria{
	text-align:center;
	margin:0px auto;
	width:800px;
	height:100px;
	background:#EBEBEB;
	font-size:12px;
}

.bottom-menu{
	font-size:12px;
	text-align:center;
	margin:0px auto;
	margin-bottom:5px;
}

address{
	text-align:left;
	font-size:12px;
}