@charset "utf-8";
body {
	font: 1em;
	font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	background-color: #F3F3F3;
	color: #333;
}

a{
  text-decoration: none;
}

a:link, a:visited {
	color: #006fad;
}

a:active, a:focus, a:hover {
	color: #ddd;
	text-decoration: underline;
}

a img {
	border: none;
}

img {
	vertical-align: bottom;
}

/*-----------------------------------*/
/* header */
/*-----------------------------------*/
#header {
	margin: 0 auto;
	width: 100%;
}

#header #headertitle{
	margin: 10px auto;
	width: 960px;
	position: relative;
}

#header #headertitle #access a{
  position: absolute;
  bottom: 0px;
  right: 100px;
	font-size: .9em;
	text-decoration: none;
	color: #000;
}

#header #headertitle #access img{
  vertical-align: -0.15em;
}

#header #headertitle #link a{
  position: absolute;
  bottom: 0px;
  right: 0px;
	font-size: .9em;
	text-decoration: none;
	color: #000;
}

#header #headertitle #link img{
  vertical-align: -0.15em;
}

#header #headerline{
  margin-top: 5px;
  margin-bottom: 10px;
  border-bottom: 3px solid #D9D9D9;
}

#header #topimage {
	background-repeat: repeat-x;
	margin-bottom: 10px;
}

#header #topimage img {
	display: block;
	margin: 0 auto;
}

/*-----------------------------------*/
/* nav */
/*-----------------------------------*/
#globalnav {
	background-color: #5DA3EC;
	position: relative;
	margin: 0 auto;
}

#globalnav ul {
	list-style: none;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	overflow: hidden;
}

#globalnav ul li {
	float: left;
	border-left: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

#globalnav ul li+li {
  border-left: 0;
  border-right: 2px solid #fff;
  margin-top: 5px;
  margin-bottom: 5px;
}

#globalnav ul a {
	display: block;
	overflow: hidden;
	width: 180px;
	height: 30px;
	line-height: 32px;
	text-align: center;
	text-decoration: none;
	color: #fff;
}

#globalnav a.cur, #globalnav ul a:hover {
  background-image: url(../img/navi01.png);
  background-repeat:no-repeat;
  background-position: center;
}

/*-----------------------------------*/
/* contents */
/*-----------------------------------*/
#contents {
	position: relative;
	padding-bottom: 10px;
	margin: 0 auto;
	width: 960px;
	min-height: 350px;
}

#contents p.topbn{
	margin: 0px 0px 8px 0px;
}

/*-----------------------------------*/
/* pan */
/*-----------------------------------*/
#pan {
	padding-top: 15px;
	padding-bottom: 5px;
	overflow: hidden;
  background-color: #F3F3F3;
}

#pan ol {
	list-style: none;
	margin: 0;
	padding: 0;
}

.content #pan ol {
	margin-left: 210px;
}

#pan li {
	float: left;
	font-size: .9em;
}

#pan li a {
	color: #006fad;
}

#pan li a:hover {
	color: #ddd;
}

#pan li+li:before {
	content: '\003e';
	padding-right: 10px;
}

/*-----------------------------------*/
/* main */
/*-----------------------------------*/
#main {
	width: 958px;
	padding-bottom: 50px;
	overflow: hidden;
	min-height:530px;
}

.content {
	width: 200px;
	background-image: url(../img/bg01.png);
	background-repeat: repeat-y;
}

#main p {
	margin: 5px 35px 15px 35px;
	font-size: .8em;
}

#main ul {
	margin-left: 15px;
	margin-bottom: 20px;
}

#main ol {
  margin-left: 15px;
  margin-right: 30px;
}

#main li {
	margin-bottom: 15px;
	font-size: .8em;
}

#main li ul{
  margin-left: -25px;
	font-size: 1.3em;
}

#main ol ul{
  margin-left: -15px;
}

