/* ページデザイン用CSS */
body {
	color: #000000;
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	background-color: #ebd6b3;
	text-align: center;
}
h1{
	font-family: "Times New Roman", Times, serif;
	font-size: 20pt;
	font-style: italic;
	margin: 0px;
	color: #e36d4a;
	vertical-align:	middle;
		text-align: center;
}	
h2 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	color: #ff0000;
	font-size: 100%;
	text-align:left;
	margin:1em 0px;
	line-height:0;
}

h3 {
	padding-left:	0.4em;
	padding-top:	0.3em;
	font-size: 115%;
	font-weight: bold;
	background-color: #ffffff;
	color: #006c5d;

	border-left-color:   #f4aa29;
	border-left-style:	solid;
	border-left-width:	8pt;

	border-right-color:   #cccc66;
	border-right-style:	solid;
	border-right-width:	0pt;

	border-top-color:   #cccc66;
	border-top-style:	solid;
	border-top-width:	0pt;

	border-bottom-color:   #f4aa29;
	border-bottom-style:	solid;
	border-bottom-width:	2pt;
}

h4 {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	color: #ff0000;
	font-size: 100%;
	text-align:left;
	margin:1em 0px;
}

p {
	font-family: "ＭＳ Ｐゴシック", Osaka,sans-serif;
	font-size: 90%;
	line-height: 150%;
	margin-top: 0px;
}
.footer {
	font-family: "Times New Roman", Times, serif;
	font-size: 80%;
	font-style: normal;
	text-align:center;
	padding-top: 5px;
	margin-top: 15px;
	clear: both;
}
img {
	margin:5px;
	border: solid 0px;
}
a {
	color: #0000ff;
	font-weight: bold;
}
a:hover	{
	background-color: #f7c5c8;
}
.side a {
	color: #0000ff;
	font-weight: bold;
}
.side h2 {
	color: #e36d4a;
	font-family: "Times New Roman", Times, serif;
	font-size: 100%;
	font-weight: bold;
	text-align: left;
	margin:0px;
	line-height:1.5;
}
.side ul {
	font-size: 80%;
	margin-top: 0px;
}
.contents {
	background-color: #ffffff;
	border: solid 1px #CCCCCC;
	width: 800px;
	margin:auto;
	text-align: left;
	line-height:2;
}
table{
	background-color:#f0f1c6;
	border: 1px #f4aa29;
	text-align: left;
	color:	#000000;
}
th{
	background-color:#ffffff;
	border: 1px #f4aa29;
	color:	#006c5d;
}
table.non{
	background-color:#ffffff;
	border: 0px;
	text-align: left;
	color:	#000000;
}