@charset "utf-8"; 

/* =======================================
	Top CSS
========================================== */

/* ヘッダー背景 */
#header {
	background: url(../../img_top/header_bg.png);
	position: absolute;
	top: 0;
	z-index: 100;
}

/* グローバルナビ背景 */
#gnavi {
	background: url(../../img_top/gnavi_bg.png);
	position: absolute;
	top: 120px;
	z-index: 100;
}

/* global navi - current - */
#gnavi01 a {
	background: url(../../img/gnavi01_o.png) no-repeat;
}

/* 最新トピック
------------------------------------------ */
.topicTtl {
	padding: 40px 0 10px 0;
}
.topic {
	margin: 0 0 40px;
}
.topic dt {
	color: #1D2087;
}
.topic dd {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}
.topic dd:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
/* お知らせ
------------------------------------------ */
.newsTtl {
	padding: 0 0 10px 0;
}
.news {
	margin: 0 0 80px;
}
.news dt {
	color: #1D2087;
}
.news dd {
	padding-bottom: 20px;
	border-bottom: 1px dotted #CCC;
	margin-bottom: 20px;
}
.news dd:last-of-type {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}
