/* 全体の設定 */
body {
	width: 760px;
	position: relative;
	left: 0px;
}

h1 {
	font-size: 28pt;
	color: #136131;
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 5px;
	padding: 0px;
	border-bottom: solid 2px #136131;
}

h1:first-letter {
	font-size: 32pt;
	color: #FFFFFF;
	background-color: #136131;
}

h2 {
	font-size: 22pt;
	color: #136131;
	background-color: #FFFFFF;
	margin: 0px;
	margin-top: 15px;
	padding: 0px;
	border-bottom: solid 1px #136131;
}


/* リンク */
a:link {
	color: #333333;
	text-decoration: none;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #333333;
	text-decoration: underline;
}

/* 強調 */
strong {
	color: red;
}

/* イメージボーダー */
img {
	border: 0px;
}

.return {
	width: 760px;
	height: 30px;
	border: 1px;
	background-color: #136131;
}

/* テーブルレイアウト */
table {
	font-size: 80%;
	color: #333333;
	width: 100%;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #CCCCCC;
	border-collapse: separate;
	border-spacing: 2px;
}

th {
	font-size: 16px;
	padding: 5px;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-color: #66AA66;
}

td {
	font-size: 14px;
	width: 20%;
	padding: 5px;
	border-right: 2px solid #CCCCCC;
	border-bottom: 2px solid #CCCCCC;
	background-color: #AAFFAA;
}
