@charset "utf-8";

/* CSS Document */

/*文字サイズ　小
------------------------------------------------------------*/

#contentsWrap,#contentL, #contentR, #footer
	{
	font-size:10px;
	} 

/*アイコン切り替え
------------------------------------------------------------*/

#header #fsz li.min a
	{
    background:url(/images/common/min_on.jpg) no-repeat;
    width:36px;
    height:25px;
    display:block;
    text-indent:-9999px;
    }
#header #fsz li.min a:hover
	{
    background:url(/images/common/min_on.jpg) no-repeat;
    width:36px;
    height:25px;
    }
#header #fsz li.med a
	{
    background:url(/images/common/med_off.jpg) no-repeat;
    width:37px;
    height:25px;
    display:block;
    text-indent:-9999px;
    }
#header #fsz li.med a:hover
	{
    background:url(/images/common/med_on.jpg) no-repeat;
    width:37px;
    height:25px;
    }
#header #fsz li.big a
	{
    background:url(/images/common/big_off.jpg) no-repeat;
    width:37px;
    height:25px;
    display:block;
    text-indent:-9999px;
    }
#header #fsz li.big a:hover
	{
    background:url(/images/common/big_on.jpg) no-repeat;
    width:37px;
    height:25px;
    }
