@charset "shift_jis";
/********************************
 	共通
 ********************************/
html * {
	margin: 0;
	padding: 0;
}
body {	
	margin: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;	
}
div {
	overflow:hidden;
}
a:link, 
a:visited {
	color: #000;
}
a:hover, 
a:active, 
a:focus {
	background-color: #496ED9;
	color: #fff;
}
#wrapper {
	width: 100%;
	margin: 0;
}
#wrap_header {
	max-width:100%;
	background-color: #127141;
	margin:0 0 1px;
	padding:0 0 0 30px;
	border-bottom:3px #fff solid;
	box-shadow:0px 1px #127141;
}
#logo a:hover, 
#logo a:active, 
#logo a:focus {
	background-color:transparent;
}
a img:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
/********************************
 	#header
 ********************************/
#header {
	width:980px;
	margin:0 auto;
	position:relative;
}
/********************************
 	#main
 ********************************/
#main {
	width:980px;
	margin:20px auto;
	position:relative;
	background-color:rgba(255,255,255,1.00);
}

/*---------------------お知らせ--------------------*/
#important_news {
	width: 100%;
}
#important_news dt {
	font-weight: bold;
	text-align: right;
	float: left;
	padding: 0.5em 0;
}
#important_news dd {
	background-color: #fff;
	color: #ff0000;
	text-align: left;
	text-indent: 1em;
	margin:0 0 3em;
	padding: 0.5em 0;
}
#important_news dd a:link,
#important_news dd a:visited {
	text-decoration: underline;
	color: #ff0000;
}
#important_news dd a:hover,
#important_news dd a:active {
	color: #000;
	background-color: #ffcc00;
}

/*---------------------左側メニュー--------------------*/
.APlist {
	border: 1px dotted #AAAAFF;
	float: left;
}
table tr th {
	text-align:center;
	height:1.5em;
}
#hokkaido th {
	background-color:rgba(56,134,200,1.00);
	color:rgba(255,255,255,1.00);
}
#kantou_touhoku th {
	background-color:rgba(159,216,246,1.00);
	color:rgba(0,0,0,1.00);
}
#chuubu th {
	background-color:rgba(106,188,99,1.00);
	color:rgba(0,0,0,1.00);
}
#kinki_chuugoku th {
	background-color:rgba(255,247,152,1.00);
	color:rgba(0,0,0,1.00);
}
#shikoku th {
	background-color:rgba(241,152,0,1.00);
	color:rgba(255,255,255,1.00);
}
#kyuushyuu th {
	background-color:rgba(240,99,99,1.00);
	color:rgba(255,255,255,1.00);
}
table tr td {
	height: 1.5em;
}
#map {
	background-image: url('img/map.png?613');
	background-repeat: no-repeat;
	background-position: top center;
	width: 80%;
	float: left;
}
#map div {
	width: 58%;
}
#map div ul {
	list-style: none;
	font-size: 1.2em;
	line-height: 1.5em;
}
#map #list_top ul {
	width: 26%;
	margin-left: 74%;
}
#map #list_middle ul:first-of-type {
	margin-right: 21%;
}
#map #list_middle ul:nth-of-type(2) {
	margin-right: 4%;
}
#map #list_middle ul {
	width: 26%;
	float: right;
}
#map #list_middle {
	padding-top: 12%;
	width: 70%;
}
#map #list_middle2 {
	padding-top: 10%;
	width: 29%;
}
#map #list_middle2 ul {
	float: right;
}
#map #list_middle3 {
	width: 90%;
	clear: both;
	padding-top: 10px;
}
#map #list_middle3 ul {
	width: 29%;
	margin-left: 74%;
}
#map #list_bottom {
	clear: both;
	width: 70%;
	margin-top: 5%;
}
#map #list_bottom ul {
	width: 21%;
	float: right;
	margin-right: 37%;
}
#map #list_bottom ul:nth-of-type(2) {
	margin-right: 0%;
}
#map #list_bottom2 {
	width: 20%;
	float: left;
	margin-top:-15%;
}

/********************************
 	#footer
 ********************************/
#footer {
	clear:both;
	max-width:100%;
	background-color:#E4E4E4;
	min-height:50px;
	margin:0 auto;
	padding:0.5em;
}
h1 {
	max-width:980px;
	margin:0;
	padding:0;
}
h1 span {
	font-size:0.5em;
}
#wrap_footer {
	max-width:980px;
	margin:0.5em auto 0;
}