@charset "utf-8";

/*========================================
　リセットcss
========================================*/
*{
	margin: 0;
	padding: 0;
	list-style: none;
}

/* ========================================
	全体設計
========================================= */
body {
	color:#036ca2;
	line-height: 1;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}


/* ========================================
	wrapper
========================================= */
div#wrapper{
	width: 750px;
	margin: 0 auto;
}

/*========================================
　header
========================================*/

header h1{
	margin: 20px auto 30px auto ;
	text-align: center;
	font-size: 32px;
}

nav ul li {
  margin: 10px 0;
  padding: 5px;

}

nav ul li a {
  margin: 0;
  padding: 10px;

}

/*========================================
　コンテンツ
========================================*/

article h2{
  	margin: 50px auto 30px auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 1;
	text-decoration: underline 3px solid #a2ad78;
	
}

article p{
	margin-bottom: 20px;
	padding: 2px 6px;
	text-align: center;
	font-size: 18px;
}

dl {
	width: 750px;	
}

dt,dd {
 	display: block;
	margin-bottom: 10px;
	padding: 4px 8px;
}

dd{
	width: 750px;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
}

/*========================================
　footer
========================================*/
footer nav{
	width: 750px;
	margin-top: 20px auto 0;
	text-align: right;
}

footer nav ul li#back{
	margin-top: 50px;
	margin-bottom: 30px;
	display: block;
}

footer nav ul#footernav{
	display: flex;
	margin-bottom: 30px;
}

footer nav ul#footernav li a{
	font-size: 12px;
}

footer p{
	text-align: center
}

/*========================================
　test5_1
========================================*/

body.test5_1 {
  background-color: #f0f8ff; /* 淡い青系 */
}

ul#csspage{
	height: 30px;
	background-color: #fffaf0;
	margin-bottom: 30px;
	text-align: right;	
}


/*========================================
　test5_2
========================================*/

body.test5_2 {
  background-color: #fffaf0; /* 淡いベージュ系 */
}

ul#htmlpage{
	height: 30px;
	background-color: #f0f8ff;
	margin-bottom: 30px;
	text-align: right;	
}





