@charset "utf-8";
/* CSS Document */
/* ----------------- */
/* TOPページ用 CSS Document */
/* ----------------- */

/* HEADER */
#header_top {
	width: 800px;
	height: 125px;
	background: #0066FF url(../images/bg_top_header.png) bottom center no-repeat;
	text-align: left;
}
#header_top img {
	margin-left: 26px;
}

/* MAIN */
#main_top {
	width: 800px;
	background: url(../images/bg_top_main.png) top center repeat-y;
}
#mainbottom_top {
	width: 800px;
	height: 20px;
	margin-bottom: 5px;
	background: url(../images/bg_top_main_bottom.png) center no-repeat;
}

#gnavi_top {
	margin: 20px auto;
}
#gnavi_top img {
	margin: 0 10px 10px 10px;
}

/* TOPICS */
#topics {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
}
#topics a {
	color: #FFFFFF;
}
#topics dt {
	clear: left;
	float: left;
	width: 50px;
	border-right: 5px solid #FFFFFF;
	font-weight: bold;
}
#topics dd {
	margin-left: 70px;
	margin-bottom: 10px;
	letter-spacing: 0.1em;
}

/* FOOTER */
#banner_top {
	clear: both;
	width: 790px;
	margin-top: 20px;
	text-align: right;
}
#banner_top img {
	margin-right: 8px;
}