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

h2,h3,h4 {
	display:block;
	text-indent:-10000em;
	overflow:hidden;
}

h2 {
	background: url(../../../recruit/images/h2.png) no-repeat;
	width:1080px;
	height:194px;
}

.h3a {
	background: url(../../../recruit/images/h3.png) no-repeat;
	width:960px;
	height:40px;
}

.h3b {
	background: url(../../../recruit/images/h3b.png) no-repeat;
	width:960px;
	height:40px;
}

p.date { text-align: right; }

.article li a {
	color: #3F1F00;
	font-weight:bold;
}

.article li a:hover {
	color: #698C00;
}












p.access_map {
	color: #3F1F00;
	text-align: right;
	margin-right:120px;
	letter-spacing:0;
}

p.access_map a {
	color: #3F1F00;
	text-decoration:underline;
}

p.access_map a:link {
	color:#3F1F00;	
}

p.access_map a:hover {
	color: #698C00;
}

dl {
	margin-left:10px;
}

dt {
	background:url(../../images/list_green.png) no-repeat 0 2px;
	font-weight:bold;
	float:left;
	width:80px;
	padding-left:35px;
	padding-bottom:15px;
}

dd {
	padding-left:20px;
	padding-bottom:15px;
}

/**********************************************************/
/*  メインエリア ボックスレイアウト */
/**********************************************************/

.box_left {
	width:360px;
    float: left;
    margin: 0 0 30px 80px;
}
.box_right {
	width:360px;
    float: right;
    margin: 0 80px 30px 40px;
}
