/**** スタイルシート****/
/* ウィンドウ枠の設定 */
div.BaseWindow {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	width: 800px;
}

div.Header {
	margin: 5px 0px 0px 0px;
	text-align: left;
}

div.Main {
	margin: 0px;
	text-align: left;
}

div.Footer {
	text-align: center;
	margin-top: 3em;
}

/* ヘッダー部の設定 */
h1.Header {
	font-size: 90%;
	font-weight: bold;
	padding: 0px;
	margin: 0px;
}

/* ナビゲーションバーの設定 */
table.Navi img {
    border-width: 0;
    vertical-align: bottom;
    line-height: 0px;
}

table.Navi td {
    line-height: 0;
    font-size: 0px; /* for IE's Bug? */
}

/* メニュー部の設定 */
ul.Menu {
	margin: -4px 0 0 0;
	padding: 0;
	list-style-type: none;
}

ul.Menu a {
	display: block; 
	width: 142px;
	margin: 1px 0px;
	padding: 3px;
	font-size: 14px;
	text-decoration: none;
	color: white;
	background-color: #62598C;
	border: 1px solid #62598C;
}

ul.Menu a:hover {
	background-color: #8479BA;
	border: 1px solid #8479BA;
}
ul.Navi {
	text-align: center;
	font-size: 120%;
	font-weight: bold;
	margin: 0px 0px 2em 0px;
	padding: 0px;
}

ul.Navi li {
	display: inline;
	list-style-type: none;
	margin: 0em 0.5em;
}

ul.Navi a {
	color: black;
	background-color: white;
	text-decoration: none;
	border-style: solid;
	border-width: 1px 5px;
	border-color: #0000CC;
	padding: 0.1em 0.3em;
}

ul.Navi a:hover {
	border-color: #0000FF;
	background-color: #FFFFCC;
}

/* メイン部の設定 */
h1.Main {
	font-size: 120%;
	font-weight: bold;
	color: white;
	background-color: #8888EE;
	text-align: center;
	margin: 0.5em 5em 2em 5em;
	border-top: 2px solid #8888f8;
	border-left: 2px solid #8888f8;
	border-right: 2px solid #666699;
	border-bottom: 2px solid #666699;
	padding: 0.2em;
}

h1.Direct {
	font-size: 80%;
	font-weight: normal;
	text-align: left;
	margin: 0.5em 0em 0.5em 2em;
}

h2.Main {
	font-size: 130%;
	font-weight: bold;
	margin: 2em 0em 1em 0em;
	border-style: solid;
	border-width: 0px 0px 1px 15px;
	border-color: #0000CC;
	padding-left: 0.5em;
	width: 20em;
}

/* フッター部の設定 */
h2.Footer {
	font-size: 90%;
	font-weight: normal;
	margin: 0em 0em 2em 0em;
}

/* 定型テーブル */
table.Form {
	background-color: white;
	border: solid 2px gray;
	border-collapse: collapse;
	font-size: 90%;
}

table.Form th {
	border-bottom: solid 2px gray;
	border-right: solid 1px gray;
	background-color: silver;
	padding: 0.3em;
}

table.Form td {
	border-bottom: solid 1px gray;
	border-right: solid 1px gray;
	padding: 0.3em;
}

table.Form colgroup.Item {
	background-color: silver;
	text-align: center;
}

table.Form colgroup.Data {
	text-align: left;
}

table.Form colgroup.Area {
	background-color: #E8E8E8;
	text-align: center;
}

table.Form colgroup.Charge {
	text-align: center;
}

/* 一般的な設定 */
body {
	margin: 0px;
	padding: 0px;
	font-family: "ＭＳ Ｐゴシック", sans-serif;
	text-align: center;
}

p {
	font-size: 100%;
	text-indent: 1em;
	line-height: 130%;
	margin-top: 0.5em;
	margin-bottom: 0em;
}

p.Kakko {
	font-size: 100%;
	text-indent: -1.5em;
	line-height: 130%;
	margin: 0.5em 0em 0em 3.5em;
}

p.Kakko2 {
	font-size: 100%;
	text-indent: -1em;
	line-height: 130%;
	margin: 0em 0em 0em 1.5em;
}

p.Q {
	font-size: 130%;
	font-weight: bold;
	margin: 1.5em 0em 0em 1em;
}

p.A {
	font-size: 110%;
	text-indent: -2.5em;
	margin: 0.5em 0em 1em 5em;
}

img { border-style:none; }

a { outline:none; }
