/*File: fs_l.css
*Description:Large font size Style Sheet
*Author: KYUSHU INTERMEDIA LABORATORY,INC
*/


/* Font Size 
--------------------------------------------------------------------------------------------------------- */

/*14px*/
#ct_r dt,
p.cap

{
	font-size:large !important;
    /* font-size:75%; IE6 */
}

html>/**/body 
	#ct_r dt,
	p.cap
	{
    font-size:17px !important;
}


/*13px*/
#ct_r dt,
h3,
.ct_l_dt_dt h4
{
	font-size:105%	!important;
    font-size:100%;
}

html>/**/body 
	#ct_r dt,
	h3,
	.ct_l_dt_dt h4
	{
    font-size:16px !important;
}


/*12px*/
#ct,
td,
{
	font-size:medium !important;
}
#gt #ct_l .ct_l_dt_t .box_news{
	*font-size:85%;
}

html>/**/body 
	#ct,
	td{
    font-size:15px !important;
}

/*11px*/
#gt li p,
#ct_l.guidance li,
#ct_r dd,
#ct_l .box_single li,
#ct_l .box_twin li,
#ct_l table.tbl_bdr_sm td,
#ct_l table.tbl_bdr_sm th,
#ct_l .req_inr,
#ct_r_mt ul.cat li li,
.small{
	font-size:small	!important;
    /* font-size:75%; IE6 */
}
#hd strong{font-size:13px;}

html>/**/body
	#hd strong,
	#gt li p,
	#ct_l.guidance li,
	#ct_r dd,
	#ct_l .box_single li,
	#ct_l .box_twin li,
	#ct_l table.tbl_bdr_sm td,
	#ct_l table.tbl_bdr_sm th,
	#ct_l .req_inr,
	#ct_r_mt ul.cat li li,
	.small{
	font-size:14px !important;
}

/*10px*/
#bc,#pt,#ft_dt,.sup,.xsmall,#ct_l ul.thumb l,.supi
{
	font-size:78%	!important;
	font-size:82%;
	line-height:150%;
}

html>/**/body 
	#bc,#pt,#ft_dt,.sup,.xsmall,#ct_l ul.thumb li,.sup
	{
    font-size:13px !important;
}


/* Header style 
--------------------------------------------------------------------------------------------------------- */
#hd_m ul.fs li.l a{background:url(../img_cmn/fs_l_o.gif) no-repeat; !important}
#hd_m ul.fs li.m a{background:url(../img_cmn/fs_m.gif) no-repeat; !important}
#hd_m ul.fs li.s a{background:url(../img_cmn/fs_s.gif) no-repeat; !important}
#hd_m ul.fs li.l a:hover{background:url(../img_cmn/fs_l_o.gif) no-repeat;}
#hd_m ul.fs li.m a:hover{background:url(../img_cmn/fs_m_o.gif) no-repeat;}
#hd_m ul.fs li.s a:hover{background:url(../img_cmn/fs_s_o.gif) no-repeat;}