@charset "Shift_JIS";


/* ============================================ */
/* == 画像キャプション == */

.caption {
	width: 445px;
	margin-top:0px;
	margin-bottom: 4px;
}


/* 
.caption {
	width: 445px;
	font-size: 120%;
	padding: 2px 0px;
	margin-top: 40px;
	margin-bottom: 4px;
	background: #fbf4d7;
} */

/* ============================================ */
/* == 目次（faq.css流用） == */

.block-faq-index {
	width: 710px;
	padding-left: 15px;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 20px;
	background: #f5f5f5;
}
.block-faq-index:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.block-faq-index-l {
	float: left;
	width: 335px;
	margin-right: 20px;
}

.block-faq-index-r {
	float: left;
	width: 335px;
}


/* ============================================ */
/* == search h3背景 == */

/* 
h3 {
	width: 235px;
	padding-left: 35px;
	height: 29px;
	color: #ffffff;
	font-size: 120%;
	line-height: 29px;
}

h3.dgreen-270-a {
	background: url(/r/static/img/common/bg_h3_gr_270_a.gif) no-repeat;
}

h3.dgreen-270-b {
	background: url(/r/static/img/common/bg_h3_gr_270_b.gif) no-repeat;
}

h3.dgreen-270-c {
	background: url(/r/static/img/common/bg_h3_gr_270_c.gif) no-repeat;
}

h3.dgreen-270-d {
	background: url(/r/static/img/common/bg_h3_gr_270_d.gif) no-repeat;
}

h3.dgreen-270-e {
	background: url(/r/static/img/common/bg_h3_gr_270_e.gif) no-repeat;
}

 */




















