@charset "UTF-8";


/*---------- ページ全体の指定 ----------*/

html, body, header, section, article, nav, footer,
div, span, p, h1, h2, h3, h4,
ul, ol, li, dl, dt, dd,
table, tr, th, td, tbody, thead, tfoot {
  margin: 0;
  padding: 0;
}

img {border: 0;}

body {
	width: 100%;
	background-color: #FFFFFF;
	font: 14px/1.231 'ヒラギノ角ゴ pro W3', "Hiragino KaKu Gothic Pro", Osaka, sans-serif;
	line-height: 1.7;
	padding-left: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

a:link {
	color: #000033;
	text-decoration: none;
}
h3 {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	color: #000033;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 2px solid #000099;
	border-radius: 15px;
}

a:hover {
	color: #000099;
	text-decoration: underline;
}

a:visited {
	color: #000099;
	text-decoration: none;
}


/*---------- ヘッダー ----------*/

header {
	width: 100%;
	margin-right: 0px;
	margin-left: 0px;
}
header p {
	width: 0%;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #000033;
}
header span  {
	color: #000033;
	display: block;
	text-align: center;
	background-color: #0c5c01;
	margin-top: -7px;
}

header h1 {
	padding: 5px 0 5px 0;
	text-align: center;
	color: #000033;
	font-size: 18px;
	width: auto;
	background-color: #000099;
	margin-bottom: 0px;
	margin-top: 0px;
}
header img {
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

header h1 a {
	color: #ffffff !important;
	text-decoration: none;
	font-size: 18px;
}

header h1 a:hover {
	color: #999999 !important;
	text-decoration: none;
	font-size: 18px;
}

header img.main_photo {
  width: 100%;
  height: auto;
}

#page_top {
	margin: 0;
	padding: 0;
	text-decoration: none;
}


/*---------- コンテンツ ----------*/

#content {
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

section {
	margin-top: 0;
	margin-right: 0;
	margin-left: 0px;
	margin-bottom: 8px;
	width: 100%;
	height: auto;
	clear: both;
}

section h2 {
	margin-top: 0;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 8px;
	padding: 5px 0 3px 14px;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid #003300;
	background-repeat: repeat-x;
	background-position: center;
	background-color: #000099;
}
section h4 {
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 5px;
	width: 80%;
	text-align: center;
	color: #000066;
	font-size: 1.2em;
}

section p {
	margin-top: 0;
	margin-right: 5%;
	margin-left: 5%;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 3px;
	line-height: 1.8;
	color: #000033;
	width: 90%;
}

section .gray_bg {
  margin: 8px 0 8px 0;
  padding: 2px 8px 2px 8px;
  line-height: 1.7;
  letter-spacing: 1px;
  border-top: solid 1px #dddddd;
  border-right: solid 1px #dddddd;
  border-bottom: solid 1px #dddddd;
  border-left: solid 1px #dddddd;
  background-color: #eeeeee;
}
section img.banner  {
	width: 90%;
	height: auto;
	margin-top: 10px;
	margin-bottom: 3px;
	margin-left: 5%;
	margin-right: 5%;
}

section .gray_bg p {
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.7;
	letter-spacing: 1px;
}

section img.picture {
	margin-top: 10px;
	margin-right: 10px;
	margin-left: 0;
	margin-bottom: 10px;
	float: left;
}
section img.picture90 {
	width: 90%;
	margin-left: 5%;
	margin-right: 5%;
	-webkit-box-shadow: 3px 3px 6px #A7A7A7;
	box-shadow: 3px 3px 6px #A7A7A7;
}

section img.picture_r {
  margin: 0 0 10px 10px;
  float: right;
}

section span.red {
  color: #e60033;
}

section span.red_b {
  color: #e60033;
  font-weight: bold;
}

section span.blue {
  color: #007bbb;
}

section span.pink {
  color: #c53d43;
}

section span.brown {
  color: #993300;
}

section span.brown_b {
  color: #993300;
  font-weight: bold;
}

section span.green {
  color: #00ae4f;
}

section table.table_line {
	width: 96%;
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}

section td.table_line {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #FFFFFF;
	vertical-align: top;
}
section th.table_line {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #000000;
	text-align: left;
	background-color: #f3f3f3;
	width: 20%;
	vertical-align: top;
}
section #faci table {
	width: 96%;
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	margin-top: 8px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 8px;
}
section #faci tr:nth-child(even) {
	background-color: #333333;
}
section #faci tr:nth-child(odd)  {
}
section #faci th {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #000000;
	text-align: center;
	background-color: #f3f3f3;
	width: 20%;
	vertical-align: top;
}
section #faci td {
	border-collapse: collapse;
	border: solid 1px #bbbbbb;
	padding-top: 3px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	color: #000033;
	vertical-align: top;
	font-size: 0.8em;
}
section #faci img {
	width: 100%;
	height: auto;
}
section td ul {
	width: 96%;
	margin-left: 2%;
	margin-right: 2%;
	padding-left: 5px;
}
section td li {
	margin-left: 2%;
	margin-right: 2%px;
	list-style-position: outside;
	list-style-type: disc;
	text-indent: -5px;
}
#fb-page {
	margin-left: auto;
	margin-right: auto;
}
#pptxt {
	width: 80%;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 15px;
	border: 1px solid #BBBBBB;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	border-radius: 10px;
	color: #000033;
}
#pptxt p {
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 100%;
}
#pptxt h5 {
	font-size: 1.2em;
	font-weight: bold;
	margin-left: 0px;
	margin-right: 0px;
}


