@charset "UTF-8";
/* CSS Document */
/* leftcolumn */
#leftcolumn {
	font-size:120%;
}
#leftcolumn table tr {
	width:630px;
	height:30px;
}
#leftcolumn #g_map {
	margin:20px 0 0 10px;
}
#leftcolumn #p1 {
	margin-top:20px;
}
#leftcolumn .l_table .t1 {
	width:45px;
}
#leftcolumn .l_table .t2 {
	width:195px;
}
#leftcolumn .l_table .t3 {
	width:385px;
}
#leftcolumn .q_con_up {
	background-image: url(../images/q_up.jpg);
	height: 6px;
	width: 630px;
	clear:both;
}
#leftcolumn .q_con_low {
	background-image: url(../images/q_low.jpg);
	height: 6px;
	width: 630px;
	margin-bottom:20px;
}
#leftcolumn .q_con_mid {
	background-image: url(../images/q_mid.jpg);
	background-repeat: repeat-y;

}
#leftcolumn .a_con_up {
	background-image: url(../images/a_up.jpg);
	height: 6px;
	width: 630px;
	clear:both;
}
#leftcolumn .a_con_low {
	background-image: url(../images/a_low.jpg);
	height: 6px;
	width: 630px;
}
#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:#e6885f;

}
#leftcolumn .anser,
#leftcolumn .a_con_mid p {
	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_and_a a{
	color:#0033FF;
	text-decoration:underline;
}
/*文字づまり修正*/
#leftcolumn .q_con_mid img{
	float:left;
	width:62px;
	}
#leftcolumn .a_con_mid img{
	float:left;
	width:62px;
	}

