@charset "utf-8";

.clearflowchart{
clear:both;
line-height:30px;
border-color:#999999;
border-style: dashed;
border-top: none;
border-right: none;
border-bottom-width: 1px;
border-left: none;
}

/* 画像を右に回りこみ */
#main div.withImage1{
width: 231px;
margin: 20px 0 0 20px;
padding: 0;
}

#main div.withImage1 img{
float: left;
}

#main div.withImage2 p{
width:332px;
float: right;
margin :0;
padding:0 20px 0 15px;
}

#main div.withImage2 p a{
text-decoration:underline;
}

#main div.withImage2 p a:hover{
color:#ccc;}