/* ページの基本デザイン用CSS */
body {
	font-family:"メイリオ",Meiryo,"ＭＳ Ｐゴシック", Osaka, sans-serif;
   
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size:300%;
	font-weight: normal;
	letter-spacing: 20px;
	margin: 0px;
}
h1 a {
	color: #336600;
	font-weight: normal;
}
p {
	font-size: 90%;
	line-height: 150%;
	}
	
address {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000 ;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	background-color: #ffffff;
	border-top: dotted 2px #000000;
	padding-top: 5px;
	margin-top: 70px;
	clear: both;
}
a{
	color:#000000 ;
	text-decoration: none;
	
	}


.clear{
	clear: both;
	visibility:hidden ;
	height: 0px;
	}

