@charset "shift-jis";
/*
==============================================

CSS Document 
___Filename    : base.css
___Website     : サイト名
___Description : 基本(共通)スタイル

==============================================
/*

/* 一括で全ての要素の余白をゼロに指定 
---------------------------------------------*/
*{ margin: 0; padding: 0; border: 0px;}

/* 全体的なリンク */
a:link,
a:visited,
a:hover,
a:active {
	text-decoration: underline;
	color: #000000;
}

a:hover {
	text-decoration: none;
}
a img { border,margin,padding:0; }
.link_txt {
	margin:8px 0;
	text-decoration:underline;
}
.link_tit {
	margin-bottom: 10px;
	font-size: 1.5em;
	font-weight: bold;
	color: #FF0;
	text-align: center;
	line-height: 0;
}
.link_tit a {
	color: #FF0;
	text-decoration: none;
	display: block;
	background-color: #003366;
	padding: 10px;
}
.link_tit a:hover {
	background-color: #0099CC;
}

/* global-navi
----------------------------------------------------------- */
#kohotop {
	display:block;
	text-align:center;
	width:200px;
	background-color:#AB1D03;
	color:#FFFFFF;
}

#gnavi {
	width:100%;
	background: url(../images/gnavi-bg.jpg) repeat-x left top;
	border-top: 5px solid #002448;
	border-bottom: 1px solid #CCCCCC;
}

#gnavi-inner {
	width:760px;
	margin: 0 auto;
}

#gnavi-inner ul {
	margin: 0px;

}

#gnavi-inner ul li {
	float: left;
	list-style: none;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 50px;
}

#gnavi-inner ul li.list-w2 {
	float: left;
	width: 125px;
	margin-right: 5px;
	list-style: none;
	background: url(../images/navi-bg-w2.gif) center top;
	display: inline;
	text-align: center;
	height: 45px;
	padding-top: 8px;
}

#gnavi-inner ul li.list-g {
	float: left;
	width: 92px;
	margin-right: 5px;
	list-style: none;
	background: url(../images/navi-bg-g.gif) center top;
	display: inline;
	text-align: center;
	height: 45px;
	padding-top: 8px;
	color:#FFFFFF;
}

#gnavi-inner ul li.list-g2 {
	float: left;
	width: 125px;
	margin-right: 5px;
	list-style: none;
	background: url(../images/navi-bg-g2.gif) center top;
	display: inline;
	text-align: center;
	height: 45px;
	padding-top: 8px;
	color:#FFFFFF;
}
/* ナビスキップ */
.hidden-read {
	position: absolute; /* For Mac IE 5*/
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}

/* レイアウトに関する指定
---------------------------------------------*/
html{
	height:100%;
}
 
body {
	font-size: 84%;
	font-family: verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
	line-height: 1.6;
	padding: 0;
	margin: 0;
	color: #000000;
	vertical-align: baseline;
	letter-spacing: 0.1em;
	word-break: break-all;
}


#wrapper {
	width: 100%;
  /*min-height:100%;*/
  /*padding-bottom:50px;*/
}

#wrap {
	margin: 0 auto;
	width: 760px;
}

#header {
	clear: both;
	width: 760px;
	margin: 0 auto 15px;
}

#header-inner {
	clear: both;
	margin-top: 20px;
	margin-bottom: 15px;
}

#container {
	width: 100%;
	padding-bottom: 15px;
	padding-top: 10px;
	border-top: 5px solid #3EB134;
	background: #FCFBF7;
}

#container-inner {
	width: 880px;
	margin: 0px auto 20px;
	background-color: #FFFFFF;
	border: 1px solid #3EB134;
	padding: 30px;
}

#contents {
	clear: both;
}

#side { width: 80px; }

#footer {
	clear: both;
	padding-top: 15px;
	padding-bottom: 15px;
	background: #F7F7F7;
	border-top: 3px solid #002448;
	margin-top: 0px;
}

#footer-inner {
	width: 760px;
	padding-top: 5px;
	margin: 0 auto;
}

#footer-banner {
	margin: 10px 0 20px 0;
	float: none;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

/* ヘッダーブロックに関する指定 
---------------------------------------------*/

#logo {
	float: left;
}

#logo a {
  text-decoration: none;
  color: #000000;
}

#logo a:hover {
  text-decoration: none;
  color: #ff0000;
}

#description {
	float: right;
	width: 150px;
	height: 105px;
	text-align: left;
	padding-top: 8px;
}



#header-link {
	float:right;
	font-size: 0.8em;
	text-align: right;
}
dl#toku-link {
border-bottom: #002448 3px solid;
padding:10px 0;
}

dl#toku-link dt {
/*	float: left;*/
	font-weight: bold;
  margin-bottom:5px;
/*	height: 1.5em;
	clear: left;*/
}

