/* 基本デザイン用 */
body {
	background-color: #FFFEFD;
	color: #666666;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	margin: 0px;
}	
h2 {
	font-family: "HGP創英ﾌﾟﾚｾﾞﾝｽEB", "細明朝体",serif;
	font-size: 90%;
	text-align:left;
}

h3 {
	color: #FFF;
	font-family: "HGP創英ﾌﾟﾚｾﾞﾝｽEB", "細明朝体",serif;
	font-size: 80%;
	margin-bottom: 10px;
	padding: 3px;
	background-color:#9C9C9C;
	border-top:double 3px #FFF;
	border-bottom:double 3px #FFF;
	text-align: center;
	clear:both;
	text-align:center;
}

h4 {
	font-size: 75%;
	text-align:left;
}

h5 {
	color: #FFF;
	font-size: 70%;
	background-color: #FFFEFD;
}

p {
	font-family: "HGP創英ﾌﾟﾚｾﾞﾝｽEB", Osaka,sans-serif;
	font-size: 90%;
	line-height: 150%;
}

p a{
	font-size: 10px;
	text-align: right;
}


address {
	font-family: "HGP創英ﾌﾟﾚｾﾞﾝｽEB", Osaka,sans-serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	border-top: dashed 1px #663300;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;

}

a {
	color: #666;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #0000FF;
	text-decoration: none;
	font-weight: bold;
}

h1 a {
	color: #01A252;
}

ul {
	font-size: 90%;
	line-height: 150%;
}

ul a{
	font-size: 80%;
	line-height: 150%;
}

ul.a01 {
	list-style-type: square;
	font-size: 80%;
	line-height: 150%;
}

iframe{
	margin: 0px;
	width: 760px;	
	height: 430px;
}
