﻿@charset "UTF-8";

body {
	text-align: center;
	line-height: 1.6;
	/*  IE対応（ボックスのセンタリング）*/
}

div#header,
div#contents,
div#footer {
	margin: auto;
	width: 900px;
	background-color: #ffffff; /* 確認用 */
	text-align: left; /*　中央寄せを左寄せにリセット　*/

}

div#header {
	position: relative;
}

div#header h1 {
	padding: 10px 10px 10px 20px;
	width: 150px;
	height: 50px;
}

div#header dl#winds {
	width: 450px;
	position: absolute;
	top: 5px;
	right: 230px;
}

div#header dl#winds dt {
	font-size: 11px;
	font-weight: bold;
}

div#header dl#winds dd {
	font-size: 10px;
}

div#header p#tel {
	position: absolute;
	top: 20px;
	right: 15px;
}

div#header h1 img {
	border: none;
}

div#header:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#contents {
	padding: 10px 0 90px 0;
}

div.main-menuHome,
div.main-menu,
div.main-menuTips {
	margin: 20px 0;
	float: left;
	width: 220px;
	height: 200px;
	font-size: 13px;
	background: url(../images/top-back3.jpg) no-repeat;
}

div.main-menuHome img {
	margin: 15px 5px 0px 35px;
	display:inline;
}

div.main-menu img,
div.main-menuTips img {
	margin: 15px 5px 0px 30px;
}


div.main-menuHome h2,
div.main-menu h2,
div.main-menuTips h2 {
	font-size: 100%;
	height: 60px;
}


div.main-menuHome ul,
div.main-menu ul,
div.main-menuTips ul {
	list-style-type: none;
}

div.main-menuHome ul li,
div.main-menu ul li,
div.main-menuTips ul li {
	background: url(../images/ya_003.gif) 0 7px no-repeat;
	padding-left: 20px;
	min-height: 13px;
}

div.main-menuHome {
	margin-left: 15px;
	display: inline;
}

div.main-menuTips {
	margin-right: 0px;
}


div#a {
	padding-bottom: 20px;
	width: 900px;
}

div#a:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#left {
	float: left;
	width: 660px;
}

div#left h2 {
	margin-left: 20px;
}

div#left table {
	margin: 20px 0 0 20px;
	width: 650px;
}

div#left th {
	width: 120px;
	height: 40px;
	background: url(../images/dth.png) no-repeat;
}

div#left td {
	background: url(../images/dtd.png) no-repeat;
}

div#right {
	float: right;
	width: 220px;
	text-align: right;
	background-color:#FFffff;
	
}

div#right img {
	margin: 0 20px 7px 0;
	border: none;
}

div#contents:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

div#contents {
	width: 900px;
	/*\*//*/
	overflow: hidden;
	/**/
}

div#footer {
	clear: both;
	background-color: #ebe4d3;
	line-height: 1.3;

}

div#footer dl#winds,
div#footer dl#ike {
	margin: 5px 0 0 10px;
	float: left;
	width: 440px;
	display: inline;
}

div#footer dl#winds dd,
div#footer dl#ike dd {
	font-size: 8pt;

}

div#footer div#copyr p {
	margin: 0px 10px 5px 0px;
	font-size: 8pt;
	color: #a9826f;
	text-align: right;
}

div#footer:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

p#ikelogo {
	margin: 0 auto;
	width: 900px;
	text-align: right;
}

