﻿@charset "utf-8";

/* ============================================
	/index.html
============================================ */
body#top #main {
	width: 558px;
}
	.ul_top {
		width: 100%;
		overflow: hidden;
	}
		.ul_top li {
			float: left;
			margin: 12px 14px 0 0;
		}
body#top #sub {
	width: 336px;
}
	.sectionTopics {
		background: #d8d8d8;
		width: 336px;
		height: 22px;
		position: relative;
	}
		.sectionTopics p {
			position: absolute;
			top: 2px;
			right: 2px;
		}
	.dl_top {
		font-size: 85%;
	}
		.dl_top dt {
			clear: both;
			float: left;
			width: 6em;
			padding: 0.5em 0;
		}
			.dl_top dt span {
				padding-left: 1em;
			}
		.dl_top dd {
	background: url(../common/img/cmn_bg_dotX_01.gif) repeat-x left bottom;
	padding: 0.5em 0 0.5em 8em;
		}

