@charset "Shift_JIS";
h2{
	font-weight: bold;
	color: #fff;
	text-align: center;
	//text-decoration: underline;
	background-color: #67865c;
	margin-top: 0px;
}

H3{
	text-decoration: underline;
}
/*body{
	text-align: center;
  	width : 100%;
}*/
#box{
	text-align: center;
	width: 800px;
	border-top: solid 6px green;
	margin: 0 auto;
}

#logo{
	width: 800px;
	height: 80px;
	float: none;
//background-color: #a6ce39;
}

#title{
	width: 500px;
	height: 80px;
	background-image : url(title.png);
	float: left;
	margin-right: 4px;
//background-color: #a6ce39;
}

#container01{
	width: 80px;
	height: 80px;
	font-size: 10px;
	float: left;
	text-align: left;
	color: navy;
	margin-left: 4px;

}

#add{
	width: 200px;
	height: 80px;
	background-image : url(address.png);
	float: left;
  	margin-left : 6px;

}

#contents{
//	margin-top: 5px;
//	margin-left: 5px;
//	margin-right: 5px;
//	margin-bottom: 5px;
	width: 800px;
	text-align: left;

}

#side01{
	font-size: 12px;
	width: 178px;
	float: left;
	clear: left;
	text-align: left;
	line-height: 150%;
}
#side01 ul{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	list-style-type: none;
	font-size: 12px;
}
#side01 li{
	display: inline;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 12px;
}
#side01 a{
	display: block;
	border-width: 1px 1px 1px 8px;
	border-style: solid solid solid double;
	border-color: transparent #474655 #474655 green;
	background-color: #ffffff;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	text-decoration: none;
	color: #333;
	width: 140px;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
	text-align: left;
}
#side01 a:hover{
	border-width: 1px 1px 1px 8px;
	border-style: solid;
	border-color: #474655;
	background-color: #d7efd7;
	font-size: 12px;
}
#main{
	float: left;
	margin-top: 0px;
	margin-left: 2px;
	margin-bottom: 0px;
	text-align: center;
	width: 620px;
//	font-size: 14px;
	background-color: #a6ce39;
}

#footer{
	color: #757575;
	text-align: center;
	float: center;
//	clear: both;
	margin-top: 10px;
	margin-left: auto;
	//margin-right: auto;
	margin-bottom: auto;
	font-size: 10px;
}
iframe{
	display:block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom: 20px;
	margin-top: 20px;
}


     