/* 
Document   : text
Created on : 2007/12/27, 11:25:08
Author     : s_sato
Description:
Purpose of the stylesheet follows.
*/

.txt01{
    font-size:x-small;
}

.txt02{
    font-size:x-small;
    line-height:130%;
}

.txt02cc{
    font-size:x-small;
    line-height:130%;
    color:#cc0000;
}

.txt03{
    font-size:small;
    line-height:130%;
    color: #333333;
}

.txt03cc{
    font-size:small;
    line-height:130%;
    color:#cc0000;
}

.txt03qa{
    font-size:small;
    line-height:130%;
    color:#339966;
}

.txt04{
    font-size:medium;
}

input, select, textarea{
    font-size:small;
}

