@charset "utf-8";
@import url(../common/default.css);
@import url(../common/layout.css);
@import url(../header/header.css);
@import url(../footer/footer.css);

.box p{
line-height:140% ;
}
.box h2{
text-align:center;
background-color:#06c;
color:#fff;
padding:0.5em 0;
font-size:medium;
}
h3{
	padding:0.4em 0.5em 0.3em 9px;
	margin-bottom:0.5em;
	background:#ccc;
	color:#333;
	font-size:small;
	border-left:5px solid #960;
	}
h4{
	margin-bottom:0.2em;
	background:#fff;
	color:#960 ;
	font-size:small;
	}

/* companyinfo */
#contents{
width:500px;
margin:1em 70px;
}
#contents p{
	margin:0;
	padding:0;
}
#contents p.u_margin{
margin-bottom:1em;
}
#contents dt{
font-weight:bold;
color:#333;
border-bottom:1px solid #333;
}
#contents dd{
margin:0.3em 0 1em 0;
line-height:140% ;
}
.recruitdata{
	margin-top:2em;
	padding:1em;
	border:solid #666 1px;
	}
#recruitindex{
	padding:0 0 20px 20px;
	list-style-type:circle;
	margin:0;
	}