﻿@charset "utf-8";

/* ============================================
	top/index.html
============================================ */
div.topSec01 {
	width: 485px;
	margin-left: 12px;
}
div.topSec01 dl {
	margin-top: 25px;
}
	div.topSec01 dt {
		color: #2538a6;
		clear: both;
		float: left;
		width: 5em;
		text-align: right;
	}
	div.topSec01 dd {
		margin-left: 5em;
	}
		div.topSec01 dd p {
			height: 1%;
		}

div.topSec02 {
	background: url(../img/bg_top.jpg) left top no-repeat;
	margin: 30px 0 0;
	padding: 26px 26px 0 26px;
}
div.topSec02 ul {
	margin-top: 25px;
}
div.topSec02 ul li {
	font-size: 14px;
}








