@charset "UTF-8";
body, h1, h2, h3, h4, h5, h6, form, p, ul, ol, li, dl, dt, dd {
  margin: 0;
  padding: 0;
}

body {
  font-size: 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.6;
  color: #333;
  /*text-align: center;*/
  font-size: small;
}

a {
  color: #c63;
  text-decoration: none;
}
a:hover, a:active {
  text-decoration: underline;
}
a.disabled:hover, a.disabled:active {
  text-decoration: none;
  cursor: default;
}

ul, ol {
  list-style-type: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

table {
  border-collapse: collapse;
}

.frame {
  width: 1000px;
  margin: 0 auto;
  *zoom: 1;
}

.frame:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

#WHOLE {
  min-width: 1000px;
}

/*--------------------------------------------------

Header

--------------------------------------------------*/
#HEADER {
	background-color: #eee;
	height: 100px;
	border-bottom:solid 1px #1e4a8c;
}

#HEADER.frame  {
  width: 0px;
}

#HEADER .frame > * {
  float: left;
}

#HEADER .logo {
	width: 820px;
	display: inline-block;
	position: relative;
	margin: 15px 0 10px 20px;
}

/*--------------------------------------------------

Navi

--------------------------------------------------*/
#NAVI {
  *zoom: 1;
  width: 960px;
  height: 48px;
  margin: 0 auto;
}
#NAVI:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#NAVI > li {
  position: relative;
  float: left;
  width: 240px;
}
#NAVI > li > a {
  display: block;
  height: 48px;
  text-indent: -20000px;
  overflow: hidden;
  background: url(../img/menubar.jpg);
}

#NAVI > li.about > a {
  background-position: 0 0;
}

#NAVI > li.about > a:hover, #NAVI > li.about > a.current {
  background-position: 0 -48px;
}

#NAVI > li.introduce > a {
  background-position: -240px 0;
}

#NAVI > li.introduce > a:hover, #NAVI > li.introduce > a.current {
  background-position: -240px -48px;
}

#NAVI > li.information > a {
  background-position: -480px 0;
}

#NAVI > li.information > a:hover, #NAVI > li.information > a.current {
  background-position: -480px -48px;
}

#NAVI > li.access > a {
  background-position: -720px 0;
}

#NAVI > li.access > a:hover, #NAVI > li.access > a.current {
  background-position: -720px -48px;
}

/*--------------------------------------------------

Footer

--------------------------------------------------*/
#FOOTER {
	background-color: #eee;
	margin-top: 30px;
	clear: both;
	padding-top: 15px;
/*	border-top:solid 2px #949495;*/
}

#FOOTER .frame {
  width: 960px;
}

#FOOTER .banner dl {
  margin: 10px 0 0 0;
}
#FOOTER .banner dt {
  border-bottom: 1px dotted #595857;
}
#FOOTER .bnrtop, .bnr02 {
  float: left;
}
#FOOTER .bnr01 {
  float: right;
  width: 184px;
}
#FOOTER .banner ul {
 /* margin: 20px 0 0 -20px;*/
}

#FOOTER .banner ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
#FOOTER .banner ul li {
  float: left;
}
#FOOTER .banner-top {
 width: 760px;
 margin: 0 -5px;
}
#FOOTER .banner-top li {
  margin: 10px 5px 0 5px;
}

#FOOTER .banner ul.banner01 {
  width: 180px;
  padding-left: 5px;
}

#FOOTER .banner ul.banner01 li {
  font-size: 85%;
  background:url(../img/icn_arrow.png) no-repeat left 3px;
  margin-top: 5px;
  padding-left: 12px;
  float: none;
}

#FOOTER .bnr02 {
}
#FOOTER .banner ul.banner02 {
  width: 760px;
  margin: 0 -6px;
}

#FOOTER .banner ul.banner02 li {
  width: 184px;
  height: 45px;
  margin: 10px 6px 0 6px;
}

#FOOTER #PAGETOP {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: right;
}

#FOOTER #copyright {
	clear: both;
	background-color: #303F61;
	height: 40px;
}

#FOOTER #copyright p {
	display: inline-block;
	margin-top: 10px;
	color:#fff;
	font-size: 85%;
}

/*--------------------------------------------------
上付き文字 *2015/4/28追加
--------------------------------------------------*/
dl.topics span.sup {
  vertical-align:super;
  font-size: 0.6em;
}
