/* ページの基本デザイン用CSS */
body{
	font-family:メイリオ,Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
	color: #666666;
	margin: 0px;
	padding: 0px;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:300%;
	font-weight: normal;
	letter-spacing: 5px;
	margin: 0px;
	background-color: #FF6600;
	background-image: url(top.jpg);
	background-position: top right;
	background-repeat: no-repeat;
	height: 120px;
	}
h2 {
	font-size:100%;
	border-left: 12px solid #336600;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
h3 {
	background-image:url(h3_bg.jpg);
	border:3px double #FF9900;
	color: #FFFFFF;
	font-size: 100%;
	padding-left: 4px;
	margin:0.5em 0px;
	clear:both;
}
h4 {
    text-align:center;
	font-size: 100%;
}
h5 {
	font-size:100%;
	text-align: right;
	padding-left: 5px;
	margin-top: 0.5em;
	margin-bottom: 0px;
}
p {
	font-size: 90%;
	line-height: 150%;
}
p.right{
    text-align:right;
}
p.center{
    text-align:center;
}
p.osirase{
    border-bottom: 2px dotted #666666;
	margin: 0px;
	padding-left:15px;
	font-size: 90%;
	line-height: 180%;
}
p.box01{
	margin-top: -15px;
	margin-left: 40px;
	margin-bottom: -15px;
}
p.box01 img{
	float: right;
	margin-right: 0px;
	margin-bottom: 10px;
}

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-left:10px;
	border: solid 1px #666666;
}
#path {
	text-align:right;
	margin: 0px;
}
a {
	color: #666666;
	text-decoration: none;
	font-weight:bold;
}
#main ul {
	margin: 0px;
	padding-left:15px;
	font-size: 90%;
	line-height: 180%;
	list-style-image: url(houkoku_icon.gif);
}
#main li a{
	border-bottom: 2px dotted #666666;
}
a:link{
    color:#666666;
}
a:visited{
    color:#666666;
}
a:hover{
    color:#ff6600;
}
a:active{
    color:#ff6600;
}
h1 a {
	color:#FFFFFF;
	font-weight: normal;
}
#side h2 {
	font-family:Arial, Helvetica, sans-serif;
	border-left:none;
	padding-left:0px;
	font-size:120%;
}
#side h2 a {
	color: #D93E02;
	font-weight:normal;
}
#side ul {
	font-size: 70%;
	margin: 0px;
	padding-left:15px;
}
form {
	font-size:90%;
	}
.ad img {
	border:0;
	}
.ad {
	margin:12px 0;
	}
table.schedule{
 font-size: 80%;
 margin-bottom:20px;
 width:600px;
 border-collapse:collapse;
 border:1px solid #085;
 table-layout:fixed;
}
table.schedule th{
 color:#fff;
 background-color:#085;
}
table.houkoku{
 font-size: 80%;
 text-align:center;
 margin-bottom:20px;
 width:570px;
 table-layout:fixed;
}
table.osirase{
 font-size: 80%;
 text-align:left;
 margin-bottom:20px;
 width:446px;
 table-layout:fixed;
}
table.img01{
 float: right;
 margin-left:10px;
 margin-top:20px;
 padding-top: 5px;
 background-color: #FEFFD7;
 border: solid 1px #FFBE7D;
 font-size: 70%;
 text-align:left;
 margin-bottom:20px;
 width:150px;
 table-layout:fixed;
}
