@charset "UTF-8";

body {
	margin: 0px;
	color: #777777;
	font-size: 12px;
	font-family: Arial;
	font-family: Arial, Verdana, Univers;
	background-color: #cfcfcf;
}

h1 {
	color: #25476C;
	font-size: 20px;
	font-weight: normal;
	margin: 3px 0px 25px 0px;
border-bottom: solid 3px #cce4ff;
position: relative;
}

.examplea {
border-bottom: solid 3px #fff0f5;
}
.exampleb {
border-bottom: solid 3px #cce4ff;
}
.examplec {
border-bottom: solid 3px #fffacd;
}
.exampled {
border-bottom: solid 3px #f0fff0;
}

h1:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

.examplea:after {
border-bottom: solid 3px #ffb6c1;
}
.exampleb:after {
border-bottom: solid 3px #5472cd;
}
.examplec:after {
border-bottom: solid 3px #ffd700;
}
.exampled:after {
border-bottom: solid 3px #90ee90;
}



h2 {
	color: #214265;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 15px 0px;
border-bottom: dotted 2px #ffe4e1;
position: relative;
}

h3 {
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}

h4 {
  position: relative;/*相対位置*/
  padding-left: 1.5em;/*アイコン分のスペース*/
  line-height: 1.4;/*行高*/
	color: #244669;
	margin-top: 12px;
	margin-bottom: 0px;
}

h4:before {
  font-family: "Font Awesome 5 Free";/*忘れずに*/
  content: "\f111";/*アイコンのユニコード*/
  font-weight: 900;
  position: absolute;/*絶対位置*/
  font-size: 1.4em;/*サイズ*/
  left: 0;/*アイコンの位置*/
  top: -0.2em;/*アイコンの位置*/
}
.example1:before {
  color: #ffa7a1;
}
.example2:before {
  color: #ffdfa1;
}
.example3:before {
  color: #a1ceff;
}
.example4:before {
  color: #b1eab8;
}

p {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 12px;
	margin-left: 0px;
}
a          {
	color: #36C;
}
a:visited  { color: black; }
a:hover    { color: #5872f4; }

.container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
}


/* BANNER AREA */
.bannerArea {
	width: 100%;
	height: 110px;
	background-color: #FFFFFF;
	font-size: large;
border-bottom-style: none;
border-bottom-width: 0.5px;
border-bottom-color: #ffdab9
}

.bannerArea .container {
	width: 980px;
	height:110px;
/*	background-image: url(images/banner_bkgd.jpg);*/
/*	background-repeat: no-repeat; */
}

.bannernav {
	padding-top: 20px;
	float: right;
	color: #112c4c;
	font-size: 10px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}

.bannernav a { color: #25476C; text-decoration: none; }
.bannernav a:visited { color: #25476C; }
.bannernav a:hover { color: #112c4c; text-decoration: none; }

.toplogo {
	padding-left: 30px;
	padding-top: 5px;
}


/* TOP NAVIGATION AREA */
.topnavigationArea {
	width: 100%;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
}
.topnavigationArea .container {
	padding-left: 20px;
	padding-top: 15px;
	background-image: url(images/topnav_bkgd.jpg);
	background-repeat:repeat-x;
	background-color: #FFFFFF;
	width: 950px;
}

.topnavigationgroup {
	margin: 0px;
	float: left;
	padding-left: 1px;
}
.topnavigationgroup ul {
	margin: 0px;
}

.topnavigationitem {
max-width: 167px;
	margin-left: 0px;
	padding-left: 10px;
	padding-top: 9px;
	padding-right: 10px;
	padding-bottom: 9px;
	border-left-style: none;
	border-left-width: 1px;
	border-right-style: none;
	border-right-width: 1px;
	color: #25476C;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	float: left;
}

/* CONTENT AREA */
.contentArea {
	width: 100%;
	background-color: #FFFFFF;
	background-image: none;
	background-repeat: no-repeat;
}
.bannerArea .container .toplogo img {
	margin: 0px;
}



.contentArea .container {
	padding-top: 30px;
	padding-bottom: 30px;
	background-image: none;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}

.contentleft {
	width: 650px;
	padding-left: 40px;
	padding-right: 40px;
	float: left;
	border-right-style: solid;
	border-right-width: 0.5px;
border-right-color: #ffdab9
}

.contentright {
	padding-top: 20px;
	float: left;
	padding-left: 30px;

	width: 210px;
}

.imageright {	
	margin-left: 5px;
	float: right;
}


/* FOOTER AREA */
.footerArea {
	width: 100%;
	background-color: #f5fffa;
	background-image: none;
	background-repeat: no-repeat;
}

.footerArea .container {
	height: 77px;
	background-image: none;
	background-repeat: no-repeat;
}

.copyright {
	padding-left: 40px;
	padding-top: 12px;
	float: right;
	color: #666666;
	font-size: 12px;
	font-family: Arial, Helvetica, Verdana, sans-serif;
}
.contentfull {

	width: 850px;
	padding-left: 40px;
	padding-right: 40px;
	float: center;
	border-right-style: none;
	border-right-width: 1px;
}
