
/* 全体レイアウト */

body{
	margin-top: 0px;
	margin-bottom: 0px;
	color: #000000;
	background: #FFFFFF;
}

a:link img {
	text-decoration:none;
	border-style:none;
}

a img {
	text-decoration:none;
	border-style:none;
}



a {
	text-decoration: none;
}

a:link {
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;
}

a:visited {
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;
}

a:hover, a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}




h1 {
	font-weight: bold;
	font-size: x-large;
	text-align: center;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	color: #800000;
}

h2 {
	font-weight: bold;
	font-size: large;
/*	margin-left: 0.5%;*/
/*	margin-top: 0.3em;*/
	margin-bottom: 0.3em;
	padding: 0.5em 0.3em;
}

h3 {
	font-family: 'ＭＳ ゴシック';
	font-size: large;
	margin-left: 1%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
	padding: 0.2em;
}

h4 {
	font-weight: bold;
	font-size: medium;
	margin-left: 2%;
	margin-top: 0.3em;
	margin-bottom: 0.3em;
}

h5 {
	font-family: 'ＭＳ ゴシック';
	font-size: medium;
	margin-left: 3%;
	margin-top: 0.3em;
}

h6 {
	font-weight: bold;
	font-size: medium;
	margin-left: 4%;
	margin-top: 0.3em;
}

p {
	margin-left: 2%;
	margin-right: 2%;
	margin-top: 0.1em;
	padding: 0.1em;
	text-align: justify;
	text-justify: inter-ideograph;
	text-indent: 1.0em;
	line-height: 140%;
}

dt {
	margin-left: 0.5em;
	margin-right: 0.5em;
}

dd {
	padding: 0.2em;
	margin-top: 0em;
	margin-bottom: 0.5em;
	margin-left: 1em;
	text-align: justify;
	text-justify: inter-ideograph;

}

ul {
	margin-left: 2.5em;
	margin-right: 0.5em;
}

ol {
	margin-left: 2.5em;
	margin-right: 0.5em;
}


li {
	list-style-position: outside;
	list-style-type: circle;
	margin-top: 0.3em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:130%;

}

.none li{
	list-style-type: none;
}

.right {
	text-align:right;
	margin-right: 2%;
}

.center {
	text-align: center;
}

.left {
	text-align: left;
}

.contents {
	margin-left: 5%;
	margin-right: 2%;
	margin-top: 1.5em;
	padding: 0.5em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 180%;
	border-bottom: 1px solid #F0E68C;
	border-left: 5px solid #F0E68C;
}


/* タイトル */

.title {
	float: left;
	width: 95%;
	border-top: 10px solid #F4A460;
	border-right: 2px none #F4A460;
	border-bottom: 5px solid #F4A460;
	border-left: 2px none #F4A460;
	background-color: #FFFFFF;

/*	background-color: #F0E68C; */
	height: auto;
	padding-bottom: 5px;
}

.title h1 {
	margin: 0;
	padding: 0;

}

#title_image01 {
	float: left;
	padding-left: 25px;
	padding-top: 10px;

}

#title_image02 {
	float: left;
	padding-left: 45px;
	padding-top: 35px;

}

.image01_s {
	float: left;
	padding-left: 25px;
	padding-top: 10px;
	border: none;
}

.title a:link, .title a:visited, .title a:hover, .title a:active {
	border: none;
}


/* 現在位置 */

.ichi {
	clear: left;
	font-size: small;
	padding: 5px 5px;
	text-align: right;
	margin-right:2.0em;
}

.ichi a:link {
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;

}

.ichi a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	color: #800000;
	background: transparent;
}

.ichi a:hover, .ichi a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}


/* メニュー */

.menu {
	float: left;
	margin-bottom: 0em;
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 5px solid #F4A460;
	width:95%;
	height: auto;
}

ul.navi01 {
	width:95%;
	margin: 0;
	padding: 0;
	font-size: small;
	text-align: left;
	line-height: 1.8em;

}

