﻿@import "base.css";
#main {
	margin: 0px;
	padding: 0px;
	position: relative;
	height: auto;
	width: 800px;
	background-color: #FFFFFF;
	overflow: auto;
}
#contents_top {
	margin: 5px 0px 5px 52px;
	width: 696px;
	height: auto;
	overflow: auto;
}
#information {
	float: left;
	width: 465px;
}
#info_title {
	font-size: 14px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	width: 455px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 35px;
	bottom: 0px;
	color: #666666;
	background-image: url('images/information.gif');
	background-repeat: no-repeat;
	font-weight: bold;
}
#info_letter dt{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	width: 80px;
	padding-top: 10px;
	padding-bottom: 4px;
	padding-left: 35px;
	color: #666666;
	background-image: url('images/info_li.gif');
	background-repeat: no-repeat;
	height: auto;
	float: left;
	line-height: 1.5em;
	vertical-align: top;
}
#info_letter dd{
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	width: 345px;
	padding-top: 10px;
	padding-bottom: 4px;
	color: #666666;
	height: auto;
	float: right;
	line-height: 1.5em;
	vertical-align: top;
}
#banner_top {
	width: 165px;
	height: auto;
	float: right;
	margin-top: 0px;
	overflow: hidden;
}
#banner_top p {
	margin: 0px 0px 10px 0px;
	width: 165px;
	height: 70px;
}#footer {
	font-size: 12px;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	width: 780px;
	background-color: #669900;
	padding-top: 15px;
	padding-left: 20px;
	color: #FFFFFF;
	height: 30px;
	margin-right: auto;
	margin-left: auto;
}