@charset "UTF-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}

html {
	height:100%;
}

img {
	line-height:0;
	vertical-align:bottom;
}

a img {
    border-style:none;
}

a:link,
a:visited,
a:active {
	color:#000;
	text-decoration:underline;
}

a:hover {
	color:#000;
	text-decoration:none;
}

body {
	height:100%;
	background-image:url(../images/bg_re.jpg);
	background-repeat:repeat-x;
	background-color:#000028;
	margin:0 auto 100px auto;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Noto Sans Japanese", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
	font-size:14px;
}

#wrap {
	min-height:100%;
	position:relative;
}

p {
	text-align:justify;
	text-justify:inter-ideograph;
}

header {
	width:1050px;
	height:66px;
	margin:17px auto 17px auto;
	clear:both;
}

#head_rogo {
	width:302px;
	float:left;
	padding-left:25px;
	padding-right:24px;
	border-right:1px solid #06207e;
}

#head_txt {
	font-family:Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
	font-size:12px;
	color:#06207e;
	float:left;
	margin-left:20px;
	line-height:1.5em;
}

h2 {
	line-height:0;
	margin-bottom:30px;
}

h4 {
	font-size:18px;
	color:#06207e;
	border-bottom:3px solid #dadeec;
	padding-bottom:3px;
	margin-bottom:15px;
}

#container {
	min-width:1050px;
	height:100%;
	background-position:top center;
	background-image:url(../images/bg_img.png);
	background-repeat:no-repeat;
	margin:0px auto 0px auto;
	padding-bottom:110px;/*下のマージンはfooterの高さを含む*/
}

#main {
	width:1050px;
	margin:0 auto 0 auto;
}

#content {
	width:1000px;
	background-image:url(../images/bg_content_re.png);
	margin:0px auto 60px auto;
	padding:25px;
	overflow:hidden;
}

#left {
	float:left;
	width:210px;
	margin-right:20px;
}

#left nav ul {
	width:200px;
	border:5px solid #06207e;
}

nav ul li {
	list-style-type:none;
}

nav li.nav1 a:link,
nav li.nav1 a:active,
nav li.nav1 a:visited{
	width:184px;
	height:41px;
	display:block;
	color:#06207e;
	font-size:16px;
	font-weight:bold;
	letter-spacing:-0.5px;
	background-image:url(../images/nav_bg.png);
	background-repeat:no-repeat;
	padding-left:16px;
	line-height:2.7em;
	text-decoration:none;
	border-bottom:1px solid #a8b1d2;
}

nav li.nav1 a:hover{
	width:184px;
	height:41px;
	display:block;
	background: url(../images/nav_bg_o.png);
	background-repeat:no-repeat;
	padding-left:16px;
	line-height:2.7em;
	text-decoration:none;
	border-bottom:1px solid #a8b1d2;
}

nav li.nav2 a:link,
nav li.nav2 a:active,
nav li.nav2 a:visited{
	width:184px;
	height:38px;
	display:block;
	color:#06207e;
	font-size:13px;
	font-weight:bold;
	background-image:url(../images/nav_bg2.png);
	background-repeat:no-repeat;
	padding-left:16px;
	text-decoration:none;
	border-bottom:1px solid #a8b1d2;
	padding-top:3px;
	line-height:1.2em;
}

nav li.nav2 a:hover{
	width:184px;
	height:38px;
	display:block;
	color:#06207e;
	background-image:url(../images/nav_bg2_o.png);
	background-repeat:no-repeat;
	padding-left:16px;
	text-decoration:none;
	border-bottom:1px solid #a8b1d2;
	padding-top:3px;
	line-height:1.2em;
}

nav ul li:last-child {
	margin-bottom:0;
	border-bottom:0;
}

#right {
	float:right;
	width:680px;
	height:auto;
	background-color:#fff;
	padding:45px;
}

#right #info {
	width:680px;
	height:250px;
	overflow-y:scroll;
	font-size:15px;
}

#right #info dt {
	width:80px;
	float:left;
	background-image:url(../images/icon.png);
	background-repeat:no-repeat;
	background-position:1px;
	padding-bottom:5px;
	padding-top:5px;
	padding-left:15px;
	color:#06207e;
	/* 左寄せ */
	float : left;
	/* float解除 */
	clear : both;
}

#right #info dd {
	width:550px;
	padding-left:95px;
	padding-top:5px;
	padding-bottom:5px;
	color:#231815;
	text-align:justify;
  text-justify:inter-ideograph;
}

footer {
	width: 100%;
	font-family: Palatino,Palatino Linotype,Palatino LT STD,Book Antiqua,Georgia,serif;
	font-size:12px;
	min-width:1050px;
	height:70px;
	background-color: #071a58;
	margin: 0 auto 0 auto;
	color: #fff;
	padding-top:40px;
	clear: both;
	overflow:hidden;
	position:absolute;
	bottom:0;
}

footer p {
	text-align:center;
	line-height:1.7em;
}
