@charset "EUC-JP";

/**
 *	=FONTS （小）
 */

body#n-gloval{font-size:60%;}
body#person{font-size:60%;}
body#corporate{font-size:60%;}
body#company{font-size:60%;}
body#home{font-size:60%;}
body#security{font-size:60%;}
body#alsokcm{font-size:60%;}
body#request{font-size:60%;}
body#privacy{font-size:60%;}
body#n-top-gloval{font-size:60%;}

/**
 *	=FONTS 
 *
 *	18px: 1.385em
 *	17px: 1.308em
 *	16px: 1.231em
 *	15px: 1.154em
 *	14px: 1.077em
 *	13px: 1em
 *	12px: .924em
 *	11px: .847em
 *	10px: .77em
 */
 
/* ボタンの表示状態
--------------------*/
/*カレント*/
#fsmall a {
	background-image: url(/image/n_top_txtcntrol_s_o.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle a {
	background-image: url(/image/n_top_txtcntrol_m.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge a {
	background-image: url(/image/n_top_txtcntrol_b.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント
#fsmall a:hover {
	background-image: url(/image/n_top_txtcntrol_s_o.png);
}
*/
#fmiddle a:hover {
	background-image: url(/image/n_top_txtcntrol_m_o.png);
}
#flarge a:hover {
	background-image: url(/image/n_top_txtcntrol_b_o.png);
}
/* ボタンの表示状態　第2階層以降用
--------------------*/
/*カレント*/
#fsmall2 a {
	background-image: url(/image/n_top_txtcntrol_s_o.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#fmiddle2 a {
	background-image: url(/image/n_top_txtcntrol_m.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#flarge2 a {
	background-image: url(/image/n_top_txtcntrol_b.png);
	background-repeat: no-repeat;
	background-position: left top;
}
/*カレント
#fsmall a:hover {
	background-image: url(/image/n_top_txtcntrol_s_o.png);
}
*/
#fmiddle2 a:hover {
	background-image: url(/image/n_top_txtcntrol_m_o.png);
}
#flarge2 a:hover {
	background-image: url(/image/n_top_txtcntrol_b_o.png);
}