@charset "euc-jp";
/*------------------------------------
基本詳細設定 その他
------------------------------------*/
.text-alignl{
    text-align: left;
}
.text-alignr{
    text-align: right;
}
.text-alignc{
    text-align: center;
}
.text-alignj{
    text-align: justify;
}
.line-height1{
    line-height: 1;
}
.line-height1.5{
    line-height: 1.5;
}
.line-height1.8{
    line-height: 1.8;
}
.line-height2{
    line-height: 2;
}
.line-height2.5{
    line-height: 2.5;
}
.line-height3{
    line-height: 3;
}
.bold{
font-weight: bolder;
}
.bold_r{
font-weight: bolder;
color: #FF0000;
}
.bold_w{
font-weight: bolder;
color: #FFFFFF;
}
.bold_b{
font-weight: bolder;
color: #0000FF;
}
.bold_y{
font-weight: bolder;
color: #FFFF00;
}