.navi01 li {
	list-style: none;
	float: left;
/*	display: inline; */
	padding: 0.2em;
	margin: 0;
	display: block;

}

.navi01 li a {
	font-weight: bold;
	text-decoration: none;
	border: 1px solid #F4A460;
	margin-top: 0em;
	margin-right: 0.4em;
	padding: 0.2em 0.5em;
	background-color: #FFFFFF;
	width: auto;
	height: auto;
}

.navi01 li a:link, a:visited {
	color: #800000;
	border: 1px solid #F4A460;
	margin-top: 0em;
	background: transparent;
}


.navi01 li a:hover, a:active {
	color: #F00000;
	background-color: #F0E68C;
	font-weight: bold;
}


.navi01 li .no_link {
	color: #778899;
	background-color: #FFFFFF;
	border: 1px solid #F4A460;
	margin-top: 0em;
	margin-right: 0.4em;
	padding:0.2em 0.5em;
	font-weight: bold;
}


/* メニュー右 */

div.menu_r {
	float: left;
	width: 38%;
	background-color: #FFFACD;
	height: 95em;
	border-left: 1px solid #F4A460;
	margin-top: 0em;
	padding-top: 0.5em;

}

.menu_r h2:first-letter {
	font-size: large;
	color: #800000;
	background: transparent;

}

.menu_r h3:first-letter {
	font-size: large;
	color: #800000;
	background: transparent;
}

.menu_r div {
	border-bottom: 1px dashed #F4A460;

}

.menu_r div a {
	text-decoration: none;
}

.menu_r div a:link {
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;
}

.menu_r div a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;
}

.menu_r div a:hover, a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}



/* 本文 */

#honbun {
	clear: left;
	float: left;
	width: 57%;
	background-color: #FFFFFF;
}

#honbun h2 {
	background-color: #F0E68C;
/*	border-top: solid 1px #F4A460;*/

}


#honbun h2:first-letter {
	font-size: large;
/*	color: #F4A460;  */
	background: transparent;
	margin-top: 0em;
}

#honbun h3:first-letter {
	font-size: large;
	color: #F4A460;
	background: transparent;
}

#honbun pre {
	font-weight: normal;
	color: #800000;
	background-color: #FFFACD;
	padding: 1.0em;
	margin: 0.3em 0.5em 0.3em 1.5em;
}




#honbun div a {
	text-decoration: none;
}

#honbun div a:link {
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;
}

#honbun div a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	color: #800000;
	background: transparent;
}

#honbun div a:hover, a:active {
	border-bottom: 1px solid #F00000;
	color: #F00000;
	background: transparent;
}

#honbun .no_action a:hover, a:active {
	text-decoration: none;
	border: none;
	color: #000000;
}


p.top_m {
	font-size: small;
	text-align: right;
	margin-bottom: 0.3em;
}

#news li {
	font-size: medium;
	line-height:140%;
	list-style:none;
	color: #000000;
	border-bottom-width: 1px;
	border-left-width: 3px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #FF6600;
	border-left-color: #FF6600;
	font-weight: bold;
	padding: 3px 10px;	
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 3px;
	margin-left: 3px;
}

/* フッター */

address {
	font-style: normal;
	margin-left: 1.5em;
	margin-bottom: 0.3em;
}

#footer {
	font-size: small;
	clear: left;
	float: left;
	width: 95%;
	height: auto;
	text-align: center;
	background-color: #FFFACD;
	border-top: 1px dashed #F4A460;
	border-bottom: 2px solid #F4A460;
	padding-bottom: 5px;
}

#footer h2:first-letter {
	font-size: large;
	color: #800000;
	background: transparent;
	margin-top: 0em;
}

#footer h2 {
	margin-top: 0em;
}

#footer a:link {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	background: transparent;
}

#footer a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	background: transparent;
}

#footer a:hover, a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}


/* トップ以外本文 */

#honbun01 {
	clear: left;
	float: left;
	width: 95%;
	background-color: #FFFFFF;

}

#honbun01 ol li{
	list-style-type: decimal;
}

