@charset "UTF-8";

/* トップページ用 */

/* メニュー */
#top_gnavi {
	margin-left: -50px;
	width: 1000px;
	height: 261px;
	background: url("img/top_gnavi.png") no-repeat;
	position: relative;
}
#top_gnavi li {
	position: absolute;
	bottom: 0;
}
#gmenu1 { left: 50px; }
#gmenu2 { left: 230px; }
#gmenu3 { left: 587px; }
#gmenu4 { left: 767px; }


/* ロゴ */
#top_logo {
	margin-top: 20px;
	margin-bottom: 40px;
	text-align: center;
}

/* イメージ */
#top_image {
	float: left;
	margin-left: 13px;
}

/* 業務内容 */
#top_bmenu {
	float: right;
	width: 321px;
	height: 361px;
	position: relative;
	margin-top: 65px;
}
#top_bmenu h2 {
	text-indent: -9999px;
	border: none;
	width: 321px;
	height: 361px;
	background: url("img/top_bmenu_frame.png") no-repeat;
}
#top_bmenu ul {
	position: absolute;
	top: 38px;
	left: 9px;
}
#top_bmenu li {
	margin-bottom: 8px;
}


/* 新着情報 */
#news_list {
	width: 477px;
	padding-bottom: 15em;
}
#news_list ul {
	width: 100%;
}
#news_list h3 {
	background: url("img/top_news_bar.gif") bottom left no-repeat;
	border: none;
	font-size: 100%;
	font-weight: bold;
	padding-left: 5px;
	color: #23ac38;
}
#news_list .date {
	color: #23ac38;
	padding-right: 0.5em;
}
#news_list li {
	padding: 0.4em 0;
	border-bottom: dotted 3px #ccc;
}


/* 背景用調整 */
#main_content {
	background: url("img/top_back.jpg") bottom right no-repeat;
	margin-left: -50px;
	width: 1000px;
}
#main_content .main_content {
	width: 900px;
	margin: 0 auto;
}
#footer {
	margin-top: -78px;
}
