@charset "UTF-8";
/* CSS Document */

html{
	font-size: 62.5%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
body {
	background-color: #fff;
	height: auto;
	margin:0 auto;
	-webkit-text-size-adjust: 100%;
  min-height: 100vh;
  position: relative;/*←相対位置*/
  padding-bottom: 40px;
  box-sizing: border-box;/*←全て含めてmin-height:100vhに*/
}

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

	ヘッダー
	
-----------------------------*/
#topnavi{
  display: none;
}

header {
	position: fixed; 
  top: 0; 
  left: 0; 
  margin: 0; 
  padding: 10px 0px 5px 0px; /* 要素内側の余白を指定する */
  width: 100%; /* 幅を指定する */
  background: rgba(0,0,0,0.85); /* 背景色を指定する */
  color:white; /* フォントの色を指定する */
}
header h1{
	display: none;
}
header #logo{
  width: 950px;
  margin: 0 auto 0 auto;
  text-align: left
}
header p{
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 1px;
	margin: 5px ;
	color: #070;
	text-shadow: 0 1px 2px #ddd;
}

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

	メニュー
	
-----------------------------*/

nav {

}

.gnav {
  width: 950px;
	ackground: rgba(0,0,0,0.85);
	margin:0 auto 0 auto;
	text-align: right;
	border-top: 1px solid #ccc;
}

.gnav ul li {
	display: inline-block;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-align: center;
}
.gnav ul li a {
	margin: 0px;
	padding: 5px 15px;
	font-size: 11px;
  line-height: 15px;
	display: block;
	text-shadow: 1px 1px 1px #2B2B2B;
}
.gnav ul li a:link {
	color: #FFFFFF;
}
.gnav ul li a:visited {
	color: #FFFFFF;	
}
.gnav ul li a:hover {
	color: #CDCDCD;
}
.active a {
	background-color: #424242;
	border-radius: 7px;
}
/*-----------------------------

	ページタイトル
	
-----------------------------*/

.page-title {
	position: relative;
	z-index: 18;
	font-size: 30px;
	color: #666;
	text-align: left;
	text-shadow: 1px 2px 2px #eee;
	bottom: 150px;
	padding: 0 0 0 140px;
}


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

	サブメニュー
	
-----------------------------*/
.subnav {
	height: 60px;
	margin: 35px auto 0px auto;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	background-image: url(../images/submenu_bg.png);
	background-repeat: repeat-x;
}
.subnav ul li{
	display: inline-block;
}
.subnav ul li a {
	margin: 0 5px 0 5px;
	padding:15px 20px 15px 20px;
	font-size: 15px;
	color: #fff;
	text-shadow: 1px 2px 2px #777;
	text-align: center;
	display: block;
	border-radius: 7px 7px 0 0;
	border: 1px solid #bbb;
	box-shadow:0px -2px 4px 0px #eee;
	background-color: #87bd2d;
	background-image: url(../images/tab_bg.png);
	background-repeat: repeat-x;
}
.tab {
	margin: 0 5px 0 5px;
	padding:15px 20px 17px 20px;
	font-size: 15px;
	color: #2e9309;
	text-shadow: 1px 2px 2px #eee;
	text-align: center;
	border-radius: 7px 7px 0 0;
	border: 1px solid #bbb;
	border-bottom-style: none;
	box-shadow:0px -2px 4px 0px #eee;
	background-color: #fff;
}
/*-----------------------------

	ページ内リンク
	
-----------------------------*/
.pagelink {
	height: 50px;
	font-size: 14px;
	line-height: 20px;
	margin: 35px 0 0 35px;
	clear:both
}
.pagelink ul li {
	display: inline-block;
	padding: 0 20px 0 25px;
	background-image: url(../images/pagelink_bg.png);
	background-repeat: no-repeat;
}
.pagelink ul li a {
	color: #777;
}
.pagelink ul li a:hover {
	color: #2FBCBE;
}
.pagetop {
	margin: 0 auto 0 auto;
	text-align: right;
	padding: 0px;
}

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

	メインコンテンツ
	
