@charset "utf-8";
/* -------------------------------
　▼見出し
------------------------------- */
h1 {
	background-color: #76A653;
	border-top: none;
	border-bottom: none;
	border-left: 1em solid #ADD920;
	border-right: 1em solid #ADD920;
	border-color: #59833A;
	line-height: 1.8;
	letter-spacing: 0.5em;
	font-size: 16px;
}

h2 {
	margin-top:1.5em;
	border-left: 1em solid #59833A;
	line-height: 1.6;
	letter-spacing: 0.5em;
	font-size: 15px;
	font-weight: bold;
}
/* -------------------------------
　▲見出し
------------------------------- */

/* wrapper
----------------------------------------------- */
#wrapper p.inH1 {
	text-align: justify;
	line-height: 1.4;
	text-indent: 1em;
	font-size: small;
}
#wrapper p.inH2 {
	/*border: 1px solid purple;*/
	margin: 0 0 4px 0;
	padding-left:1em;
	line-height: 1.4;
	font-size: small;
}

#wrapper p.totop {
	margin-top: 10px;
	margin-right: 10px;
	text-align: right;
	font-size: small;
}
#wrapper p.totop a {
	font-size: smaller;
}

/* class for top
----------------------------------------------- */
a.top {
	margin: 0;
	padding: 0;
}

/* -------------------------------
　▼テーブル
------------------------------- */
table {
	border: solid 1px #666;
	border-collapse: collapse;
	margin-left: 1.5em;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}
caption {
	margin: 5px 0 0 0;
	padding: 5px 0.8em;
	/*background-color: #CCE835;
	border-left: 0.8em solid #CCE835;
	border-top: 1px solid #CCE835;*/
	border-left: 0.8em solid #76A653;
	border-top: 1px solid #76A653;
	line-height: 1.0;
	text-align: left;
	color: #333;
	font-size: smaller;
	font-weight: bold;
}

td {
	border; none;
	border-bottom: solid 1px #666;
	border-right: solid 1px #666;
	text-align: left;
	vertical-align: text-top;
}
td.seq {
	width: 62px;
	font-size: smaller;
	text-align: center;
}
td.theme {
	padding-left: 3px;
	width: 556px;
	line-height: 1.4;
	font-size: smaller;
	text-align: left;
}

tbody {
	/*border-bottom: dotted 1px #666;*/
	background-color: #fff;
}

table a {
	text-decoration: none;
	padding-top: 2px;
	font-size: small;
	color: #0099CC;
	font-weight: normal;
	border: none;
}
table a:hover {
	color: #FF9933;
}
