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

/*	leftcolumn */
#leftcolumn .q_con_up {
	background-image: url(../images/q_up.jpg);
	height: 10px;
	width: 590px;
	clear:both;
}
#leftcolumn .q_con_low {
	background-image: url(../images/q_low.jpg);
	height: 10px;
	width: 590px;
	margin-bottom:20px;
}
#leftcolumn .q_con_mid {
	background-image: url(../images/q_mid.jpg);
	background-repeat: repeat-y;
	width: 590px;
}

#leftcolumn .a_con_up {
	background-image: url(../images/a_up.jpg);
	height: 10px;
	width: 590px;
	clear:both;
}
#leftcolumn .a_con_low {
	background-image: url(../images/a_low.jpg);
	height: 10px;
	width: 590px;
}
#leftcolumn .a_con_mid {
	background-image: url(../images/a_mid.jpg);
	background-repeat: repeat-y;
}
#leftcolumn .qest {
	font-size: 120%;
	line-height: 150%;
	margin: 0 0 0 60px;
	padding: 10px;
	width: 500px;
	color:#339acc;
}
#leftcolumn .anser {
	line-height: 150%;
	margin: 0 0 0 60px;
	padding: 10px;
	width: 500px;
	color:#000;
}
#leftcolumn .q_and_a {
	border-bottom:2px #ccc dotted;
	padding:10px 0 20px 0;
}
/*文字づまり修正*/
#leftcolumn .q_con_mid img{
	float:left;
	width:62px;
	}
#leftcolumn .a_con_mid img{
	float:left;
	width:62px;
	}

