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

body {
	font-size: 12px;
	line-height: 1.1;
	font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", Osaka;
	background: #dedede url(../common_images/bg.jpg) repeat-x top;
	color: #333;
}

* html body {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
}

img {
	vertical-align: top;
}

a {
	color: #00a0e9;
}

a:hover {
	text-decoration: none;
}

.important {
	color: #FF0000;
}

.banner li a {
	display: block;
	text-indent: -9999px;
	background: no-repeat left top;
}

.banner li a:hover {
	background-position: left bottom;
}

.banner li.contact a {
	background-image: url(../common_images/bnr_contact.gif);
	height: 90px;
}

.section {
	margin-top: 40px;
}

.section .section {
	margin-top: 30px;
}

.section_nomargin {
	margin-top: 0 !important;
}

.section_body {
	padding: 0 10px;
}

.section h3 {
	background: url(../common_images/bg_index_lv2.gif);
	height: 35px;
	line-height: 35px;
	padding-left: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 117%;
	margin-bottom: 20px;
}

.section_full h3 {
	background-image: url(../common_images/bg_index_lv2_full.gif);
}

.section_sp h3 {
	background: no-repeat left center;
	text-indent: -9999px;
	padding: 0;
	line-height: 1.1;
	font-size: 1;
	height: 20px;
	margin-bottom: 30px;
}

.section h4 {
	background: url(../common_images/bg_index_lv3.gif) no-repeat left 3px;
	padding: 0 0 8px 18px;
	border-bottom: 1px dashed #767676;
	margin-bottom: 20px;
	line-height: 1.1;
	font-weight: bold;
}

.editable {
	line-height: 2;
}

.editable p,
.editable ul,
.editable ol,
.editable dl,
.editable table {
	margin-bottom: 15px;
	padding: 0;
}

.editable .notice {
	background: #fff2dc url(../common_images/icn_notice.gif) no-repeat center 15px;
	border: 1px dashed #f5d092;
	text-align: center;
	color: #AA580F;
	padding: 70px 15px 15px;
}

.editable li {
	line-height: 1.83;
	margin-bottom: 5px;
}

.editable a.arrow {
	background: url(../common_images/circle_arrow_right.gif) no-repeat left center;
	padding-left: 15px;
}

.editable ul.dot {
	padding: 10px 0;
}

.editable ul.dot li {
	background: url(../common_images/circle.gif) no-repeat left 6px;
	padding-left: 18px;
	margin-bottom: 8px;
}

.editable ul.triangle {
	padding: 10px 0;
}

.editable ul.triangle li {
	background: url(../common_images/triangle.gif) no-repeat left 7px;
	padding-left: 13px;
	margin-bottom: 8px;
}

.editable dl.dot dt {
	font-weight: bold;
	margin-bottom: 3px;
	background: url(../common_images/circle.gif) no-repeat left 6px;
}

.editable dl.dot dd {
	margin-bottom: 12px;
}

.editable dl.dot dt,
.editable dl.dot dd {
	padding-left: 18px;
	line-height: 1.83;
}

.editable dl.triangle dd {
	margin-bottom: 8px;
}

.editable dl.triangle dt {
	font-weight: bold;
	background: url(../common_images/triangle.gif) no-repeat left 6px;
}

.editable dl.triangle dt,
.editable dl.triangle dd {
	padding-left: 13px;
	line-height: 1.83;
}

.editable .note {
	border: 1px dotted #ccc;
	background-color: #f0f0f0;
	padding: 10px;
	color: #767676;
	font-size: 83%;
}

