@charset "Shift_JIS";

/*========================================================*/
/* フォントサイズ */
/*========================================================*/

body{
font-size:125%;
}
/*----- main_text -----*/

.text10 {font-size:70%; line-height:140%; color:#555555;
}
.text12 {font-size:80%; line-height:150%; color:#555555;
}
.text12b {font-size:80%; line-height:150%; color:#555555; font-weight:bold;
}
.text14 {font-size:90%; line-height:150%; color:#555555;
}
.text14b {font-size:90%; line-height:150%; color:#555555; font-weight:bold;
}
.text18 {font-size:100%; line-height:150%; color:#555555;
}
.text18b {font-size:100%; line-height:150%; color:#555555; font-weight:bold;
}


/*----- text_size_none -----*/

.text10_none {font-size:10px; line-height:140%; color:#555555;
}
.text12_none {font-size:12px; line-height:150%; color:#555555;
}
.text12b_none {font-size:12px; line-height:150%; color:#555555; font-weight:bold;
}
.text14_none {font-size:14px; line-height:150%; color:#555555;
}
.text14b_none {font-size:14px; line-height:150%; color:#555555; font-weight:bold;
}
.text18_none {font-size:18px; line-height:150%; color:#555555;
}
.text18b_none {font-size:18px; line-height:150%; color:#555555; font-weight:bold;
}


/*----- text_white -----*/

.text10_white {font-size:70%; line-height:140%; color:#ffffff;
}
.text12_white {font-size:80%; line-height:150%; color:#ffffff;
}
.text12b_white {font-size:80%; line-height:150%; color:#ffffff; font-weight:bold;
}
.text14_white {font-size:90%; line-height:150%; color:#ffffff;
}
.text14b_white {font-size:90%; line-height:150%; color:#ffffff; font-weight:bold;
}
.text18_white {font-size:100%; line-height:150%; color:#ffffff;
}
.text18b_white {font-size:100%; line-height:150%; color:#ffffff; font-weight:bold;
}


/*----- font_switcher -----*/
#font_size_s{
background-image:url(../images/font_btn1.gif);
}
#font_size_s:hover{
background-image:url(../images/font_btn1_on.gif);
}
#font_size_m{
background-image:url(../images/font_btn2.gif);
}
#font_size_m:hover{
background-image:url(../images/font_btn2_on.gif);
}
#font_size_l{
background-image:url(../images/font_btn3_on.gif);
}
