/*  BASE CSS */
body{
	font-family:メイリョウ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	margin: 0px;
	padding: 0px;
	text-align:center;
}
h1{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size:80%;
	font-weight: normal;
	margin: 0px;
	background-color: #000066;
	height: 100px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;



	}
h2 {
	color: #003399;
	font-size:120%;
	border-left: 12px solid #6666CC;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
	background-color: #CCCCFF;
	line-height: 140%;

}
h3 {
	font-size: 90%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
	background-color: #97B9FF;
	background-image: url(../images/h3_bk.jpg);
	background-repeat: repeat-x;
	background-position: center;
	border: 1px solid #D7D7FF;
	line-height: 150%;
}
p {
	font-size: 82%;
	line-height: 150%;

}
address {
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 70%;
	font-style: normal;
	text-align:center;
	clear: both;
	border-top-width: 1px;
	border-top-style: dashed;
	border-top-color: #009999;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-right: 5px;
	margin-left: 5px;
}
address a {
	font-weight: normal;
	text-decoration: none;
	color: #6666CC;
}
address a:hover {
	text-decoration: none;
}


p img {
	float: left;
	margin-right:5px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin: 0px;
	font-size: 70%;
	padding: 0px;


}
#path a {
	color: #6666CC;
	text-decoration: none;
	font-weight:bold;
}
#path a:hover {
	text-decoration: underline;
}

h1 a {
	color:#FFFFFF;
	font-weight: normal;
	text-decoration: none;
}
h1 a:hover {
	text-decoration: underline;
}


#side h2 {
	font-family:"ＭＳ Ｐゴシック", "Osaka";
	padding-left:0px;
	font-size:90%;
	background-color: #6699FF;
	background-image: url(../images/side_h2.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	text-align: center;
	border: 1px solid #6699FF;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	line-height: 150%;
	width: 100%;
}
#side h2 a {
	color: #003399;
	font-weight:bold;
	text-decoration: none;
}
#side h2 a:hover {
	text-decoration: underline;
}

#side ul {
	font-size: 80%;
	margin: 0px;
	padding-left:5px;
	list-style-position: inside;
	list-style-image: url(../images/li.gif);

}
#side li {
	line-height: 150%;
	list-style-type:none;
}
#side li a {
	color: #003399;
	text-decoration: none;
	font-weight:normal;
}
#side li a:hover {
	text-decoration: underline;
}
form {
	font-size:90%;
	}
#contents {
	background-color: #FFFFFF;
	margin: auto;
	text-align:left;
}
a:hover {
	text-decoration: underline;
}
