@charset "UTF-8";
/* CSS Document */

body {
	font-size: 10px;
}

*:first-child+html body {font-size: 60%;}
* html body {font-size: 60%;}


/* ボタンの表示状態
--------------------*/

/*カレント*/
#wraper #header dl#fSize dd ul li#sizeS a { background: url(../images/textsize_s.jpg) no-repeat 0 -23px;}
#wraper #header dl#fSize dd ul li#sizeS a:hover { background-position: 0 -23px;}

#wraper #header dl#fSize dd ul li#sizeM a { background: url(../images/textsize_m.jpg) no-repeat 0 0;}
#wraper #header dl#fSize dd ul li#sizeM a:hover { background-position: 0 -23px;}

#wraper #header dl#fSize dd ul li#sizeL a { background: url(../images/textsize_l.jpg) no-repeat 0 0;}
#wraper #header dl#fSize dd ul li#sizeL a:hover { background-position: 0 -23px;}
