@charset "UTF-8";
/*------------------------------TEXT02-------------------------------*/
p.dotted{
	border-top: dashed 1px #cfcfcf;
    padding: 5px 0;
    margin: 0;
}
p.dotted_bottom{
    border-bottom: dashed 1px #cfcfcf;
    padding: 5px 0;
    margin: 0 0 10px 0;
}
p.dotted_bottom>a{
	text-decoration: none;
	color: #336699;
}
p.dotted_bottom>a:hover{
	text-decoration: underline;
}
