@charset "utf-8";
body {
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background-image: url(../img/bg.gif);
	background-repeat: repeat;
	height: 100%;
}
img {
	border:none;
}
#container {
	height: 100%;
	width: 100%;
	max-width:1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	margin-bottom: 0px;
}
header {
	height: auto;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #F1C6FF;
	margin-bottom: 20px;
}
header h1 {
	float: right;
	margin-top: 0px;
	margin-bottom: 0px;
	font-size: 14px;
	color: #2693FF;
	font-weight: normal;
	padding-right: 25px;
}
header h2 {
	font-size: 120%;
	font-weight: normal;
	padding-top: 15px;
	padding-bottom: 10px;
	margin-top: 5px;
	padding-left: 20px;
}
header h2 a {
	color: #000;
	text-decoration: none;
}
.banner {
	height: auto;
	width: 100%;
}
#main {
	height: auto;
	width: 95%;
	clear: left;
	float: left;
	padding-right: 25px;
	padding-bottom: 25px;
	padding-left: 25px;
	margin-top: 0px;
}
section {
	float: left;
	height: auto;
	width: 65%;
	padding-bottom: 25px;
}
#main section h2 {
	color: #333333;
	font-size: 16px;
	width: 96%;
	border: 2px dashed #FFFFFF;
	border-radius: 5px;
	box-shadow: 0 0 3px 3px #F1C6FF;
	text-shadow: 0 0 1px;
	letter-spacing: 0.1em;
	background-color: #F1C6FF;
	font-weight: normal;
	margin-top: 30px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 2%;
	padding-bottom: 10px;
	padding-left: 2%;
}

#main section #map h2{
	position: relative;
	padding: 0.8em;
	color: #333;
	font-size: 100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #F1C6FF;
	font-weight: normal;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	box-shadow:none;
}
#main section #map h2:after{
    position: absolute;
    bottom: -15px;
    left: 10%;
    z-index: 90;
    margin-left: -15px;
    border-top: 15px solid #F1C6FF;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 0;
    content: "";
}
#main section p {
	margin-top: 0px;
	margin-bottom: 0px;
	letter-spacing: 0.1em;
	padding-right: 0px;
	padding-left: 5px;
	color: #333;
}
#main section h3 {
	position: relative;
	border: 1px solid #9C9EFF;
	font-size: 95%;
	font-weight: normal;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.8em;
	padding-right: 0;
	padding-bottom: 0.8em;
	padding-left: 2.5em;
}
#main section h3:before {
    content: "";
    position: absolute;
    background: #9C9EFF;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #9C9EFF inset;
    -moz-box-shadow: 1px 1px 1px #9C9EFF inset;
    -webkit-box-shadow: 1px 1px 1px #9C9EFF inset;
    -o-box-shadow: 1px 1px 1px #9C9EFF inset;
    -ms-box-shadow: 1px 1px 1px #9C9EFF inset;
}
#container #main section h4{
	font-size: 120%;
	margin-left: 5px;
	background-image: url(../img/nav_list.gif);
	background-repeat: no-repeat;
	background-position: 0px;
	padding-left: 20px;
}
#nav {
	float: right;
	height: auto;
	width: 31%;
}
#main #nav h2{
	width: 95%;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F1C6FF;
	border-left-color: #F1C6FF;
	font-weight: normal;
	padding-left: 3%;
	padding-bottom: 10px;
	background-color: #F9E5FF;
	padding-top: 10px;
	font-size: 90%;
	margin-top: 0px;
	margin-bottom: 0px;
}

#main #nav ul {
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#main #nav ul li {
	font-size: 14px;
	list-style-type: none;
	display: block;
	width: 98%;
	height: auto;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 2%;
	background-image: url(../img/nav_list.gif);
	background-repeat: no-repeat;
	background-position: 0px;
}
#main #nav ul li a {
	color: #333;
	text-decoration: none;
	display: block;
	padding-left: 10px;
}
#main #nav .nav_banner {
	text-align: center;
}
#main #nav ul li a:hover {
	display: block;
	color: #999;
	margin-top: -10px;
	margin-bottom: -10px;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer {
	clear: both;
	height: auto;
	background-image: url(../img/bg.png);
	background-repeat: repeat;
	padding-top: 20px;
	padding-bottom: 20px;
}
#footer h3 {
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 10px;
	padding-bottom: 10px;
}
#footer h3 a {
	color: #000;
	text-decoration: none;
}
#main #section p a {
	color: #CC5FE8;
	text-decoration: none;
}
#section .p_top {
	padding-top: 25px;
}
.bold {
	font-weight: bold;
	color: #333;
}
ol .li_top {
	margin-bottom: 20px;
}
hr {
	background-color: #FFF;
	clear: both;
	border: 1px solid #FFF;
}
section #map h3 {
	position: relative;
	font-size: 95%;
	font-weight: normal;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	margin-top: 20px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	padding-top: 0.8em;
	padding-right: 0;
	padding-bottom: 0.8em;
	padding-left: 2.5em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
section #map h3:before {
    content: "";
    position: absolute;
    background: #9C9EFF;
    top: 50%;
    left: 0.5em;
    margin-top :-10px;
    height: 20px;
    width: 20px;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    box-shadow: 1px 1px 1px #9C9EFF inset;
    -moz-box-shadow: 1px 1px 1px #9C9EFF inset;
    -webkit-box-shadow: 1px 1px 1px #9C9EFF inset;
    -o-box-shadow: 1px 1px 1px #9C9EFF inset;
    -ms-box-shadow: 1px 1px 1px #9C9EFF inset;
}

section #map ul {
	margin: 0px;
	padding: 0px;
}

section #map table tr td {
	font-size: 70%;
	padding-right: 10px;
	padding-left: 10px;
	width: 30%;
}
section #map table tr td a {
	color: #0033CC;
	text-decoration: none;
	font-size: 120%;
}
section #map ul li a {
	color: #EB821A;
	text-decoration: none;
}


@media only screen and (max-width: 640px) {
header h1 {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 0px;
	font-size: 90%;
	margin-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
}
header h2 a{
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-size: 90%;
	margin-bottom: 0px;
	clear: right;
}
	
	
#main {
	height: auto;
	width: 100%;
	margin-top: 20px;
	padding: 0px;
	clear: none;
	
}	
	
section {
	width: 100%;
	border: none;
	padding: 0px;
}
#main section h2 {
	font-size: 90%;
	padding-left: 5px;
}

 #nav {
	width: 100%;
	padding: 0px;
	float: left;
	margin-top: 30px;
}
#main #nav h2 {
	width: 100%;
	font-size: 90%;
}
#footer h3 {
	font-size: 80%;
}
section #map ul li {
	width: 45%;
}

}
