@charset "utf-8";
/* CSS Document */

#main {
	width: 100%;
	height: 900px;
	text-align: center;
	margin-top: 0px;
	padding-top: 0px;
	background-position: top;
	background-image: url(../images/kabegami2.png);
}
#title {
	text-align: center;
	padding-top: 0px;
	background-position: 10px;
	background-repeat: no-repeat;
	margin-bottom: 10px;
}

#top_img {
	text-align: center;
	height: 350px;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	border: thick inset #063;
	margin-bottom: 10px;
}
#main h6 p {
	font-size: small;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
}
#main a h3 {
	border: medium inset #66F;
	height: 59px;
	width: 47px;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}

#main p {
	font-size: 9px;
}
#text_1 {
	font-size: 14px;
	margin-top: 30px;
	margin-bottom: 30px;
	font-family: "メイリオ";
	width: 380px;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2f4f4f;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #2f4f4f;
	font-style: normal;
	background-color: #FFF;
	height: auto;
}
#map {
	border: medium ridge #66F;
	height: 59px;
	width: 47px;
	margin-right: auto;
	margin-left: auto;
}


a:link {
	color: #006;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #636;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}

ul {
  list-style: none;
}

hr{
border-top: 1px dotted #bbb;
border-bottom: 1px dotted #fff;
margin-left:5px;}

	

.list-item {
  position: relative;
  padding-left: 10px;
margin-left:5px;
}
.list-item:before {
  content: '';
  display: inline-block;
  position: absolute;

  top: 10px;

  left: 0;
  width: 0;
  height: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #6490cd;
}
	.block{
	text-align : left;
	padding : 5px;
	border-width : 1px;
	border-color : #0099cc;
	width : 450px;
	height : auto;
	border-style : solid;
	float : none;
	font-size : 90%;
	line-height : 150%;
	margin-top: 30px;
	margin-right: auto;
	
	margin-left: auto;
	font-family: 'Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

	
