@charset "utf-8";

h1,h2,h3,h4,h5,h6,p,table,th,td,div,ul,ol,li {
	margin: 0px;
	padding: 0px;
}
body {
	font-family:'ＭＳ 明朝' monospace;
	font-size: 15px;
	width: 100%;
	margin: 0;
	background-color: #B9E537;

}
/* ---------------------------
ヘッダー
------------------------------*/
#header {
	text-align: left;
	width: 100;
	height: 60px;
	color: #D2F093;
	font-size: 20px;
	background-color: #154A0E;
}

/* ------------------------------
 コンテナ
------------------------------ */

#container {
	background-color: #D2F093;
	width: 80%;
	margin: auto;
}

/* ---------------------------
コンテンツ
------------------------------*/

#content {
	width: 90%;
	background-color: #D2F093;
	margin: auto; 
	font-size: 13px;
	font-weight: 700;
	text-align: center;
	
}


/* ---------------------------
テキスト
------------------------------*/

#textbox1 {
	width: 80%;
	background-color: #D2F093;
	margin: auto;
	color: #B14B60; 
	font-size: 13px;
	text-align: left;
	
}

#textbox1 h1{
	margin-bottom: 10px;
	font-size: 13px;
}

#textbox1 h2{
	margin-bottom: 10px;
	font-size: 15px;
}
#textbox1 h3{
	margin-bottom: 10px;
	font-size: 18px;
}

#textbox1 h4{
	margin-bottom: 10px;
	font-size: 20px;
	background-color: #B14B60;
	color: #D2F093;
}

#textbox1 h5{
	margin-bottom: 10px;
	font-size: 25px;
	background-color: #B14B60;
	color: #D2F093;
}

#textbox1 h6{
	margin-bottom: 10px;
	font-size: 30px;
	background-color: #B14B60;
	color: #D2F093;
}

/* ------------------------------
 テーブル
------------------------------ */
table {
	margin:0 auto;
	background-color: #B9E537;
}
table th{
	color:fef9d9 ;
	background-color: #D2F093;
	width: 120px;
	height: 30px;
	text-align: center;
}
table td{
	color: fef9d9;
	background-color: #D2F093;
	height: 300px;
	width: 320px;
}
/* ------------------------------
 フッダー
------------------------------ */
#footer {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #B9E537;
	border-right-color: #B9E537;
	border-bottom-color: #B9E537;
	border-left-color: #B9E537;
}
#footer h6 {
	font-size: 90%;
	color: #B9E537;
	font-weight: normal;
	margin-top: 10px;
	text-align: center;
	font-family: "Comic Sans MS", cursive;
	margin-bottom: 10px;
	
}