/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #000066;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	text-align:center;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:90%;
	font-weight: normal;
	letter-spacing: 1px;
	margin: 0px;
	background-color: #ffffff;
	background-image: url(blue.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 100px;
	}
h2 {
	color: #000000;
	font-size:130%;
	border-left: 12px solid #000066;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3{
	color: #000066;
	font-size: 100%;
	position:absolute;
                  right: 330px;
                  top:70px;
}
h4{
	color: #000066;
	font-size: 100%;
                  font-weight: normal;
                  
}
p {
	font-size: 100%;
	line-height: 150%;
}
address {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	clear: both;
}
p img {      
                  float: left;
	margin-right:5px;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #000066;
	text-decoration:none ;
	font-weight:normal;
}
a:hover { background-color:#8888ff;
                position:relative; bottom:2px; left:2px;
}
a:hover.link02 { background-color:#ffffff;
                position:relative; bottom:2px; left:2px;
}
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side ul {
	font-size: 90%;
	margin: 0px;
	padding-left:25px;
                  line-height: 180%;
}
form {
	font-size:80%;
	}
#contents {
	background-color: #ffffff;
	border: 1px solid #CCCCCC;
	margin: auto;
	text-align:left;
}
p.infobox {
   height: 12em;
   overflow: auto;
   border: blue 2px solid;
}

