﻿/* 基本設定　*/

body,td,th {
	font-size: small;
	color: #333333;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #e2f2f4;
}
h1 {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
}

a:link {
	color: #00205a;
	text-decoration: none;
}
a:visited {
	color: #00205a;
	text-decoration: none;
}
a:hover {
	color: #00205a;
	text-decoration: underline;
}
a:active {
	color: #00205a;
	text-decoration: none;
}

/* SECTION　*/

#secton01 {
	width: 1000px;
	margin:auto;
}

#section02 {
	background-color: #FFFFFF;
	width: 1000px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin:auto;
}
.section03 {
	margin-right: 20px;
	float: left;
}

#secton04 {
	width: 950px;
	padding: 20px;
	margin:auto;
}
.section05 {
	width: 740px;
	float: left;
}
#section06 {
	background-color: #FFFFFF;
	width: 623px;
	text-align: center;
}
.section07 {
	text-align: left;
	width: 600px;
}
#section08 {
	width: 623px;
}
#section09 {
	width: 623px;
}

/* レイアウト　*/


.sub-title {
	font-weight: bold;
	float: right;
	margin-top: 40px;
}
.clear {
	clear: both;
}
.copyright {
	font-size: x-small;
	color: #999999;
}
.hr {
	background-image: url(img/border01.gif);
	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
	height: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.navy {
	color: #04127B;
}
.red {
	color: #FF0000;
}
.back01 {
	background-image: url(img/back02.gif);
	background-repeat: repeat-x;
}
.xsmall {
	font-size: x-small;
}
.line01 {
	background-image: url(img/frame03.gif);
	background-repeat: repeat-x;
	height: 17px;
	width: 1000px;
	margin:auto;
}

.line02 {
	background-image: url(img/frame04.gif);
	background-repeat: repeat-x;
	height: 17px;
	width: 1000px;
	margin:auto;
}

.line03 {
	background-image: url(img/frame03.gif);
	background-repeat: repeat-x;
	height: 17px;
	width: 623px;
}

.line04 {
	background-image: url(img/frame04.gif);
	background-repeat: repeat-x;
	height: 17px;
	width: 623px;
}

.img-margin01 {
	margin-left: 20px;
	margin-right: 5px;
}

.img-margin02 {
	margin-right: 20px;
}
.img-margin03 {
	margin-left: 20px;
	margin-bottom: 10px;
}
