@charset "UTF-8";
/* CSS Document */

/*================================================
  基本設定
================================================*/

*{
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,h2{
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-weight: bold;
}

body{
	background-color: #ebf9fc;
}

/*================================================
  ヘッダー
================================================*/
header{
	width: 100%;
	height: 1950px;
	background-image: url("55202.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -200px;
	position: relative;
	z-index: 10;
}

header h1{
	width: 100%;
	height: 0 auto;
	color: #011f72;
	text-shadow: 3px 3px 3px rgba(0,0,0,0.4);
	text-align: center;
	font-size: 60px;
	padding-top: 50px;
}

header nav ul{
	width: 80%;
	height: auto;
	margin: 30px 0px 0 80px;
}

header nav h2{
	color: #505050;
	font-size: 35px;
	margin-bottom: 15px;
}

header nav ul li{
	margin-bottom: 5px;
}

header nav ul li a{
	font-size: 20px;
	color: #825151;
	text-decoration: none;
}

header nav ul li a:hover{
	width: auto;
	background-color: #26f0fa;
	font-size: 30px;
	color: #c12222;
	text-decoration: underline;
}


/*================================================
  article
================================================*/

article{
	margin-left: 25%;
}

article h2{
	margin: 100px 0 15px 80px;
	border-left: 8px solid #ff2597;
	padding-left: 15px;
	color: #505050;
	font-size: 35px;
}

article h2#html_001{
	margin-top: 0;
}

article p{
	margin: 30px 100px 100px 200px;
	font-size: 18px;
}

article dl dt{
	
	height: 30px;
	padding: 10px 0;
	margin: 20px 0 0 100px;
	font-size: 24px;
	font-weight: bold;
	text-decoration: underline;
}

article dl dd{
	width: 80%;
	height: 50px;
	padding: 10px 0 10px 100px;
	margin-left: 100px;
	font-size: 18px;
	border-bottom: 1px dashed black;
}

/*================================================
  ナビゲーション
================================================*/

div#navigasion nav ul{
	width: 25%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border-right: 5px solid #26f0fa;
	z-index: 1;
}

div#navigasion nav ul li{
	padding: 10px 0 10px 5px;
}

li.top{
	margin-left: 65px;
	position: relative;
	top: 30px;
}

div#navigasion nav ul li a{
	color: #825151;
	text-decoration: none;
}

div#navigasion nav ul li a:hover{
	color: #c12222;
	font-weight: bold;
}

/*================================================
  フッター
================================================*/

footer{
	width: 75%;
	height: 150px;
	margin-top: 150px;
	margin-left: auto;
	background-color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 24px;
	font-weight: bold;
}



/*==============   CSS　 ==================*/

#css_haikei{
	background-color: #fdf6fb;
}

/*================================================
  ヘッダー
================================================*/

header #css_header{
	width: 100%;
	height: 1950px;
	background-image: url("55209.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -170px;
	position: relative;
	z-index: 10;
}

header #css_header nav ul{
	width: 80%;
	height: auto;
	margin: 10px 0px 0 80px;
}

header #css_header nav h2{
	color: #505050;
	font-size: 35px;
	margin-bottom: 10px;
}
	
header #css_header h1{
	color: #740019;
}

header #css_header nav ul li a{
	font-size: 20px;
	color: #825151;
	text-decoration: none;
}

header #css_header nav ul li a:hover{
	width: auto;
	background-color: #ffd6ed;
	font-size: 30px;
	color: #011f72;
	text-decoration: underline;
}

/*================================================
  article
================================================*/

article h2#css_001{
	margin-top: 0;
}

article h2#css_001,h2#css_002,h2#css_003,h2#css_004,h2#css_005,h2#css_006,h2#css_007,h2#css_008,h2#css_009,h2#css_010,h2#css_011{
	margin: 100px 0 15px 80px;
	border-left: 8px solid #26b6ff;
	padding-left: 15px;
	color: #505050;
	font-size: 35px;
}


/*================================================
  ナビゲーション
================================================*/
#navigasion_css nav ul{
	width: 25%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #fff;
	border-right: 5px solid #ff2aba;
	z-index: 1;
}

#navigasion_css nav ul li{
	padding: 10px 0 10px 5px;
}

li.top_css{
	margin-left: 65px;
	position: relative;
	top: -20px;
}

#navigasion_css nav ul li a{
	color: #825151;
	text-decoration: none;
}

#navigasion_css nav ul li a:hover{
	color:  #011f72;
	font-weight: bold;
}
