li{
padding-bottom:10px;

}
h1{
	font-size:20px;
	padding-left:10px;
	color:#333399;
	border-left:8px solid #333399;
	border-bottom:1px solid #333399;
}
h2{
	color:#333399;
	font-weight:bold;
	border-bottom:1px solid #333399;

}

strong{
	display:block;
	padding-bottom:0.5em;


}
p{
	padding: 10px;
}

					/*施設紹介*/
.contents_1{
	padding:10px;
	border-radius:10px;
	border:1px solid #333399;
	margin-bottom:20px;
}

figure{
	display: inline-block;
	margin:0;
	text-align:center;
}
.contents_1 figure{
	margin-left:40px;
}
.contents_2{
	padding:10px;
}
.contents_2 p{
	padding:10px;
}

.contents_2 figure{
	margin-left:20px;
}
a{display:block;
color: #FFF;
}
a.inside{
	width:300px;
	background-color:#21ABCC;
	border-bottom: solid 2px #003aff;
	border-right: solid 2px #003aff;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	margin:5px;
	padding: 5px;


}
.outside{
	width:300px;
	background-color:#006633;
	border-bottom: solid 2px #003333;
	border-right: solid 2px #003333;
	border-radius: 10px;
	font-weight: bold;
	text-decoration: none;
	text-align:center;
	margin:5px;
	padding: 5px;

}