/*
--------------------------------------------------------------------------------

File Name   : /common_css/font_l.css

Description : Lサイズのフォントサイズを指定するCSSファイル。
Copyright   : (C)2007 Sumitomo Mitsui Financial Group. All Rights Reserved.

--------------------------------------------------------------------------------
*/


/*--------------------------------------
  Import Styles
---------------------------------------*/

@import url("font_m.css");



/*--------------------------------------
  Contents
---------------------------------------*/

/*  Common
---------------------------------------*/

#header,
#footer,
#breadcrumbs,
#contents_top,
#contents_top_links,
#contents_main,
#contents_main_full,
#bottomLink,
#contents_head,
#rightClum {
font-size: 125%;
}



#contents_main .text-size-wrap table.table02,
#contents_main .text-size-wrap table.table03 { /* -- Newly added on Feb.15,2007 -- */
word-break:break-all;/* Only for IE and Opera*/
}