﻿/* 共通スタイルシートの読み込み */
@import url("./common.css");

#main h2 {
	height: 234px;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	border-right: 1px solid #9a9a9a;
	border-left: 1px solid #9a9a9a;
}#left h3 {
	margin-bottom: 20px;
	display: block;
}
#news {
	margin-bottom: 40px;
}

#news h4 {
	background: url(images/top_news.gif) no-repeat left;
	height: 14px;
	width: 528px;
	display: block;
	border-bottom: 1px solid #005a17;
	font-size: 12px;
	font-weight: normal;
	text-align: right;
	padding-top: 3px;
	margin-bottom: 3px;
}
#news h4 a {
	color: #929292;
	text-decoration: none;
}
#news dl {
	background: #F2F2F2;
	width: 498px;
	padding: 17px 15px;
}
*html #news dl {
	width: 528px;
}#news dt {
	font-size: 12px;
	color: #61d1ff;
	clear: both;
	float: left;
}
#news dd {
	margin-left: 72px;
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 8px;
	color: #989898;
}
#bn {
	margin-left: 12px;
	height: 143px;
	margin-bottom: 40px;
}
#bn li {
	float: left;
}
#bn_bt01 {
	display: block;
	background: url(images/bt_recruit01.jpg);
	height: 143px;
	width: 247px;
}
#bn_bt01:hover {
	background: url(images/bt_recruit001.jpg);
}
#bn_bt02 {
	display: block;
	background: url(images/bt_recruit02.jpg);
	height: 143px;
	width: 247px;
}
#bn_bt02:hover {
	background: url(images/bt_recruit002.jpg);
}

#bn .p9 {
	margin-left: 9px;
	display: block;
}

