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

#leftcolumn{
	margin-left:10px;}
#leftcolumn .q_con_up {
	background-image: url(../images/q_up.png);
	height: 5px;
	width: 595px;
	clear:both;
}
#leftcolumn .q_con_low {
	background-image: url(../images/q_low.png);
	height: 5px;
	width: 595px;
	margin-bottom:20px;
}
#leftcolumn .q_con_mid {
	background-image: url(../images/q_mid.png);
	background-repeat: repeat-y;
}
#leftcolumn .a_con_up {
	background-image: url(../images/a_up.png);
	height: 5px;
	width: 595px;
	clear:both;
}
#leftcolumn .a_con_low {
	background-image: url(../images/a_low.png);
	height: 5px;
	width: 595px;
}
#leftcolumn .a_con_mid {
	background-image: url(../images/a_mid.png);
	background-repeat: repeat-y;
}
#leftcolumn .qest {
	font-size: 120%;
	line-height: 150%;
	margin: 0 0 0 60px;
	padding: 10px;
	width: 500px;
	color:#009944;
}
#leftcolumn .anser {
	line-height: 150%;
	margin: 0 0 0 60px;
	padding: 10px;
	width: 500px;
	color:#666;
}
#leftcolumn .q_and_a {
	border-bottom:2px #009944 dotted;
	padding:20px 0 20px 0;
	width: 600px;
}
#leftcolumn .title{
	color:#999;
	font-size:20px;
	font-weight:bold;
	margin: 10px;
	}
#leftcolumn .p_1{
	color:#03F;
	font-size:14px;
	font-weight:bold;
	}
#leftcolumn .a_con_mid p {
	margin: 0px;
	padding-top: 20px;
	padding-right: 15px;
	padding-bottom: 20px;
	padding-left: 66px;
	color: #000;
	background-image: url(http://conpasu.tomoe-kai.or.jp/question/images/qa_03.png);
	background-repeat: no-repeat;
	background-position: left 4px;
	min-height: 58px;
	height: auto !important;
	height: 58px;
}
/*文字づまり修正*/
#leftcolumn .q_con_mid img{
	float:left;
	width:62px;
	}
#leftcolumn .a_con_mid img{
	float:left;
	width:62px;
	}