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

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 12px;
	background-color: #000;
}

a {
	color: #666;
}

a:hover {
	color: #a8a8a8;
}

.editable {
	line-height: 1.67;
}

.editable strong {
	font-weight: bold;
}

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

.editable h3,
.editable h4 {
	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,
.editable h4:first-child {
	margin-top: 0px;
}

.editable h3 {
	font-size: 117%;
	font-weight: bold;
	padding: 0 0 5px 20px;
	background:url(../img/arrow.gif) no-repeat left 0.5em;
	border-bottom: 1px dotted #666;
}

.editable h4 {
	font-size: 100%;
	font-weight: bold;
}

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

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

.editable ul.contact {
	padding-left: 0;
	list-style: none;
}

.editable ul.contact li.tel {
	background: url(../img/bg_tel.gif) no-repeat left center;
	padding-left:40px;
}

.editable ul.contact li.fax {
	background: url(../img/bg_fax.gif) no-repeat left center;
	padding-left: 40px;
}

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

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