body {
	font-size: 90%;
	line-height: 160%;
	color: #333333;
	background-color: #FFFFFF;
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	text-align: center;
	margin: 0px;
	padding: 0px;
}

a:link, a:hover, a:visited {
	color: #00A0E9;
	text-decoration: none;
}

img {
	border: none;
}

DIV#page {
	background-image: url(../images/frame02.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	padding: 0px;
	height: auto;
	width: 640px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

DIV#header {
	margin: 0px;
	padding: 0px;
	background-image: url(../images/header02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 122px;
	width: 640px;
}
DIV#glob_navi {
	margin: 0px;
	padding: 0px;
	width: 0px;
	height: 0px;
	display: none;
}


DIV#container {
	text-align: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 15px;
}


DIV#footer {
	background-image: url(../images/footer02.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin: 0px;
	padding: 0px;
	height: 100px;
}


h1 {
	margin: 0px;
	padding: 0px;
	visibility: hidden;
}

h2 {
	font-weight: bold;
	font-size: 140%;
	color: #00A0E9;
}

h2.page_title {
	border-left-width: 8px;
	border-left-style: solid;
	border-left-color: #00A0E9;
	text-indent: 8px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #00A0E9;
	padding-bottom: 3px;
	padding-top: 3px;
}

h3 {
	font-size: 100%;
	font-weight: bold;
	margin-left: 15px;
}

h4 {
	font-size: 90%;
	font-weight: bold;
	margin-left: 15px;
}

h4.h4_title {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #00A0E9;
	text-indent: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}



p {
	margin-right: 15px;
	margin-left: 15px;
}



th, td {
	font-size: 90%;
	text-align: left;
	padding: 6px;
}


table.blue001 {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #00a0e9;
	border-collapse: collapse;
	width: 80%;
}

th.blue001 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00a0e9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #00a0e9;
}
td.blue001 {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #00a0e9;
}


hr {
	border: 1px solid #00a0e9;
	margin-right: 15px;
	margin-left: 15px;
}

DIV#footer p {
	padding: 0px;
	line-height: 140%;
	margin: 10px;
}