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

#main_area{
	height:100%;
	padding-bottom:60px;
}
html,body{
	min-height:100%;
}
.contents{
	height:100%;
	overflow:hidden;
}
body > .contents {
    height: auto;
}
#main_area{
	width:866px;
	float:left;
	background-color:#EFEFEF;
}
.pankuzu ul{
	width:866px;
	overflow:hidden;
	margin:10px auto;
	padding-left:20px;
	list-style:none;
}
.pankuzu li{
	overflow:hidden;
	float:left;
	font-size:12px;
}



h2 {
      border-bottom: 2px solid #1987E5;
      font-size: 110% !important;
      font-weight: normal;
      padding: 20px 0 2px 0;
      position: relative;
      padding-left:105px;
}
 
h2:before {
        background: #1987E5;
        content: "";
        height: 20px;
        width: 20px;
        left: 80px;;
        position: absolute;
        top: 27px;
}
.text_area{
	width:700px;
	margin:20px auto;
}

table.type02 {
	border-spacing: 0;
	line-height: 1.5;
	border: 1px solid #000;
	width:550px;
	margin:20px auto;
	border-collapse: collapse; 
	font-size:12px;
}
table.type02 th {
	width: 100px;
	padding: 10px;
	border: 1px solid #000;
	background: #1987E5;
	color:#fff;
	text-align: center;
	vertical-align: middle;
}
table.type02 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}

table.type03 {
	border-spacing: 0;
	line-height: 1.5;
	border: 1px solid #000;
	width:550px;
	margin:20px auto;
	border-collapse: collapse; 
	font-size:12px;
}
table.type03 th {
	width: 100px;
	padding: 10px;
	border: 1px solid #000;
	background: #1987E5;
	text-align: center;
	vertical-align: middle;
	color:#fff;
}
table.type03 td {
	width: 350px;
	padding: 10px;
	vertical-align: top;
	border: 1px solid #000;
	background: #fff;
	text-align: left;
}

.side_area{
	width:220px;
	float:right;
	display:block;
	background-color:#EFEFEF;
	height: 100%;
    min-height: 100%;
	overflow:hidden;
	padding-bottom: 50px;
}
.side_area ul{
	width:165px;
	margin-top:50px;
	position:relative;
	font-size:13px;
	min-height: 100%;
}
.side_area li{
	border-bottom:solid 1px #036EB8;
	padding:15px 10px;
}

.side_area li:first-child{
	 border-bottom:none;
}


.side_midashi{
	background-color:#036EB8;
	border-left:solid 10px #9DB2DC;
	display:block;
	padding:10px 20px;
	color:#FFF;
	overflow:hidden;
}

.side_section a{
color:#036EB8;
text-decoration:none;
display:block;
}

.side_section:hover {
	background-color: #036EB8;
	border-left:solid 10px #9DB2DC;
}

.side_section:hover a {
	color:#fff;
}

.googlemap{
	text-align:center;
}