* {
	margin: 0;
	padding: 0;
	outline: 0;
}


body {
	background: #FFFFFF;
	margin: 0; /* 複数の異なるブラウザの初期設定値に対応するため、body エレメントのマージンと余白を 0 にすることをお勧めします */
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000000;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 150%;
}

img a {
	vertical-align: baseline;	
	}


/* --- link --- */
a:link{
	color: #000099;
	text-decoration: none;
}
a:visited{
	color: #000099;
	text-decoration: none;
}
a:hover{
	color: #FF0000;
	text-decoration: none;
}



#container {
	background: #FFFFFF;
	margin: 0 auto; /* 自動マージン（幅と連動）により、ページが中央揃えになります */
	border: 1px solid #66C;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
}




header {
box-shadow: 0px 5px 4px #e0e0e0;
}

#header h1 {
	margin: 0px;
	padding: 0px;
	clear:both;
}
#header h1.sp {
	display:none;}
#header h1 img {
	padding-top: 10px;
}

#header .header_purpose {
	font-size:14px;
	color:#039;
	line-height:140%;
	margin:40px auto auto auto;
	text-align:left;
	font-family: serif;}
@media (max-width: 991px) {
#header .header_purpose {
	margin:10px auto;}
}
@media (max-width: 767px) {
#header {
	margin-top: 60px;
	
}
#header h1.sp {
	display:block;}
#header h1.pc {
	display:none;}
}


#mainContent {
	padding: 0px; /* 余白は div ボックスの内側のスペース、マージンは div ボックスの外側のスペースです */
	background: #FFFFFF;
}

#main {
	padding-top: 10px;
	font-size:14px;
	line-height:150%;
}


.headermenu {
	font-size: 16px;
	float: right;
	background-image: url(../image/menu_line.png);
	background-repeat: no-repeat;
	background-position: right 10px;
	margin-top: 0px;
	margin-bottom: 5px;
}

.dropdown-menu a{
	background-image: url(../image/menu_point.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
	padding-left: 20px;
}

.headermenu a:link{
	color: #000000;
	text-decoration: none;
}
.headermenu a:visited{
	color: #000000;
	text-decoration: none;
}
.headermenu a:hover{
	color: #FF0000;
	text-decoration: none;
}


@media (max-width: 1199px) {
.headermenu {
	font-size: 15px;
}
}

.headermenu ul{
}
.headermenu ul li{
	float: left;
	background-image: url(../image/menu_line.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 50px;
	padding-right: 18px;
	padding-left: 18px;
	line-height: 50px;
}

.course_sabmenu {
	margin-top: 40px;
	margin-left: 80px;
	font-size: 16px;
}

.sabmenu2 {
	margin-top: 0px;
	margin-left: 40px;
	padding-right: 20px;
}


.archive_sabmenu {
	margin-top: 40px;
	margin-left: 200px;
	font-size: 16px;
}
.guidance_sabmenu {
	margin-top: 40px;
	margin-left: 430px;
	font-size: 16px;
}
.life_sabmenu {
	margin-top: 40px;
	margin-left: 490px;
	font-size: 16px;
}

.request_sabmenu {
	margin-top: 40px;
	margin-left: 900px;
	font-size: 16px;
}


.headermenu ul li ol li{
	background-image: none;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	line-height: normal;
	clear: both;
}



.headermenu ul li ol li ul li{
	background-image: none;
	height: auto;
	padding-right: 0px;
	padding-left: 0px;
	line-height: normal;
	clear: both;
	list-style-type: disc;
}

em.uketsuke {
	font-weight: bold;
	font-style: normal;
	font-size: 110%;
}

#content{
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

	#content{
	line-height: 1.5em;
	padding-right: 50px;
	padding-left: 50px;
	text-align: left;
}
@media (max-width: 1199px) {
.request_sabmenu {
	margin-top: 90px;
	margin-left: 20px;
	font-size: 16px;
}

}
@media (max-width: 991px) {
	#content{
	line-height: 1.5em;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
}

.headermenu {
	margin-top: 0px;
}

.request_sabmenu {
	margin-top: 90px;
	margin-left: 200px;
	font-size: 16px;
}

}



#footer{
	margin: 0 auto;
	text-align: left;
	clear: both;
	background-color: #0062AD;
	color: #FFF;
	font-size: 18px;
	line-height: 140%;
}
#footer h1{
	font-size: 20px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}

#footer h2{
	font-size: 23px;
	}

#footer p{
	margin-top: 5px;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
}
#footer p#Copyr{
	color: #999999;
	font-size: 12px;
}

#footer a:link{
	color: #FFF;
	text-decoration: none;
}
#footer a:visited{
	color: #FFF;
	text-decoration: none;
}
#footer a:hover{
	color: #3CF;
	text-decoration: none;
}

#footer span {
	font-size: 0.8em;
}



.footer_logo {
	text-align: right;
	padding-top: 20px;
}
@media (max-width: 991px) {
.footer_logo {
	display: none;
}
}
@media (max-width: 480px) {
#footer{
	font-size: 14px;
}
#footer h1{
	font-size: 16px;
}
}

.pagetop {
	text-align: right;
	margin:20px;
}




.archive_button:hover > ol.archive_sabmenu{
  display: block;
}

.guidance_button:hover > ol.guidance_sabmenu{
  display: block;
}
.life_button:hover > ol.life_sabmenu{
  display: block;
}
.request_button:hover > ol.request_sabmenu{
  display: block;
}

@media print, screen and (min-width: 768px) { }
@media print {
  a[href]:after {
    content: ""!important;
  }
  abbr[title]:after {
    content: ""!important;
  }
	
	
}

.header_request {
	color: #069;
	text-align: left;
	border: 1px solid #069;
	border-radius: 10px;
	padding: 5px;
	margin-top: 5px;
	margin-right: 5px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.header_request span.header_tel {
	font-size: 1.5em;
	font-weight: bold;
}


.header_request span.header_formlink {
	background-color: #069;
	border-radius: 5px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;

}
.header_request span.header_formlink a {
		color: #FFF;

}


.notice {
	margin:150px auto 250px auto;
	width:50%;
	border:#09C 3px solid;
	padding:20px;
	font-size:24px;
	}
@media (max-width: 767px) {
.notice {
	width:90%;
	}
}