@charset "UTF-8";
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);


body {
	background-image: url(../format/bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
}
header {
	background-color: #00478A;
	width: 100%;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #00478A;
	padding-top: 10px;
	height: 54px;
}
header .container {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	overflow: hidden;
}
header .container h1 {
	margin-left: 8px;
	float: left;
	width: 230px;
}
header .navi {
	float: right;
	overflow: hidden;
	margin-top: 15px;
	width: 300px;
	margin-left: auto;
}
header .navi ul li {
	font-size: 80%;
	/*background-image: url(../format/headerMarker.gif);*/
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 12px;
	margin-left: 12px;
	display: inline;
	text-align: right;
	list-style-image: url(../format/headerMarker.gif);
	float: right;
}

header .navi a{
	text-decoration: none;
	color: #ffffff;
}

nav {
	background-color: #FFF;
	width: 100%;
	overflow: hidden;
}
nav ul {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
}
nav ul li {
	display: inline;
	float: left;
	text-indent: -9999px;
	height: 55px;
	width: 110px;
}
nav ul li.soshiki ,nav ul li.soshiki a{
	background-image: url(../format/navi_soshiki.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.kokutai ,nav ul li.kokutai a{
	background-image: url(../format/navi_kokutai.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.kentai ,nav ul li.kentai a{
	background-image: url(../format/navi_kentai.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.topic ,nav ul li.topic a{
	background-image: url(../format/navi_topic.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.ikagaku ,nav ul li.ikagaku a{
	background-image: url(../format/navi_ikagaku.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.shidosha ,nav ul li.shidosha a{
	background-image: url(../format/navi_shidosha.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.shonendan ,nav ul li.shonendan a{
	background-image: url(../format/navi_shonendan.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.hoken ,nav ul li.bokin a{
	background-image: url(../format/navi_bokin.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.sogo ,nav ul li.sogo a{
	background-image: url(../format/navi_sogo.jpg);
	background-repeat: no-repeat;
	height: 55px;
	width: 110px;
	display: block;
}
nav ul li.soshiki a:hover {
	background-image: url(../format/navi_soshiki_s2.jpg);
}
nav ul li.kokutai a:hover {
	background-image: url(../format/navi_kokutai_s2.jpg);
}
nav ul li.kentai a:hover {
	background-image: url(../format/navi_kentai_s2.jpg);
}
nav ul li.topic a:hover {
	background-image: url(../format/navi_topic_s2.jpg);
}
nav ul li.ikagaku a:hover {
	background-image: url(../format/navi_ikagaku_s2.jpg);
}
nav ul li.shidosha a:hover {
	background-image: url(../format/navi_shidosha_s2.jpg);
}
nav ul li.shonendan a:hover {
	background-image: url(../format/navi_shonendan_s2.jpg);
}
nav ul li.bokin a:hover {
	background-image: url(../format/navi_bokin_s2.jpg);
}
nav ul li.sogo a:hover {
	background-image: url(../format/navi_sogo_s2.jpg);
}
#wrapper {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #FFF;
	margin-bottom: 0px;
	overflow: hidden;
	padding-bottom: 10px;
}
#totop {
	width: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
}
footer {
	background-color: #00478A;
	width: 100%;
	margin-bottom: 0px;
	padding-top: 5px;
	padding-bottom: 10px;
	overflow: hidden;
}
footer .navi {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 10px;
	margin-top: 10px;
}
footer .navi ul {
	overflow: hidden;
	text-align: center;
	margin-bottom: 10px;
}
footer  a {
	color: #FFF;
}
footer a:hover {
	color: #FF3;
}
footer .info {
	width: 990px;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
}
footer .info .infoL {
	float: left;
	width: 260px;
	margin-right: 10px;
}
footer .info .infoR {
	float: left;
}
footer .info .infoR p {
	font-size: 80%;
	line-height: 1.4em;
}
footer .navi ul li {
	display: inline;
	margin-right: 6px;
	margin-left: 6px;
	font-size: 80%;
	color: #FFF;
}
.text75     {
	font-size: 75%;
}
.column1-1 {
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}
.column1-1 h2 {
	font-size: 140%;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 4px;
	margin-bottom: 20px;
	font-weight: bold;
	padding-top: 20px;
}
.column1-1 p {
	font-size: 100%;
	line-height: 2em;
}.clr {
	clear: both;
}
.box90 {
	width: 90%;
	margin-left: auto;
	padding: 10px;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
	border: 1px solid #cccccc;
	margin-bottom: 10px;
	background-color: #F2F1E0;
}
.mt10 {
	margin-top: 10px;
}
.linkButton,.linkButton a{
	border-radius: 10px;
	display: block;
	box-sizing:border-box;
	text-align: center;
}
.linkButton {
	border: 1px solid #005BAC;
	margin: 10px 10%;
	font-size: 120%;
	color: #005BAC;
}
.linkButton a {
	color: #005BAC;
	padding: 5px;
	text-decoration: none;
 	transition: all 1s ease;
}
.linkButton a:hover {
	color: #fff;
	background-color: #005BAC;
}
.imgFull {
	width: 100%;
	height: auto;
}
