@charset "utf-8";
/* CSS Document */
#left{
	float					:	left;
	width					:	579px;
	padding					:	15px 15px 30px 18px;
	color					:	#0087C7;
}

#left .left_inner{
	background-image		:	url(../image/qa/body_top.gif);
	background-repeat		:	no-repeat;
	background-position		:	left bottom;
	height					:	8px;
}

#left .body_btm{
	background				:	url(../image/qa/body_btm.gif) no-repeat left top;
	height					:	10px;
}

#left dl{
	padding					:	20px 25px 20px 20px;
	font-size				:	12px;
	color					:	#333333;
}
#left dd{
	padding-left			:	15px;
	margin-bottom			:	30px;
}






.contents{
	width					:	534px;
	margin					:	0 auto;
}

.body_line{
	background-image		:	url(../image/qa/body_line.gif);
	background-repeat		:	repeat-y;
	background-position		:	left bottom;
}

