﻿/* 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;
	border-bottom-style: solid;
	border-bottom-width: 5px;
	border-bottom-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;
}
#right {
	padding: 5px 10px 5px 10px;
	width: 108px;
	float: right;
	background-color: #000080;
	height: auto;
	min-height: 350px;
}
#main {
	/* [disabled]padding: 5px 10px 5px 10px; */
	margin-right: 130px;
	background-color: #D2D2D2;
	height: auto;
	min-height: 350px;
}
#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;
	text-align: center;
}
.Fontstyle01 {
	font-size: medium;
	color: #000000;
}
.Fontstyle02 {
	font-size: small;
}
.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;
	background-position: bottom;
	font-weight: bold;
}
.Fontstyle04 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #000080;
}
.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;
}
.TableStyle02 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: bold;
	border-bottom-style: groove;
	border-bottom-color: #008000;
	text-align: left;
	vertical-align: super;
	width: 200px;
}
.TableStyle03 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: normal;
	border-bottom-style: groove;
	border-bottom-color: #008000;
	text-align: justify;
	vertical-align: bottom;
	font-size: small;
}
.a#CellButton {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #000080;
	border: 1px solid #FFFFFF;
	height: 36px;
	color: #FFFFFF;
	font-size: small;
	cursor: pointer;
}
.a#CellButton:hover {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #3333FF;
	border: 1px solid #FFFFFF;
	height: 36px;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
}
.TableStyle06 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	width: 180px;
	color: #FFFFFF;
	background-color: #000080;
}
.TableStyle05 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: normal;
	text-align: inherit;
	vertical-align: bottom;
	font-size: small;
}
.a#CellButton2 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #FF9933;
	border: 1px solid #FFFFFF;
	height: 20px;
	color: #FFFFFF;
	font-size: small;
	cursor: pointer;
}
.a#CellButton2:hover {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color:#FF6666;
	border: 1px solid #FFFFFF;
	height: 20px;
	color: #FFFFFF;
	font-size: small;
	font-weight: bold;
	cursor: pointer;
}
.NaveButtonStyle {
	border-width: 0px;
}
}
.TableStyle04 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	width: 100px;
	color: #000080;
}
.TableStyle07 {
	border: 1px solid #000080;
}
.a#FormStyle {
	background-color: #FFFFFF;
}
.a#FormStyle:hover {
	background-color: #C0C0C0;
}
.CellStyle1-1 {
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	vertical-align: top;
	width: 40px;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
}
.CellStyle1-2 {
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	vertical-align: top;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	font-size: small;
	text-align: justify;
	padding-right: 2px;
	padding-left: 2px;
	width: 370px;
}
.CellStyle1-3 {
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	vertical-align: top;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	font-size: small;
	text-align: justify;
	width: 130px;
	padding-left: 10px;
}
.CellStyle1-2-1 {
	width: auto;
	text-align: justify;
	vertical-align: top;
	font-size: small;
}
.TableStyle08 {
	border: 1px solid #000080;
	width: auto;
}
.CellStyle2-1 {
	font-family: "ＭＳ ゴシック", "Courier New", monospace;
	font-size: small;
	text-align: center;
	border: 1px solid #000080;
}
.Title02-2 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: large;
	background-image: url('image/bg02.png');
	background-repeat: repeat-x;
	color: #000080;
	border-left-color: #00FF00;
	background-position: center;
	font-weight: bold;
}
.cellSTyle4-1 {
	font-size: small;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	width: 40px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-style: italic;
	color: #000080;
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
}
.cellSTyle4-2 {
	font-size: small;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	width: 150px;
	vertical-align: middle;
}
.cellSTyle4-3 {
	font-size: small;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	vertical-align: top;
}
.cellSTyle4-4 {
	font-size: small;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	width: 200px;
	vertical-align: top;
	font-weight: bold;
	color: #000080;
}
.a#CellButton3 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #400040;
	border: 1px solid #FFFFFF;
	height: 36px;
	color: #FFFFFF;
	font-size: small;
	cursor: pointer;
	width: 45px;
}
.a#CellButton3:hover {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #800080;
	border: 1px solid #FFFFFF;
	height: 36px;
	color: #FFFFFF;
	font-size: small;
	font-weight:bold;
	cursor: pointer;
	width: 45px;
}
.a#CellButton4 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #004040;
	border: 1px solid #FFFFFF;
	height: 24px;
	color: #FFFFFF;
	font-size: small;
	cursor: pointer;
	width: 45px;
}
.a#CellButton4:hover {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #008080;
	border: 1px solid #FFFFFF;
	height: 24px;
	color: #FFFFFF;
	font-size: small;
	font-weight:bold;
	cursor: pointer;
	width: 45px;
}
.a#CellButton5 {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	vertical-align: middle;
	text-align: center;
	background-color: #800080;
	border: 1px solid #FFFFFF;
	height: 36px;
	color: #FFFFFF;
	font-size: small;
	width: 45px;
}
.cellSTyle4-5 {
	font-size: small;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	vertical-align: top;
	text-align: right;
	color: #000080;
	text-decoration: underline;
}
.StylePointMake {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #574053;
}
.StylePointKachi {
	font-family: "ＭＳ Ｐゴシック", Arial, sans-serif;
	font-size: small;
	font-weight: bold;
	text-align: center;
	color: #BB0000;
}
.cellSTyle4-5-m1 {
	font-size: small;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	width: 50px;
	vertical-align: top;
	font-weight: bold;
	color: #000080;
	text-align: center;
}
.cellSTyle4-5-m2 {
	font-size: small;
	border-top-style: dotted;
	border-top-width: 1px;
	border-top-color: #000080;
	width: 200px;
	vertical-align: top;
	font-weight: bold;
	color: #000080;
}

