@charset "UTF-8";

html{
   overflow-y:scroll;
}

body{
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 1.8;
	letter-spacing: 1.2px;
	font-family: Verdana,Helvetica,sans-serif,メイリオ,"ＭＳ ゴシック","ＭＳ 明朝";
	font-size: 14px;
	color: #191919;
	background-color: #ffffff;
}

br{
   letter-spacing:normal;
}

a{
	color: #191919;
	text-decoration: none;
}

a:hover{
	color: #0080ff;
	text-decoration: none;
}

img{
   border:0;
}

h1,h2,h3,h4,h5,h6{
   margin:0;
}


/* ========TEMPLATE LAYOUT======== */
#top{
   width:950px;
   margin:0 auto;
   background:#fff;
}

#header{
   width:950px;
   background:#fff;
}

#menu{
   width:950px;
   margin-bottom:10px;
}

#contents{
   clear:both;
   width:950px;
   border-bottom:1px solid #535D57;
}

#headImage{
   width:950px;
}


/* フロートクリア */
.float-clear{
	font-size: 0px;
	clear: both;
}
/*************************/
#main{
   float:right;
   width:730px;
   margin-top:10px;
}

#sub{
   float:left;
   width:200px;
   margin-top:10px;
}

#footer{
   position:relative;
   clear:both;
   width:950px;
}

/* 回り込み解除 */
#contents::after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========HEADER CUSTOMIZE======== */
#header h1{
   margin:0;
   padding:0;
   font-size:32px;
   color:#000;
   line-height:60px;
}

#header h1 a{
   color:#000;
}

#header h1 a:hover{
	color: #191919;
}


/* ========MENU CUSTOMIZE======== */
#menu ul{
   width:948px;
   margin:0;
   padding:1px 0 1px 1px;
   background:#000;
}

#menu li{
	float: left;
	color: #ffffff;
	text-align: center;
	list-style-type: none;
}

#menu li a{
   display:block;
   width:157px;
   margin-right:1px;
   padding:5px 0;
   color:#fff;
   background : url(bg_menu_off.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

#menu li a:hover{
   color:#fff;
   background : url(bg_menu_on.gif) 0% 0% / auto auto repeat scroll padding-box border-box transparent;
}

/* 回り込み解除 */
#menu ul::after{
   content:"";
   display:block;
   height:0;
   clear:both;
   visibility:hidden;
}


/* ========MAIN CONTENTS CUSTOMIZE======== */
#main a{
	color: #0066ff;
	text-decoration: underline;
}

#main a:hover{
   color#0066ff;
   border:0;
   border-bottom:1px solid #0066ff;
}

#main h2{
	margin-bottom: 8px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 2px;
	padding-left: 0px;
	color: #0066ff;
	font-size: 15px;
	font-weight: bold;
	border-bottom-style: double;
	border-bottom-color: #0066ff;
	border-bottom-width: 3px;
	font-family: "ＭＳ ゴシック";
}

#main h3{
	margin-bottom: 3px;
	padding-top: 0px;
	padding-right: 4px;
	padding-bottom: 0px;
	padding-left: 4px;
	font-size: 14px;
	color: #ffffff;
	background-color: #418bfc;
}

#main h4{
   margin-bottom:2px;
   font-size:13px;
   color:#31001D;
   border-bottom:2px solid #535d57;
}
#main h5{
   margin-top:5px;
   margin-bottom:2px;
   padding-left:5px;
   font-size:13px;
   border-left:8px solid #999;
}
#main h6{
   margin-bottom:2px;
   font-size:13px;
}

#main p{
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 1em;
	margin-left: 10px;
}

#main ul,ol,dl{
   margin-right:10px;
}

#main dt{
   margin-bottom:3px;
}

#main dd{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1em;
	margin-left: 1em;
	background-color: #f1f1f1;
}





/**************************/
#container{
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	height: 380px;
	background-image : url(kanagawa-map2015.png);
	display: inline-table;
	right: auto;
}

/* 相対位置でレイアウトのためrelative指定 */
.relative{
	position: relative;
}

/* 各ボックスごとのレイアウト。相対位置のためabsolute指定 */
#line01_01 a{
	position: absolute;
	height: 170px;
	width: 150px;
	top:00px;
	background-image : url(top-jinkan.png);
	display: block;
	font-size: 0px;
	text-indent: -9999px;
}
#line01_01 a:hover{
	background-image : url(top-jinkan-on.png);
}

