@charset "utf-8";

/* 下線関係
================================================== */
.unsen{
 color : rgb(0, 0, 0);
 text-decoration : underline;
}
.undsen{
 border-bottom-width : 1px;
 border-bottom-style : dotted;
 border-bottom-color : #666666;
 width : 100%;
 font-size : 1px;
 margin-bottom : 20px;
}
.undsen2{
 padding-bottom : 10px;
 border-bottom-width : 1px;
 border-bottom-style : dotted;
}
.undsen2w{
 padding-bottom : 10px;
 border-bottom-width : 1px;
 border-bottom-style : dotted;
 border-bottom-color : #ffffff;
 color : #ffffff;
}
.undsen2w a{
 color : #ffffff;
 text-decoration : underline;
}
.undsen2w a:hover{
 color : #0000cc;
 text-decoration : underline;
}
.under_line{
 border-bottom-width : 1px;
 border-bottom-style : dotted;
 border-bottom-color : #666666;
}

.under_line_2d{
 border-bottom-width : 2px;
 border-bottom-style : dotted;
 border-bottom-color : #000000;
}
.under_line2{
 border-bottom-width : 1px;
 border-bottom-style : dotted;
 border-bottom-color : #666666;
 font-size : 6px;
 margin-bottom : 17px;
}
.undsen_y{
 font-size : 5px;
 border-bottom-width : 3px;
 border-bottom-style : dotted;
 border-bottom-color : #00aeef;
}
.undsen_2bk{
 font-size : 2px;
 border-bottom-width : 2px;
 border-bottom-style : solid;
 border-bottom-color : #666666;
}