dl#toku-link dd {
/*	margin-left: 7em;*/
/*	height: 1.5em;*/
}


#toku-link a {
	background: url(../images/toku-kugiri.jpg) no-repeat left 0.3em;
	padding-left: 1.5em;
}
#toku-link span {
	margin-left: 0px;
	float: left;
	width: 6em;
	height: 2em;
}
ul.list-inline-icon {
	margin-bottom: 5px;
	font-size: 90%;
}
ul.list-inline-icon li.list-ico-pdf {
	list-style-type:none;
/*	display: inline;*/
	background: url(../images/list-icon-pdf.gif) no-repeat left 0.3em;
/*	line-height: 2;*/
	padding: 5px 8px 5px 25px;
}
ul.list-inline-icon li.list-ico-onyaku {
	list-style-type:none;
/*	display: inline;*/
	background: url(../images/list-icon-onyaku.gif) no-repeat left 0.3em;
	padding: 5px 8px 5px 25px;
}

ul.list-inline-icon li.list-ico-backnumber {
	list-style-type:none;
/*	display: inline;*/
	background: url(../images/list-icon-bn.jpg) no-repeat left 0.3em;
	padding: 5px 8px 5px 25px;
}	
/* フッターブロックに関する指定 
---------------------------------------------*/
#footer p.copyright {
	text-align: right;
	padding-top: 0.5em;
	float: right;
	font-size: 68%;
}
#footer p.address {
	font-size: 90%;
	text-align: left;
	margin-top: 10px;
	clear: both;
}

/* ページの先頭へのリンク
---------------------------------------------*/
.blk-link {
	padding: 6px 15px;
	background: #002448;
	text-align: center;
	display: block;
	margin-bottom: 0px;
	margin-left: 550px;
	clear: both;
}


.blk-link a:link {
color:#FFFFFF;
}

.blk-link a:hover {
color:#FFFFFF;
}

.blk-link a:visited {
color:#FFFFFF;
}

#pagetop {
	text-align:right;
	clear: both;
	width: 940px;
	margin: 0 auto;
}
#pagetop img {
vertical-align:bottom;
}

/* フロート　*/
.flR {
	float: right;
}

.flL {
float:left;
}
.flL-clr {
	float: left;
	clear: right;
}

/* フロー解除　*/
.clearfix:after {  
 content: ".";   
 display: block;
 font-size:0;   
 height: 0;   
 clear: both;   
 visibility: hidden;  
}  
  
.clearfix { display: inline-table; }  
/* Hides from IE-mac \*/  
* html .clearfix { height: auto;zoom:1; }  
.clearfix {
	display: block;
} 
.overflow {
  overflow: hidden;
/*  word-wrap: break-word;*/
}

/* 段落
----------------------------------------------------------- */

.ake01 {
	text-indent:1em !important;

}

.ake02 {
	text-indent:-1em;
	padding-left:1em;
}

.ake01-01 {
	text-indent: -1em;
	padding-left: 1em;
}

.ake02-02 {
	text-indent:-2em;
	padding-left:2em;
}

.ake03-03 {
	text-indent:-3em;
	padding-left:3em;
}
.ake01-04 {
  text-indent: -1.3em;
  padding-left: 1.3em;
}
.ake05-05 {
  text-indent: -5em;
  padding-left: 5em;
}
.ake06 {
	text-indent:6em;

}
.ake06-06 {
	text-indent:-6.5em;
	padding-left:6.5em;
}
.ake07 {
	text-indent:6.5em;

}
.ake08-08 {
	text-indent: -7.5em;
	padding-left: 7.5em;
}

.font-bg-blue {
	color: #FFFFFF;
	padding: 4px;
	margin-right: 10px;
	line-height: 1;
	background-color: #003366;
}
.font-bg-bk {
	color: #FFF;
	padding: 3px;
	margin-right: 10px;
	background: #000;
}

.font-bg-blue02 {
	background-color: #002448;
	color: #FFFFFF;
	padding: 3px;
}
.font-bg-blue02 a,
.font-bg-blue02 a:hover,
.font-bg-blue02 a:visited {
color:#FFF;	
text-decoration:underline;
}

.font-bg-glay {
	background-color: #D0D0D0;
	color: #000000;
	margin-bottom: 5px;
	padding: 4px;
}

.font-bdr-bk {
	border:#000000 1px solid;
	padding:0px 5px;
	margin-right: 10px;
}



/* 水平線
---------------------------------------------*/
hr {
display:none;
}
.clear { clear: both; 

}
.line_dash {
	clear:both;
	margin:7px 0;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #E4E4E4;
}
.line_dash2 {
	clear: both;
	background: url(../images/line_dash2.gif) repeat-x;
	height: 3px;
	margin: 7px 0;
}