#honbun01 li {
	margin: 0.3em 0em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5em;
}

#honbun01 a:link {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	background: transparent;
}

#honbun01 a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	background: transparent;
}

#honbun01 a:hover, a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}


#honbun01 h2:first-letter {
	font-size: large;
	color: #000000;
	background: transparent;

}

#honbun01 h3:first-letter {
	font-size: large;
	color: #000000;
	background: transparent;
}

#honbun01 h4:first-letter {
	font-size: normal;
	color: #000000;
	background: transparent;
}

#honbun01 dl {
	margin-left: 1.0em;
}

#honbun01 dt {
	font-size: medium;
	color: #333333;
	font-weight: bold;
	margin: 0.3em 0.2em;
	padding: 0.3em 0.3em 0.3em 0.6em;
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #F4A460;
}

#honbun01 dd {
	margin-left: 3.0em;
	padding: 0.5em;
	border-left-width: 5px;
	border-left-style: dotted;
	border-left-color: #F0E68C;
	width: 70%;
	line-height: 1.5em;
}

#honbun01 pre {
	font-weight: normal;
	color: #000000;
	background-color: #FFFACD;
	padding: 1.0em;
	margin: 0.3em 0.5em 0.3em 1.5em;
	line-height: 130%;
}


/* トップ以外本文その２ */

#honbun02 {
	clear: left;
	float: left;
	width: 95%;
	background-color: #FFFFFF;

}

#honbun02 ol li{
	list-style-type: decimal;
}

#honbun02 li {
	margin-left: 2.0em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 130%;
	list-style-type: disc;
	list-style-position: outside;
	
}

#honbun02 .none li {
	list-style-type: none;
}



#honbun02 a:link {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	background: transparent;
}

#honbun02 a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	background: transparent;
}

#honbun02 a:hover, a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}


#honbun02 h2:first-letter {
	font-size: x-large;
	color: #800000;
	background: transparent;
}

#honbun02 h2 {
	font-size: large;
	background: transparent;
}


#honbun02 h3 {
	font-size: large;
	background: transparent;
}

#honbun02 h4 {
	font-size: normal;
	background: transparent;
}

#honbun02 h5 {
	font-size: normal;
	background: transparent;
}

#honbun02 h6 {
	font-size: normal;
	background: transparent;
}


#honbun02 dl {
	margin-left: 1.0em;
}

#honbun02 dt {
	margin-bottom: 0.3em;
	padding-left: 0.5em;
}

#honbun02 dd {
	margin-left: 2.0em;
	margin-bottom: 0.5em;
	padding-left: 0.5em;
	width: 70%;
	line-height: 1.5em;
}

#honbun02 pre {
	font-weight: normal;
	color: #000000;
	background-color: #FFFACD;
	padding: 1.0em;
	margin: 0.3em 0.5em 0.3em 1.5em;
	line-height: 130%;
}

#honbun02 table {
	margin: 2.0em;


}



.about_top {
	position: absolute;
	top: 15px;
	right: 3%;
	z-index: 3;
	margin: 1.0em;
	padding-right: 1.5em;
	text-align: left;
	font-size: small;

}

.about_top li {
list-style-type: none;
}

.about_top a:link {
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;

}

.about_top a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	color: #800000;
	background: transparent;
}

.about_top a:hover, .skip_navi a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}

/* スキップナビゲーション */

.skip_navi li {
list-style-type: none;
}

.skip_navi {
	position: absolute;
	top: 5px;
	right: 7%;
	z-index: 3;
	margin: 1.0em;
	padding-right: 1.5em;
	text-align: left;
	font-size: x-small;
}

.skip_navi a:link {
  border-bottom: 1px solid #800000;
  color: #800000;
  background: transparent;

}

.skip_navi a:visited {
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px solid #800000;
	color: #800000;
	background: transparent;
}

.skip_navi a:hover, .skip_navi a:active {
  border-bottom: 1px solid #F00000;
  color: #F00000;
  background: transparent;
}

#skip {
position:absolute;
left:-999px;
width:999px;

}
