@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	line-height: 140%;
	color: #666;
	width: 700px;
	margin-left: 150px;
}
.rext_s {
	font-size: 11px;
	line-height: 120%;
}

h1 {
	font-size: 20px;
	font-weight: bold;
	margin-top: 40px;
	margin-bottom: 20px;
	color: #C36;
}

h2 {
	font-size: 16px;
	border-bottom-width: 1px;
	border-left-width: 5px;
	border-bottom-style: dotted;
	border-left-style: solid;
	border-bottom-color: #C36;
	border-left-color: #C36;
	width: 90%;
	text-indent: 0.5em;
	padding-top: 6px;
	margin-top: 20px;
	padding-bottom: 1px;
}
h3 {
	font-size: 14px;
	background-color: #ffe5ee;
	text-indent: 0.5em;
	margin-top: 20px;
}
h4 {
	font-size: 14px;
	font-weight: bold;
}

a:link {
	color: #C36;
	text-decoration: none;
}
a:visited {
	color: #C36;
	text-decoration: none;
}
a:hover {
	color: #C36;
	text-decoration: underline;
}
a:active {
	color: #C36;
	text-decoration: none;
}
