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

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

a {
	color: #333;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

.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;
	padding-left: 7px;
	border-left: 5px #bd3e09 solid;
}

.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;
}
