﻿/* CSS layout */
body {
	padding: 0;
	width: 768px;
	background-color: #000080;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	min-height: 480px
}
#header {
	width: 768px;
	height: 20px;
	background-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	text-align: right;
	font-size: small;
	padding-top: 5px;
}
#navi {
	background-color: #000080;
	width: 768px;
	height: 30px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#container {
	min-width: 600px;
	width: 768px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#left {
	padding: 5px 2px 5px 2px;
	width: 190px;
	float: left;
	background-color: #000080;
	height: auto;
	min-height: 400px;
	list-style-image: url('image/list_-icon01.png');
	list-style-position: outside;
	color: #FFFFFF;
}
#right {
	padding: 5px 2px 5px 2px;
	width: 190px;
	float: right;
	background-color: #000080;
	height: auto;
	min-height: 400px;
}
#main {
	padding: 5px 2px 5px 2px;
	margin-left: 200px;
	margin-right: 200px;
	background-color: silver;
	height: auto;
	min-height: 400px;
	background-image: url('image/bg03.png');
	background-repeat: no-repeat;
}
#footer {
	clear: both;
	width: 768px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	color: #000000;
	background-color: #FFFFFF;
	font-size: small;
	text-align: center;
	padding-top: 2px;
	padding-bottom: 2px;
}
#logo {
	width: 768px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-right-style: solid;
	border-left-style: solid;
	background-color: #000088;
	padding-top: 2px;
	padding-bottom: 2px;
}
.Fontstyle01 {
	font-size: medium;
	color: #000000;
}
.Fontstyle02 {
	font-size: small;
	color: #FFFFFF;
}
.Fontstyle03 {
	font-size: medium;
	font-weight: bold;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	color: #FFFF00;
	vertical-align: text-top;
}
.Title01 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: large;
	background-image: url('image/bg01.png');
	background-repeat: repeat-x;
	color: #004000;
	border-left-color: #00FF00;
	width: 200px;
	background-position: bottom;
	font-weight: bold;
}
.Fontstyle04 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: medium;
	font-weight: 900;
	color: #FFFFFF;
}
.Fontstyle05 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	text-align: right;
	color: #000000;
	padding-right: 10px;
	vertical-align: top;
}
.Fontstyle06 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	color: #000000;
	padding-right: 10px;
}
.Title02 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: large;
	background-image: url('image/bg02.png');
	background-repeat: repeat-x;
	color: #000080;
	border-left-color: #00FF00;
	width: 200px;
	background-position: center;
	font-weight: bold;
}
.Fontstyle07 {
	font-size: x-small;
	color: #FFFFFF;
	padding-left: 20px;
}
.TableStyle01 {
	table-layout: auto;
	border-spacing: inherit;
	caption-side: top;
}
.Fontstyle08 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	text-align: right;
	color: #FFFFFF;
	padding-right: 1px;
	vertical-align: top;
}
.Fontstyle09 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	color: #FFFFFF;
	padding-left: 2px;
}
.Fontstyle10 {
	font-size: small;
	color: #FFFFFF;
	padding-left: 20px;
}
