@charset "utf-8";
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
}
h1 {
	font-size: 16px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333;
	border-bottom-color: #333;
	width: 450px;
	margin-bottom: 20px;
	color: #333;
}
h2 {
	font-size: 14px;
	color: #630;
	margin-top: 5px;
	margin-bottom: 0px;
}

td {
	font-size: 12px;
	padding-left: 10px;
	line-height: 1.4em;
}


.style1 {
	color: #C00;
}

.stlye2 {
	color: #393;
}

h3 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #C93;
	width: 300px;
	margin-bottom: 0px;
}
h4 {
	font-size: 12px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dashed;
	border-left-style: solid;
	border-bottom-color: #333;
	border-left-color: #690;
	width: 300px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

