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

/* メインコンテンツ
**********************/
#main_contents {
	width: 960px;
	margin: -15px auto 5px auto;
}
/*サイドコンテンツ
*********************/
#side_contents {
	width: 250px;
	float: left;
	height: auto;
	border: 1px solid #000099;
	border-radius: 10px;
	margin-top: 0;
	margin-right: 5px;
	}
#side_contents h2 {
	background-color:#000099;
	line-height: 35px;
	color: aliceblue;
	text-align: center;
	margin-top: 0;
	border-radius: 5px 5px 0px 0px;
}
#side_contents p {
	font-style: normal;
	font-size: 20px;
	text-align: center;
	line-height: 5px;
	font-weight: bold;
}
#side_contents span {
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
}
#side_contents .form a {
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: #1350AF;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
#side_contents .form a:hover {
	background: #6699ff;
}
#side_contents .blog a{
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: green;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
#side_contents .blog a:hover {
	background: lightgreen;
}

#side_contents .map a{
	padding: 5px 15px 3px 18px;
	height: 30px;
	font-size: 15px;
	font-weight: bold;
	background: #1350AF;
	text-align: center;
	line-height: 20px;
	text-decoration: none;
	border-radius: 3px;
	color: #FFF;
}
#side_contents .map a:hover {
	background: #6699ff;
}

#side_contents .name {
	font-size: 20px;
	font-weight: bold;
	line-height: 15px;
	text-align: center;
}
#side_contents .name_1 {
	font-size: 15px;
	font-weight: bold;
	line-height: 1px;
	text-align: center;
	margin-bottom: 25px;
}
#side_contents .address p {
	font-size: 13px;
	text-align: left;
	padding-left: 20px;
	margin-top: 5px;
}
#side_contents section .access_head {
	width: 150px;
	height: 18px;
	font-size: 18px;
	padding: 3px 0 3px 0;
	font-weight: bold;
	background: #6699ff;
	text-align: center;
	border-radius: 3px;
	color: #FFF;
	margin: 0 auto;
}
#side_contents section .access {
	font-size: 13px;
}
/*ミドルコンテンツ
*********************/
#middle_contents {
	display: inline-block;
	width: 680px;
	height: auto;
	margin-top: 0px;
	border: 1px solid blue;
	border-radius: 8px;
}

#middle_contents h1{
	background: #000099;
	height: 36px;
	line-height: 39px;
	font-size:20px;
	color:aliceblue;
	padding-left:15px;
	border-radius: 4px 4px 0px 0px;
	margin: 0px 0px 20px 0px;
	}

#middle_contents .navi_outline{
	padding-top:0px;
	margin-top: -10px;
	margin-left: 10px;
}

#middle_contents a {
	font-size: 15px;
	display: inline-block;
	text-decoration: none;
	background: #1350AF;
	color: aliceblue;
	border-radius: 4px;
	padding: 5px;
	margin-top: 2px;
}

#middle_contents a:hover{
	background: #97ABF9;
}

#middle_contents p {
	padding-left: 40px;
	font-size: 15px;
}
#middle_contents h2{
	margin-left: 20px;
	padding-top: 10px;
	padding-left: 25px;
	color: #1350AF;
	background: lightblue;
	width: 615px;
	height: 30px;
	border-radius: 4px;
}

#middle_contents p{
	font-size: 15px;
	padding-left: 35px;
	padding-right: 20px;
}


/*モーダルここから*/
#modal-content {
	width: 75%;
	margin: 0px;
	padding: 10px 20px;
	position: fixed;
	display: none;
	z-index: 2;
}
#modal-overlay {
	z-index: 1;
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 120%;
	background-color: rgba( 0,0,0, 0.75 );
}
#modal-open .button-link {
	font-size: 5px;
	background: pink;
	border-radius: 20px;
	color: #00f;
	text-decoration: none;
}
.button-link:hover {
	cursor: pointer;
	color: #f00;
}

/********
トップページへ戻るボタン*/
#pageTop {

  position: fixed;
  bottom: 20px;
  right: 30px;
}

 #pageTop a {
  display: block;
  z-index: 999;
  padding: 8px 8px  0 9px;
  border-radius: 30px;
  width: 30px;
  height: 38px;
  background-color: blue;
  color: #fff;
	font-size: 25px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
}

 

#pageTop a:hover {
  text-decoration: none;
  opacity: 0.7;
}