#line01_03 a{
	position: absolute;
	height: 80px;
	left: 770px;
	width: 170px;
	 top: 30px;
 	background-image : url(top-kawakan.png);
	font-size: 0px;
	text-indent: -9999px;
}
#line01_03 a:hover{
	background-image : url(top-kawakan-on.png);
}
#line01_04 a{
	position: absolute;
	height: 80px;
	width: 170px;
	left: 770px;
       top: 140px;
	background-image : url(top-hamakan.png);
	display: block;
	font-size: 0px;
	text-indent: -9999px;
}
#line01_04 a:hover{
	background-image : url(top-hamakan-on.png);
}
#line02_01 a{
	position: absolute;
	display: block;
	height: 80px;
	width: 167px;
	left: 440px;
	top: 280px;
	background-image : url(top-syokan.png);
	font-size: 0px;
	text-indent: -9999px;
}
#line02_01 a:hover{
	background-image : url(top-syokan-on.png);
}
#line02_01 a::after{
	background-image : url(top-syokan.png);
}
#line02_02 a{
	position: absolute;
	height: 80px;
	width: 170px;
	top: 100px;
	left: 180Px;
	background-image : url(top-kenou.png);
	font-size: 0px;
	text-indent: -9999px;
}
#line02_02 a:hover{
	background-image : url(top-kenou-on.png);
}
#line03_01 a{
	display: block;
	position: absolute;
	height: 42px;
	width: 200px;
	top: 260px;
       background-image : url(top-nichijyu.png);
	font-size: 0px;
	text-indent: -9999px;
}
#line03_01 a:hover{
	background-image : url(top-nichijyu-on.png);
}
#line03_02 a{
	display: block;
	position: absolute;
	left: 770px;
	width: 170px;
	height: 80px;
	background-image : url(top-yokokan.png);
	top: 280px;
	font-size: 0px;
	text-indent: -9999px;
}
#line03_02 a:hover{
	background-image : url(top-yokokan-on.png);
}
#line03_03 a{
	display: block;
	position: absolute;
	height: 40px;
	width: 200px;
	top: 330px;
       background-image : url(top-zenkanren.png);
	font-size: 0px;
	text-indent: -9999px;
}
#line03_03 a:hover{
	background-image : url(top-zenkanren-on.png);
}

/* ========SUB CONTENTS CUSTOMIZE======== */
#sub h2{
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	background-image : url(bg_sub_h2.gif);
	background-repeat: repeat-x;
	background-color: #0080ff;
	background-position: 0px 0px;
}

#sub ul{
   margin:0;
   padding:5px 0 1em 0;
}

#sub li{
   margin:0;
   padding-left:18px;
   line-height:1.8;
   background : url(bg_list.gif) 0px 5px / auto auto no-repeat scroll padding-box border-box #ffffff;
   list-style:none;
}

#sub li a:hover{
   border-bottom:1px solid #0066ff;
}
/* ========PAGE CUSTOMIZE========= */
#pageTop{
   margin:10px 0;
   text-align:right;
}

#pageTop a{
   padding:0 0 0 12px;
   background : url(../../images/bg_pagetop.gif) 0px 50% / auto auto no-repeat scroll padding-box border-box transparent;
}

#pageTop a:hover{
   border-bottom:1px solid #191919;
}


/* ========FOOTER CUSTOMIZE======== */
.copyright{
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	font-style: normal;
	font-size: 12px;
	color: #0d0d0d;
	text-align: center;
}
/* --- ボックス --- */
div.section1{
	width: 720px; /* ボックスの幅 */
background-color: #ffffff; /* ボックスの背景色 */
border: 1px #0066ff solid; /* ボックスの境界線 */
font-size: 100%; /* ボックスの文字サイズ */
}

/* --- 見出し --- */
div.section1 h2{
	margin: 0; /* 見出しのマージン */
padding: 5px 10px; /* 見出しのパディング（上下、左右） */
background-color: #0066ff; /* 見出しの背景色 */
border-bottom: 1px #0066ff dotted; /* 見出しの下境界線 */
font-size: 100%; /* 見出しの文字サイズ */
}

/* --- 本文領域 --- */
div.section1 div.textArea{
	height: 350px; /* 本文領域の高さ */
overflow: auto;
}

/* --- 本文領域内の段落 --- */
div.section1 div.textArea p{
	margin: 1em 10px; /* 段落のマージン（上下、左右） */
}