﻿@charset "UTF-8";

/* ■BASE
-------------------------------------------------------------------*/
html, body {
	margin: 0px;
	padding: 0px;
	}

div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, fieldset, input, th, td {
	margin: 0px;
	padding: 0px;
	}

html {
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	}

body {
	font-family: "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", HiraKakuPro-W3, Osaka, "メイリオ", verdana, arial, sans-serif;
	font-size: 62.5%;
	line-height: 100%;
	color: #111;
	background: #dcdcdc url(../images/bg.gif) center top repeat-y;
	margin: 0 auto;
	}

img {
	border: none;
	vertical-align: top;
	}

a {
	overflow: hidden;
	outline: none;
	}

ul, li {
	list-style: none;
	}

a:link { color: #00a0e9; text-decoration: none; }
a:visited { color: #00a0e9; text-decoration: none; }
a:hover { color: #00a0e9; text-decoration: underline; }
a:active { color: #00a0e9; text-decoration: none; }

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	}

.clearfix { display: inline-block; }

/* exlude MacIE5 */
* html .clearfix { height: 1%; }
.clearfix {display: block;}
/* end exlude MacIE5 */

/* ■HEADER
-------------------------------------------------------------------*/
header {
	width: 100%;
	background: #dcdcdc;
	}

header .header-area {
	width: 910px;
	text-align: center;
	background: #0147a7 url(../images/bg.gif) center top repeat-y;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	}

header h1 {
	margin-bottom: 7px;
	}

/* ■INDEX
-------------------------------------------------------------------*/
#content {
	width: 100%;
	background: #eee;
	}

#content .content-area {
	width: 910px;
	background: #fff url(../images/content_bg.gif) left top repeat-y;
	margin: 0 auto;
	padding-bottom: 40px;
	}

#content .mainimage {
	padding: 0 5px;
	}

nav {
	height: 230px;
	background: url(../images/mainimage.jpg) left top no-repeat;
	}

nav ul {
	margin-left: 680px;
	padding-top: 23px;
	}

nav li {
	margin-top: 3px;
	}

section {
	width: 840px;
	margin-left: 35px;
	}

#section01 {
	margin-top: 20px;
	}

#section02 {
	margin-top: 40px;
	}

#section03 {
	margin-top: 40px;
	}

#section04 {
	margin-top: 50px;
	}

section h2 {
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 12px 5px;
	}

section h2.descender {
	border-bottom: solid 1px #dcdcdc;
	padding: 0 0 7px 5px;
	}

section p {
	font-size: 1.4em;
	line-height: 1.6;
	margin: 15px 0 0 8px;
	}

section .intro {
	background: #f4f4f4;
	margin-top: 10px;
	padding: 10px 20px;
	/*padding: 10px;*/
	}
/*
section .photo {
	width: 70px;
	float: left;
	margin-top: 3px;
	}
*/
section .intro p {
	/*width: 310px;*/
	float: right;
	font-size: 1.2em;
	line-height: 1.4;
	color: #333;
	margin: 0;
	}

section .info-left {
	width: 425px;
	float: left;
	padding: 18px 0 0 5px;
	}

section .info-right {
	width: 410px;
	float: right;
	margin-top: 10px;
	}

section tr {
	vertical-align: top;
	}

#section02 th {
	width: 100px;
	font-size: 1.4em;
	line-height: 1.6;
	text-align: left;
	padding-top: 8px;
	}

#section02 td {
	font-size: 1.4em;
	line-height: 1.6;
	padding-top: 8px;
	}

#section03 address {
	font-size: 1.4em;
	line-height: 1.6;
	font-style: normal;
	margin-left: 8px;
	}

#section04 table {
	border-collapse: collapse;
	margin-top: 8px;
	}

#section04 th {
	font-size: 1.4em;
	line-height: 1.6;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	background: #def2fa;
	border-bottom: solid 1px #fff;
	padding: 8px 15px 8px 10px;
	}

#section04 td {
	font-size: 1.4em;
	line-height: 1.6;
	border-bottom: solid 1px #fff;
	padding: 8px 20px 8px 20px;
	}

#section04 img {
	margin-right: 5px;
	}

#section04 p {
	font-size: 1em;
	margin: 0 0 12px 0;
	}

#section04 address {
	font-size: 1em;
	font-style: normal;
	}

/* ■FOOTER
-------------------------------------------------------------------*/
footer {
	width: 100%;
	background: #dcdcdc;
	}

footer .footer-area {
	width: 910px;
	text-align: center;
	background: #0147a7 url(../images/bg.gif) center top repeat-y;
	margin: 0 auto;
	padding: 28px 0 50px 0;
	}