@charset "utf-8";
/* CSS Document */

/*-----------------------  definition_textsize  -----------------------*/
.xxsmall{font-size:70%;}
.xsmall{font-size:82%;}
.small{font-size:88%;}
.medium{font-size:96%;}
.large{font-size:104%;}
.xlarge{font-size:115%;}

/*----------------------- ナビ：文字サイズ変更 -----------------------*/
#navi_main ul#swich{
	height:45px;
	width:200px;
}
#navi_main li#ttl{
	height:45px;
	width:65px;
}
/*------------------ 大 ------------------*/
#navi_main li#large a{
	background-image: url(../img/btn_fontsize-l.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width:28px;
	margin-left:65px;
}
/*------------------ 中 ------------------*/
#navi_main li#medium a{
	background-image: url(../img/btn_fontsize-m.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:28px;
}
/*------------------ 小 ------------------*/
#navi_main li#small a{
	background-image: url(../img/btn_fontsize-s.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	width:29px;
}