/*---------- ナビ ----------*/

nav {
	text-decoration: none;
	margin: 0 0 10px 0;
	background: url(img/nav_bg.gif) repeat-x;
	clear: both;
}

nav h2 {
	padding: 5px 0 3px 14px;
	font-size: 14px;
	color: #ffffff;
	border-bottom: 1px solid #003300;
	background-repeat: repeat-x;
	background-position: center;
	background-color: #000099;
}

nav ul {
  width: 100%;
  border-top: solid 1px;
  border-top-color: #cccccc;
}

nav li {
	width: 50%;
	list-style: none;
	text-align: center;
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
}

nav li a {
	padding-top: 6px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 6px;
	display: block;
	color: #000033 !important;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 2px;
	border-bottom-color: #cccccc;
	background: url(img/nav_bg.gif) repeat-x;
	border-right: 2px solid #cccccc;
	border-top: 2px solid #eaeeee;
	border-left: 2px solid #eaeeee;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

nav li a:hover {
	color: #000066 !important;
	display: block;
	font-weight: bold;
	text-decoration: none;
	border-bottom: solid 2px;
	border-bottom-color: #cccccc;
	background: url(img/nav_bg_hover.gif) repeat-x;
}


/*---------- トップに戻る ----------*/

#page_back {
  margin: 0 0 8px 0;
  padding: 0 6px 0 0;
  text-align: right;
}


/*---------- フッター ----------*/

footer {
	width: 100%;
	padding: 10px 0 10px 0;
	color: #333333;
	text-align: center;
	border-top: solid 1px;
	border-top-color: #cccccc;
	background-color: #ffffff;
}

footer p {
	padding: 10px;
	color: #000033;
	margin-top: 10px;
}

footer a {
	color: #000033 !important;
	text-decoration: none;
}

footer a:hover {
	color: #000066 !important;
	text-decoration: none;
}

footer a:visited {
	color: #000066;
	text-decoration: none;
}

footer p.copy {
	padding: 10px;
	font-size: 12px;
	color: #000033;
	margin-top: -10px;
}

footer p.copy a {
	color: #cccccc !important;
}

footer p.copy a:hover {
	color: #000066 !important;
	text-decoration: none;
}

footer p.copy a:visited {
	color: #000066;
	text-decoration: none;
}
#drons {
	width: 90%;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#drons img {
	width: 48%;
}
#drons img.picleft {
	float: left;
	margin-left: 0px;
	margin-right: auto;
	clear: left;
}
#drons img.picright {
	float: right;
	margin-right: 0px;
	margin-left: auto;
	clear: right;
}
