@charset "UTF-8";

/* 共通
====================================================== */
/*リード*/
.read{
	padding:18px 20px;
}
.read .copy{
	padding-bottom:3px;
	font-size:94%;
	font-weight:bold;
	color:#c64343;
}
.read .body{
	padding-bottom:10px;
	font-size:88%;
	color:#666;
}
.read .body span{
	font-size:12px;
}

.aboutItem{
	padding-bottom:10px;
}
.aboutItem .image{
	float:left;
	width:220px;
}
.aboutItem .itemRight{
	float:right;
	width:385px;
}
.aboutItem .itemRight h4{
	padding:6px 0;
	font-size:100%;
	font-weight:bold;
	color:#913131;
}
.aboutItem .itemRight p{
	font-size:90%;
	color:#666;
	line-height:1.5;
}

.aboutRow{
	padding-bottom:20px;
	width:650px;
}
.aboutLeft{
	float:left;
	width:310px;
}
.aboutRight{
	float:right;
	width:310px;
}
.aboutLeft h2,
.aboutRight h2{
	padding:8px 0 0 24px;
	width:286px;
	height:22px;
	background:url(img/headBg.gif) no-repeat;
	font-size:14px;
	font-weight:bold;
	color:#913131;
	line-height:1.1;
}
.aboutLeft h4,
.aboutRight h4{
	padding:8px 6px 6px 6px;
	font-size:90%;
	font-weight:bold;
	color:#913131;
}
.aboutLeft p,
.aboutRight p{
	padding:0 6px;
	font-size:80%;
	color:#666;
	line-height:1.5;
}

