@charset "utf-8";
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em; /*=16px)*/
}

body {
	font-size: 62.5%; /*16*0.625=10px*/
}

body,
table,
input, textarea, select, option {
	font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

img {
	vertical-align: top;
}

a:link {
	color: #006fd6;/*006fd6*/
	text-decoration: none;
}

a:visited {
	color: #54a1e4;
	text-decoration: none;
}

a:hover {
	color: #006fd6;
	text-decoration: underline;
}

a:active {
	color: #54a1e4;
	text-decoration: underline;
}

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	min-width: 1030px;
	color: #4D4D4D;/*#666*/
	font-size: 13px;
	text-align: center;
	line-height: 1.5;
	background-color: #00398a;
	background-image: url("../../img/common/bg.png") ;
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: center top;
}

#container{
	min-height: 100vh;
	position: relative;
	padding-bottom: 36px;
	box-sizing: border-box;
	text-align: left;
	margin: 0 auto;
}

#main {
	margin: 0 auto;
	width: 960px;
	padding: 0 35px;
}

	* html #main {
		zoom: 1;
	}

	*+html #main {
		zoom: 1;
	}

#main:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}

/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	height: 29px;
	width: 100%;
	padding: 14px 0;
	border-bottom: 2px solid #006fd6;
	background: url("../../img/common/headerbg.jpg") repeat-x;
}

#header h1 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin: 0 auto;
	padding: 0 20px;
	width: 960px;
	font-size: 20px;
	font-weight: 600;
	box-sizing: border-box;
}

#header h1 a {
	color: #00398a;
}

#header h1 a:hover {
	text-decoration: none;
}

/*------------------------------------------------------------
	コンテンツ
------------------------------------------------------------*/
#conts {
	width: 720px;
	float: right;
	font-size: 14px;
	margin-right: 10px;
}

/*------------------------------------------------------------
	サイドバー
------------------------------------------------------------*/
#sideBar {
	width: 202px;
	float: left;
	margin-bottom: 33px;
}

#sideBar .sNavi {
	margin-bottom: 18px;
}

#sideBar .sNavi li a {
	font-weight: 600;
	letter-spacing: 0.15em;
	margin-bottom: 4px;
	background: #006fd6;
	display: block;
	padding: 8px 5px 5px 25px;
	color: white;
	border-bottom: solid 2px #00398a;
}

#sideBar .sNavi li a.on {
	background-color: #2685dc !important;
}

#sideBar .sNavi li a:hover {
	background-color: #59a1e4;
	text-decoration: none;
}

#sideBar .banner {
	margin-bottom: 15px;
}

#sideBar .banner a:hover {
	text-decoration: underline;
}
#sideBar .banner-no-img {
    font-size: 0.95em;
    padding: 0.5em;
    border: 1px solid #9D9D9D;
    text-align: center;
}
#sideBar .banner-no-img:hover {
	text-decoration: none;
    background-color: aliceblue
}

#sideBar .txtArea {
	padding: 3px;
	margin-bottom: 15px;
	border:1px solid #95c51c;
}

#sideBar div.txtArea:first-of-type {
	border:none;
	padding: 0;
}

#sideBar .txtArea .inner {
	padding: 15px 18px 16px;
}

#sideBar .txtArea .ttl {
	margin-bottom: 9px;
	color: #00398a;
	font-size: 15px;
	font-weight: bold;
	line-height: 1.5;
}

#sideBar .txtArea p {
	font-size: 11px;
	line-height: 1.65;
}

#sideBar .txtArea .txt {
	margin-bottom: 10px;
}
#sideBar .txtArea01 {
	border:none;
	background: url("../../img/common/jimukyokubg.jpg");
	background-size: 202px 100%;
}

/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	position: absolute;
	bottom: 0;
	padding: 10px 0;
	width: 100%;
	background-color: #95c51c;
	overflow: hidden;
}

#footer p {
	color: #00398a;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
}


