@charset "Shift_JIS"; 

/* =======================================
	top css
========================================== */

#main-visual {
	width: 770px;
	height: 281px;
}

/*左コラム（ごあいさつ）*/
#columnL {
	width: 454px;
	float: left;
}

#articleL {
	padding: 17px 0 24px 24px;
}

#articleL h3 {
	padding-bottom: 16px;
}


#photo {
	width: 143px;
	padding: 0 0 10px 10px !important;
	padding: 0 0 10px 5px;/*IE6バグ対策*/
	text-align: center;
	float: right;
}


/*右コラム（お客様の声）*/
#columnR {
	width: 260px;
	margin: 0 24px 24px 24px !important;
	margin: 0 12px 24px 24px;/*IE6バグ対策*/
	background: url(../../top-img/columnR_bg.jpg);
	float: left;
}

#articleR {
	padding: 20px;
}

.voice-ttl1 {
	color: #333333;
	font-weight: bold;
}

.voice-ttl2 {
	color: #694FBC;
	font-weight: bold;
	font-size: 12px;
}

.voice {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ACABB9;
	margin-bottom: 10px;
	font-size: 12px;
}

