﻿/*
CSS Reset
http://meyerweb.com/eric/tools/css/reset/
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
	overflow: auto;
	background: #ddd;
}

body {
    color: #222;
    margin: 0;
    padding:0;
    font-family: "Lucida Grande","Helvetica Neue", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", Geneva, Arial, Verdana, sans-serif;
    line-height: 1.5em;
    background: #f4f4f4;
}

a:link {
	color:#0288D1;
}

a:visited {
	color:#0288D1;
}

div.clear {
	clear: both;
}


/* HEADER */

#header {
	width: 100%;
	margin: 0 ;
	padding: 0;
	background: #2E7D32;
	border-bottom: solid 1px #ddd;
	/* box-shadow: 0px 1px 4px rgba(0,0,0,0.1) */
}

#header-title {
	background: #2E7D32;
	margin: 0 auto 0;
	padding: 0;
	width: 980px;
	height: 90px;
}


h1 {
	width: 400px;
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	color: #fff;
	padding: 10px 0 0px 10px;
}

h1 a{
	color: #fff;
	text-decoration: none;
}

#header-logo {
	font-size: 1em;
	font-weight: bold;
	color: #fff;
	padding: 15px 0 6px 0px;
}

#header-menu {
	background: #fff;
	width: 100%;
}

#header ul{
	width: 980px;
	height:50px;
	margin: 0 auto 0;
	background: #fff;
	display: block;
	font-size: 0;
}

#header li{
	display: inline-block;
	width: auto;
	height: 47px;
	color: #333;
	font-size: 16px;
	line-height: 47px;
	text-align: center;
	margin: 0 auto 0;	
	padding: 0 31px 0 31px;
	border-right: solid 1px #ddd;
	*display: inline;<!-- IE用のハックです -->
	zoom: 1;<!-- IE用の hasLayout を true にするための記述です -->
}

#header li:first-child{
	border-left: solid 1px #ddd;
}

#header li a{
	color: #888;
	display: block;
	text-decoration: none;
	border-bottom: none;
}
#header li a:hover{
	color: #333;
}

#header li.selected{
	border-bottom: solid 4px #9CCC65;
}


#topicpath {
	width: 980px;
	height: 40px;
	margin: 0 auto 0;
}

#topicpath ul{
	width: 980px;
	height: 40px;
	line-height: 40px;
	padding: 0 0 0 5px;
	margin: 0 ;
	display: block;
}

#topicpath li{
	display: inline-block;
	font-size: 12px;
	color: #666;
	*display: inline;<!-- IE用のハックです -->
	zoom: 1;<!-- IE用の hasLayout を true にするための記述です -->
}

#topicpath li:after{
	content: "\f0da";
	font-family: FontAwesome;
	padding: 0 8px;
}

#topicpath li:last-child:after{
	content: "";
}
#topicpath li a{
	color: #999
}

#footer-wrap{
	clear: both;
	background: #ddd;
	margin: 30px 0 0 0;
}

#footer{
	width: 764px;
	margin: 0 auto 0;
}
#footer img{
	float: left;
	margin: 40px 0 0 0;
}
p.address{
	float: right;
	font-size: 88%;
	color: #555;
	margin: 40px 0 0 0;
	padding-left: 10px;
	border-left: solid 1px #999; 
}
p.copyright{
	clear: both;
	width: 650px;
	border: none;
	color: #555;
	padding: 30px 0 30px 0;
	font-size: 80%;
	text-align: center;
}
.fa-file-pdf-o{
	color: red;
}
.fa-file-pdf-o a{
	color: red;
}

table#link_map_area {
	margin-top: 2em;
	width: 80%;
	border-spacing: 0px;
	border-collapse: separate;
	border-top: 2px solid #4B8A08;
	border-left: 2px solid #4B8A08;
}

table#link_map_area th {
	padding: 10px;
	text-align: center;	
	border: 1px solid #4B8A08;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	text-shadow: 1px 1px 0px #ffffff;
	background-color: #BEF781;
	
}

table#link_map_area td {
	padding: 10px;
	
	text-align: center;	
	border: 1px solid #4B8A08;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #ffffff;
	text-shadow: 1px 1px 0px #ffffff;
}

table#link_map_area tr th.le a {
	padding-left: 15px;
	background: url(../moving/img/arrow.png) left 5px no-repeat;
	z-index: 1000;
}

table#link_map_area tr td.le a {
	padding-left: 15px;
	background: url(../moving/img/arrow.png) left 5px no-repeat;
	z-index: 1000;
}

table#link_map_area tr:nth-child(2n) {
	background-color: #F1F8E0;
}

table#link_map_area tr:nth-child(2n-1) {
	background-color: #fafafa;
}

table#link_map_area td.le {
	text-align: left;
}

table#link_map_area th.le {
	text-align: left;
}



dl.box{height: 120px;overflow: auto;}dl.box dt{float: left;width: 120px;}dl.box dd{margin: 0 0 10px 0;padding: 0 0 10px 120px;border-bottom: 1px dotted #aaa;} dl.box{background-color:#F0F8FF ;border: 2px #919191 solid;}