#main h1 {
	margin-top: 10px;
	padding-bottom: 5px;
	padding-left: 25px;
	width: 100%;
	height: 30px;
	color: #000;
	font-size: 1.2em;
	font-weight: bold;
	line-height: 32px;
	border-bottom: solid 5px #76B1FF;
	background-image: url(../img/icon01.png);
	background-repeat: no-repeat;
	background-position: 0 6px;
}

#main h2 {
	margin: 30px 35px;
	padding: 5px 0 5px 10px;
	font-size: 1em;
	font-weight: bold;
	height:23px;
	border-left: solid 5px #76B1FF;
}

#main h3 {
  width:870px;
  height:35px;
  line-height:37px;
	margin: 20px 25px 20px 35px;
	padding-left: 10px;
	font-size: 1.1em;
	font-weight:bold;
	color: #000;
	background-color: #8ABAFF;
}

.nomark {
	list-style: none;
}

#main dl {
  margin: 10px 0px 30px;
  float: left;
}

#main dt {
  font-size: 0.8em;
}

#main dl.news dt {
  padding-bottom: 10px;
  padding-left: 20px;
  width: 95px;
  float: left;
  font-size: 0.8em;
  background-image: url(../img/arrow01.png);
  background-repeat: no-repeat;
  background-position: 0 2px;
}

#main dl.news dd{
  margin-left: 140px;
  padding-bottom: 10px;
  width: 546px;
  font-size: 0.8em;
}

#main .pict {
	margin: 25px 35px;
}

#main table {
	margin-left: 45px;
	margin-bottom: 20px;
	width: 868px;
	font-size: .8em;
}

#main table td {
	padding: 10px 5px 10px;
	border: 1px #ddd solid;
}

#main table th {
	padding: 10px 5px 10px;
	border: 1px #ddd solid;
}

#main table .wid {
	min-width: 155px;
}

#main table ol{
  margin: 0;
}

#main table li{
	margin: 0;
	font-size: 1em;
}

#main .strong{
  font-weight: bold;
}

#main .italic{
  font-style: italic;
}

#main .underline{
  text-decoration: underline;
}

#main p.title{
  margin: 20px 15px 20px 35px;
  font-size: 150%;
  color: #006fad;
  line-height: 30px;
}

#main p.par{
  margin-bottom:15px;
}

#main td.std{
  width:100px;
  text-align:center;
}

#main td.center{
  text-align:center;
}

#main td.m-center{
  text-align:center;
  width:78px;
}

#main td.bold{
  font-weight: bold;
  border: 0;
}

#main td.hst_left{
  width:180px;
  text-align:center;
}

#main td.hst_right{
  padding-left:15px;
}

#main ul.link {
  margin-top:40px;
	margin-bottom:0px;
}

#main p.head3{
	margin: 5px 50px 5px 50px;
}

#main .img-right{
  float: right;
  margin-left: 5px;
  margin-right:30px;
  padding-bottom: 20px;
}

#main .line{
  background-image: url(../img/line01.png);
  background-repeat: no-repeat;
  margin-left: 0px;
  margin-bottom: 10px;
  width: 686px;
  height: 2px;
}

#main .blank{
  margin-bottom: 80px;
}

#main .banner{
  float:right;
  margin-top:10px;
}

#main .past{
  float:right;
}

/* backtop */
#contents #backtotop {
	position: absolute;
	bottom: 10px;
	right: -20px;
}

#contents #backtotop a {
	display: block;
	width: 86px;
	height: 57px;
}

/*-----------------------------------*/
/* footer */
/*-----------------------------------*/
#footer {
	clear: both;
	display: block;
	width: 100%;
}

#footer .footer-inner {
	position: relative;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-position: bottom right;
	background-color: #D9D9D9;
}

#footer .copyright{
  background-color: #5DA3EC;
  height:40px;
}

#footer .copyright-inner{
	margin: 0px auto;
	width: 960px;
}

#footer .copyright-inner img.cpr
{
  display: block;
  margin-left: auto;
  padding-top: 13px;
}