@charset "UTF-8";

/* =================================================================================

 font-size 

================================================================================= */

p, li, dt, dd, th, td, h1, h2, h3, h4, h5, h6 {
	font-size:93% ;
}


/* 切り替え */

dl#textresize dd#small{
	background-position:left top;
}

dl#textresize dd#default{
	background-position:-18px 16px;
}

dl#textresize dd#large{
	background-position:right top;
}

