.cont a{
text-decoration:underline;
background:none;
color:#030;
}
.cont a:hover{
text-decoration:none;
background:url(../img/link.gif) repeat;
color:#060;
}
.reibun{
border:2px dotted #060;
padding:1em;
margin:1em;
background:#efe;
}
.reibun p{
text-indent:0;
}

em{
color:#006;
font-weight:bold;
font-style:normal;
}
.next{
border:2px double #060;
padding:0.3em;
margin:0.3em;
display:inline;
}