﻿* {
	margin:0;
	padding:0;
}
html {
	overflow:scroll
}
body {
	line-height: 160%;
	font-family: メイリオ,"ＭＳ Ｐゴシック";
	font-size: small;
	color: #000000;
	margin: 0px;
	background-color: #FFFFFF;
}

a {
	font-family: メイリオ,"ＭＳ Ｐゴシック";
	font-size: 100%;
	color: #8080FF;
}
a:link {
	list-style: none;
	text-decoration: underline;
	float: none;
	display: inline;
}
a:visited {
	color: #5689bf;
	text-decoration: underline;
}
a:active {
	color: #009E7B;
	text-decoration: none;
}
a:hover {
	color: white;
	background-color: #474723;
	text-decoration: underline;
}
a:hover {
	color: white;
	background-color: #474723;
	text-decoration: underline;
}

h1 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 160%;
	color: #000080;
	margin: 7px 0px 6px 10px;
	height: 45px;
	width: 95%;
	background-image: url('../cmn/hd01.gif');
	padding-left: 20px;
	padding-top:15px;
	background-repeat: no-repeat;
}
h3 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 120%;
	color: #000080;
	margin: 10px 0px 2px 8px;
	height: 38px;
	width: 95%;
	background-image: url('../cmn/hd03.gif');
	padding-left: 20px;
	padding-top:10px;
	background-repeat: no-repeat;
}
h5 {
	font-family: "ＭＳ Ｐゴシック";
	font-size: 110%;
	color: #000080;
	margin: 5px 0px 4px 8px;
	background-image: url('../cmn/hd05.gif');
	background-position: left;
	padding-top: 4px;
	padding-left: 10px;
	background-repeat: no-repeat;
	border-top-color: #BDCCDF;
	border-top-style: dashed;
	border-top-width: thin;
}
table {
	border-collapse: collapse;
}
tr {
	text-align: left;
	vertical-align: top;
}
td {
	padding: 3px;
}
img {
	border: 0px;
	vertical-align: middle;
	text-align: center;
}