-----------------------------*/
.frame {
	width: 1000px;
	margin: 0 auto 0 auto;
  padding-top: 60px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  background-color: #fff;
  clear:both;
}
section {
	margin: 20px 0px 40px 0px;
}
.frame-type0 {
	float: right;
	width: 640px;
	margin: 0px 0px 0px 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.frame-type0 p {
	font-size: 14px;
	line-height: 26px;
	color: #555;
	margin: 10px;
	max-height: 100%
}
.frame-type0 li {
	margin: 0px 30px 0px 30px;
	padding: 10px 0px 10px 0px;
	font-size: 16px;
	line-height: 30px;
	max-height: 100%
}
.frame-type1 {
	margin: 0px 30px 0px 30px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.frame-type1 p {
	font-size: 16px;
	line-height: 32px;
	color: #555;
	margin: 10px 35px 30px 35px;
	max-height: 100%
}
.frame-type1 li {
	margin: 0px 35px 0px 35px;
	max-height: 100%
}
.block {
	margin: 50px 0px 20px 50px;
}
.box {
	margin: 50px 5px 20px 5px;
	padding: 25px;
	background-color: #FBFAF7;

	border: 1px solid #aaaaaa;
	border-radius: 7px;
	box-shadow:0px 2px 4px 0px #EEE;
}
strong {
	font-weight: bold;
}
.frame-type1 ul , .frame-type1 ol , .frame-type1 dl {
	margin: 20px 0 20px 0;
	max-height: 100%
}
.frame-type1 ul li , .frame-type1 ol li ,
.frame-type1 dl dd {
	font-size: 16px;
	line-height: 30px;
	color: #555;
	max-height: 100%
}

/*--　　チェックボックスマーク	--*/

.check li{
	margin: 20px 0px 20px 30px;
	padding: 0 0 0 35px;
	background-image: url(../images/check-mark.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.check2 li{
	margin: 20px 0px 20px 30px;
	padding: 0 0 0 35px;
	background-image: url(../images/check-mark2.png);
	background-repeat: no-repeat;
	background-position: left center;
}

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

	ｈ１～タイトル〜テキスト
	
-----------------------------*/
h1 img,h2 img {
	vertical-align: middle;
}

.t1 {
	margin: 30px 0 30px 0 ;
	padding: 10px 0 0 40px;
	height: 40px;
	font-size: 21px;
	line-height: 36px;
	color: #444;
	text-shadow: 1px 2px 2px #ccc;
	background-image: url(../images/t1_bg.png);
	background-repeat: no-repeat;
	border-bottom: 2px solid #5A5A5A;
	max-height: 100%
}
/*--　　リーフ・グリーンライン・グリーンタイトル　　--*/
.t2 {
	margin: 40px 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 22px;
	line-height: 36px;
	color: #666666;
	text-shadow: 1px 1px 3px #ddd;
	background-image: url(../images/t2_bg.png);
	background-repeat: no-repeat;
	border-bottom: 1px solid #666666;
	vertical-align: middle;
	max-height: 100%
}
/*--　　リーフ・ラインなし・グリーンタイトル　　--*/
.t2- {
	margin: 30px 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 22px;
	line-height: 36px;
	color: #666666;
	text-shadow: 1px 1px 3px #ddd;
	background-image: url(../images/t2_bg.png);
	background-repeat: no-repeat;
	vertical-align: middle;
	max-height: 100%
}
/*--　　リーフ・グリーンライン・グレータイトル　　--*/
.t3 {
	margin: 40px 0 20px 0;
	padding: 0 0 0 35px;
	font-size: 22px;
	line-height: 36px;
	color: #555;
	text-shadow: 1px 1px 1px #ccc;
	background-image: url(../images/t2_bg.png);
	background-repeat: no-repeat;
	border-bottom: 1px dotted #87bd2d;
	vertical-align: middle;
	max-height: 100%
}
/*--　　グリーンライン・グリーンタイトル　　--*/
.t4 {
	font-size: 22px;
	line-height: 36px;
	color: #4da514;
	text-shadow: 1px 1px 3px #ddd;
	margin: 40px 0 30px 0;
	padding: 0px;
	border-bottom: 1px dotted #87bd2d;
	vertical-align: bottom;
	max-height: 100%
}
/*--　　ラインなし・グリーンタイトル 　　--*/
.t5 {
	font-size: 22px;
	line-height: 36px;
	color: #4da514;
	text-shadow: 1px 1px 3px #ddd;
	margin: 40px 0 10px 0;
	padding: 0 0 0 10px;
	max-height: 100%
}
/*--　　ラインなし・グリーンタイトル 画像有り　　--*/
.t6 {
	font-size: 22px;
	color: #118800;
	text-shadow: 1px 1px 3px #ddd;
	margin: 40px 0 10px 0;
	padding: 0 0 0 0px;
	border-radius: 35px;
	max-height: 100%;	
}
/*--　　トップページ ニュースタイトル　　--*/
.t7 {
	background-color: #F0EFE7;
	color: #333;
	text-shadow: 1px 1px 1px #ccc;
	margin: 15px 0 ;
	padding: 3px 0px 3px 15px;
	border-radius: 20px 0px 0px 20px;
	max-height: 100%
}
/*--　　ボックスタイトル　　--*/
.tBox{
	font-size: 21px;
	line-height: 32px;
	color: #4da514;
	text-shadow: 1px 2px 2px #eee;
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
	max-height: 100%
}
/*--　　ボックスタイトル　　--*/
p{
	font-size: 14px;
	line-height: 32px;
	color: #151515;
	margin: 0 0 10px 40px;
	padding: 0 0 0 0;
}
/*-----------------------------

	リンク関係
	
-----------------------------*/
a {
	color: #555;
}
a[href$=".pdf"]{
	padding: 30px;
	line-height: 30px;
	background: url(../images/pdf-mark.png) no-repeat center left;
}
section a {
	color: #4685E1;
}
section a:link,
section a:visited{
	text-decoration:none;
}
section a:hover,
section a:active{
	color: #2FBCBE;
}
section .link {
	font-size: 14px;
	line-height: 30px;
	background-image: url(../images/link-mark.png);
	background-repeat: repeat-y;
	text-align: left;
	padding: 0px 10px 0px 20px;
	background-position: left;
}

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

	フッター
	
-----------------------------*/
footer {
  margin: 0 auto 0 auto;
  padding: 10px　0px; /* 要素内側の余白を指定する */
  height:40px; /* 高さを指定する */
  width: 100%; /* 幅を指定する */
  background: #1E1E1E; /* 背景色を指定する */
  position: absolute;/*←絶対位置*/
  bottom: 0;
}
.footer{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  width: 1000px;
  margin: 0 auto 0 auto;
	text-align: center;
  clear:both;
}
.footer p{
	color:white; /* フォントの色を指定する */
  font-size: 10px;
}
.img01 {
	padding: 30px;
}
/*-----------------------------

	コピーライト
	
-----------------------------*/

.copyright {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	text-align: center;
	color: #fff;
	max-height: 100%
}

