﻿@charset "UTF-8";

body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "メイリオ", Meiryo,  Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	text-align: center;
	font-size: 24px;
}

h1 {
	font-size: 44px;
}

h2 {
	text-align:center;
	font-size:38px;
	font-weight:bold;
	margin:50px 0 0 0;
}

p {
	margin: 0;
	padding: 2px 0;
}

a img {
	border:none;
}

table {
	color:#333333;
	width:660px;
	background-color:#999999;
	margin:0 auto;
}

table tr {
	background:white;
}

.col_1 {
	width:70%;
	text-align:left;
	font-size:28px;
}

.col_2 {
	text-align:right;
	font-size:30px;
}

dl {
	text-align:left;
}

dt {
	color:black;
	font-weight:bold;
	font-size:30px;
	padding-left:70px;
	background:url('images/arrow.jpg') no-repeat 20px 5px;
	margin:20px 0 10px;
}

dd {
	padding-left:100px;
	margin:10px 0;
	font-size:28px;
}

div#container {
	margin: 0 auto;
	width: 720px;
	height: 960px;
}

div#header {
	margin:0 auto 10px;
}

div#map_canvas{
	width:900px;
	height:600px;
	border:1px solid #999999;
	margin-bottom:20px;
}

.navi {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	width: 640px;
	height: 50px;
	line-height: 1.3;
	background: url(images/back.jpg) repeat-y;
	margin:0 auto 10px;
}

.btn {
	margin: 10px 0;
}

.text {
	text-align:left;
	line-height:1.4;
	font-size:28px;
}

.go_toppage {
	margin-top:40px;
}

.middle {
	font-size: 32px;
	margin: 20px 0 0 0;
}

.border {
	text-align:center;
}

.border div{
	width:600px;
	margin:0 auto;
}


.bold {
	font-size:34px;
	font-weight:bold;
	margin-top:15px;
}

.small {
	font-size:22px;
}