/* 見出し設定
---------------------------------------------*/
h1,h2,h3,h4,h5 {margin: 0 0 1em 0;}
h1 {
	font-size:1.5em;
	clear: both;
	margin-bottom: 20px;
}
h2 {
font-size:1.4em;
}
h3 {
	font-size: 1.6em;
	margin-bottom: 0.5em;
}
h4 {
	font-size:1.2em;
	margin: 0;
}
h5 {
font-size:1.1em;
}

/* テキスト設定
---------------------------------------------*/
p {
	line-height: 1.6em;
	text-align: left;
	word-wrap: break-word;
}

p.tx-maru-blue {
	padding-left: 1.2em;
	background: url(../images/kuromaru.gif) no-repeat 0.2em 0.5em;
	color: #002448;
}

p.tx-border-b {
	border-bottom: #002448 1px solid;
	color: #002448;
	padding-bottom: 4px;
	margin-bottom: 5px;
}

/*　テキストサイズ　*/
.fzSS {
	font-size: 82%;
	font-weight: normal;
}
.txs-normal {
	font-size: 82%;
	font-weight: normal;
}
.txs-large {font-size:large;}
.txs-xlarge {
	font-size: 1.8rem !important;
	margin-bottom: 8px;
}

/*　テキストカラー（基本カラー）　*/
.txc-main1 {color:#03605C;}
.txc-main2 {color:#2F7429;}
.txc-main3 {color:#FFCCC;}

/*　テキストカラー（赤系）　*/
.txc-red1 { color: #FF0033; }
.txc-red2 {color:#FFCCC;}

/*　テキストカラー（青系）　*/
.txc-blue1 {
	color: #003366 !important;
}
a:link.txc-blue1,a:visited.txc-blue1 {
	color: #003399 !important;}
.txc-blue2 { color: #003366 !important;
}

/*　テキストカラー（黒系）　*/
.txc-bk1 {color:#000 !important;}
.txc-bk2 {color:#FFCCC !important;}
.txc-bk3 {color:#999999 !important;}

/*　テキスト装飾　*/
.txd-arial {
  font-size: 200%;
  font: Arial, Helvetica, sans-serif;
  line-height: 1;
}

/* テーブル設定（ベーシック）
-------------------------------------*/
table.tbl-01 {
	width: 100%;
	padding: 0;
	border-collapse: collapse;
	border-top: 1px solid #002448;
	margin-top: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	margin-left: 0;
}
table.tbl-01 th {
	padding: 2px 0 2px 10px;
	border-right: 1px solid #002448;
	border-left: 1px solid #002448;
	border-bottom: 1px solid #002448;
	text-align: center;
}
table.tbl-01 th.head01 {
  background: #002448;
  color:#FFF;
}
table.tbl-01 td {
	padding: 3px;
	border-right: 1px solid #002448;
	border-bottom: 1px solid #002448;
	border-collapse: collapse;
}
table.tbl-01 .end {
	border-right:none !important;
}
table.tbl-02 {
	width: 100%;
	margin: 0;
	padding: 0;
	border-collapse: collapse;
	border:1px solid #000;
}
table.tbl-02 th {
	padding: 2px 0;
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: normal;
}

table.tbl-02 td {
	padding: 6px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	background: #FFF;
}
table.tbl-02 .end { border-bottom-style: none; 
}

table.tbl-03 {
  width: 100%;
  padding: 0;
  border-collapse: collapse;
  background-color: #FFFFE6;
}
table.tbl-03 th {
	padding: 2px 0;
	text-align: center;
	border-right: 1px solid #002448;
	border-bottom: 1px solid #002448;
	font-weight: normal;
	background-color: #C5E7E7;
}
table.tbl-03 td {
  padding: 1px;
  border-bottom: 1px solid #002448;
}
table.tbl-03 .end {
	border-bottom:none !important;
}

table.tbl-04 {
  width: 100%;
  margin: 0px 0 5px;
  padding: 0;
  border-collapse: collapse;
  	border-left: 1px solid #000;
		border-top: 1px solid #000;
}
table.tbl-04 th {
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #000;
	font-weight: normal;
}
table.tbl-04 th.head01 {
  border-right: 1px solid #000;
  background-color: #666;
  color: #FFF;
}
table.tbl-04 td {
	padding: 4px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
table.tbl-05 {
  width: 100%;
  margin: 0px 0 5px;
  padding: 0;
  border-collapse: collapse;
  	border-left: 1px solid #000;
		border-top: 1px solid #000;
}
table.tbl-05 th {
	padding: 4px;
	text-align: center;
	border-bottom: 1px solid #000;
	font-weight: normal;
	background-color: #CCC;
	border-right: 1px solid #000;
}
table.tbl-05 th.head01 {
  border-right: 1px solid #000;
  background-color: #666;
  color: #FFF;
}
table.tbl-05 td {
	padding: 4px;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}
dl.dl-nml {
	display: block;
	clear: both;

}
dl.dl-nml dt {
	float: left;
	display: block;
	clear: both;
	width: 7em;
}
dl.dl-nml dd {
	display: block;
	padding-left: 1em;
	border-bottom:1px dotted #333;
}
	dl.dl-nml dd:last-child {
		border-bottom:none;
	}


/* リスト（ベーシック）
-------------------------------------*/
ul,ol { margin: 0; padding: 0; }
/*　ノーマル　*/
ul.normal { margin-left: 1.2em; 
}
ul.normal li {
	list-style-type: disc !important;
    margin-left: 0em;
    background: none !important;
    padding-left: 0 !important;
    margin-bottom: 0.2em !important;
}
/*　リスト　*/
ul.list {
	padding-left: 1.2em;
	margin-left: 1.2em;
}
ul.list li { list-style-type: disc !important; 
	background:none !important;
}
/*　リスト(横並びインライン)　*/
ul.list-inline {
	clear: both;
	margin-bottom: 5px;
}
ul.list-inline li {
	list-style-type:none;
	padding-right: 8px;
	display: inline;
	padding-left: 15px;
	background: url(../images/arw01.gif) no-repeat left 0.3em;
}
ul.list-inline02 {
	clear: both;
	margin-bottom: 5px;
}
ul.list-inline02 li {
	list-style-type: disc !important;
	padding-right: 4px;
	display: inline;
}
ul.list-inline-bgB {
	clear: both;
	margin: 0;
}
ul.list-inline-bgB li {
	list-style-type: none;
	padding: 4px 8px;
	display: inline-block;
	background-color: #003366;
	color: #FFF;
	margin-bottom: 8px;
	border-radius: 4px;
}

ul.list-inline-c {
	clear: both;
	margin-bottom: 5px;
	text-align:center;
	list-style: none;
	padding: 8px 8px 15px;
	border-bottom: 1px solid #CCCCCC;
}
ul.list-inline-c li {
	list-style-type:none;
	padding-right: 8px;
	display: inline;
	padding-left: 15px;
	line-height:1.8;
	background: url(../images/arw01.gif) no-repeat left 0.3em;
}

/* インラインメニュー　*/
ul.inline_menu {
margin:10px auto;
padding:0;
margin-bottom:10px;
}
ul.inline_menu li {
display:inline;
font-weight:600;
padding:0.2em;
margin-right:10px;
}
ul.inline_menu li a {
text-decoration:none;
padding:0.2em;
margin-right:10px;
background:#E8E7E0;
}
ul.inline_menu li a:hover {
text-decoration:none;
padding:0.2em;
margin-right:10px;
background:#3EA5CE;
color:#FFF;
}

/* 番号リスト　*/
ol.ol-num { margin:0.5em 0 0 0.5em; 
}
ol.ol-num li {
	zoom: normal;
	list-style: decimal outside;
	padding: 2px 0 0 0em;
	margin-left: 1.4em;
}

ol.ol_num01 {
  margin: 0.5em 0 0 0;
  counter-reset: item;
  list-style-type: none;
  padding-left: 0px;
}
ol.ol_num01 ol {
  padding-left: 1em;
}
ol.ol_num01 li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-top:2px;
  padding-bottom:2px;
}
ol.ol_num01 li:before {
  counter-increment: item;
  /*  content: counter(item);
 以下は数字の後ろに.を付ける場合（上はつけない場合）*/
  content: counter(item)'.'; 
  /* 以下は自由に装飾... */
  padding-right: .5em;
  color: #003366;
  font-weight:bold;
}
ol.ol_num01.num_fcP01 li:before {
	color: #E7497C !important;
}
ol.ol_num02 {
  margin:0.5em 0 0 0; 
  list-style-type: none;
  padding-left: 0;
}
ol.ol_num02 li {
  text-indent: -1.3em;
  padding-left: 1.3em;
  padding-top:2px;
  padding-bottom:2px;
}


/*　リスト(横並びインライン)　*/
ul.ul-nml-inline {
	list-style-type: disc !important;
	clear: both;
	margin-bottom: 5px;
	padding-left: 20px;
}
ul.ul-nml-inline li {
	float: left;
	padding-right: 30px;

}


.kadomarubox{
	background: #039;
	color: #FFF;
}
.kadomarubox2{
	background: #FFF;
	color: #000;
}
 
.Kadomaru-01{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #002448;
	margin-bottom: 20px;
	box-sizing: border-box;
	margin-top: 20px;
	clear: both;
}

.Kadomaru-02{
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	padding: 12px;
	border: 1px solid #E2F3F3;
	background: #E2F3F3;
}
 

.sangyou {
	width:120px;
	float:left;
}
