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

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	color: #333;
	background: url(../img/bg.jpg) no-repeat top center;
}

a {
	color: #10852C;
}

a:hover {
	color: #4BCB69;
}

.editable {
	line-height: 1.87;
}

.editable p,
.editable ul,
.editable ol,
.editable dl,
.editable blockquote,
.editable pre {
	margin-top: 15px;
}

.editable h3 {
	margin-top: 25px;
}

.editable p:first-child,
.editable ul:first-child,
.editable ol:first-child,
.editable dl:first-child,
.editable blockquote:first-child,
.editable pre:first-child,
.editable h3:first-child {
	margin-top: 0px;
}

.editable h3 {
	font-size: 100%;
	font-weight: bold;
	background: url(../img/bg_h3_left.gif) no-repeat left center;
	padding-left: 20px;
}

.editable ul {
	padding-left: 2em;
	list-style: disc;
}

.editable ol {
	padding-left: 2em;
	list-style: decimal;
}

.editable dt {
	margin-top: 5px;
	font-weight: bold;
}

.editable dt:first-child {
	margin-top: 0px;
}
