@charset "utf-8";

/* CSS Document */

/*文字サイズ　大
------------------------------------------------------------*/

#contentsWrap,#contentL, #contentR, #footer
	{
	font-size:14px;
	} 
	
/*アイコン切り替え
------------------------------------------------------------*/

#header #fsz li.min a
	{
    background:url(/images/common/min_off.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_on.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;
    }

#IR table td dl dt
	{
	float:left;
	width:105px;
	}
#IR table td dl dd
	{
	float:left;
	width:350px;
	padding:0px;
	vertical-align:middle;
	}