//* ホームページデザイン */
body {
 font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
 color: #000000;
 font-size: medium;
 text-align: center;
 margin: 0px;
 padding: 0px;
 background-position: top center;
 background-color:#E4FFFF;
}
h1 {
 font-family: "ＭＳ Ｐ明朝", "細明朝体",serif;
 font-size: x-large;
 font-weight: bold;
 color: #0000FF;
 margin:0px;

}
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: small;
	text-align: left;
	font-weight: normal;
	margin: 2px;
	clear: both;
}
h3 {
 font-family: "ＭＳ Ｐ明朝", "細明朝体",serif;
 color:#ff0000;
 text-align: center;
 font-size: 140%;
 margin:1em 0px;
 border: solid 1px #AAAAAA;
 border-left:solid 8px #FF0000;
 border-right:solid 8px #FF0000;
 padding-left: 4px;
 clear: both;
}
h4 {
 font-family: "ＭＳ Ｐ明朝", "細明朝体",serif;
 color: #0000AA;
 font-size: normal;
 clear: both;
}
strong {
 font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
 font-size: 180%;
 margin-top: 5px;
}
p {
 font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
 font-size: 90%;
 line-height: 150%;
 margin-top: 0px;
}
p img {
 float: left;
 margin-right:5px;
 clear:both;
}
a {
 color:#0000FF;
 text-decoration: underline;
}
.contents {
 width: 780px;
 margin:auto;
 top: 0px;
 text-align: left;
 position: relative;
}
.navbar {
 width: 780px;
}
.navbar a{
 margin: 0px;
 float: left;
 width: 78px;
 height: 30px;
 text-align: center;
 line-height: 29px;
 font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
 background-image: url(images/Bu_Blue.png);
 color: #fff724;
 font-size: 90%;
 text-decoration: none;
}
.main {
 width: 580px;
 padding:5px;
 position:absolute;
 left:0px;
 border-right: solid 1px #000000;
 border-left: solid 1px #000000;
 font-size: small;
}
.top
{
 text-align: center;
}
.tail
{
 text-align: center;
}
.side1 {
 width: 190px;
 padding:5px;
 position:absolute;
 left: 590px;
 text-align: left;
 font-size: 80%;
}
.side1 ul {
 font-size: normal;
 margin-top: 0px;
 margin-left:1em;
 padding-left:1em;
}
.side1 li {
 margin-top: 3px;
 text-decoration: underline;
 list-style-type: circle;
}