

/*
	フォントサイズCSS "小"
	
*/

body {
	font-size: 70%;
}

.txtsize_tit {
	width: 76px;
	background: url(../img/textsize.gif) 0px 0px no-repeat;
}

.txtsize_small ,.txtsize_small a {
	width: 17px;
	background: url(../img/textsize.gif) -76px 0px no-repeat;
}

.txtsize_meddium, .txtsize_meddium a {
	width: 19px;
	background: url(../img/textsize.gif) -93px 0px no-repeat;
}

.txtsize_large, .txtsize_large a{
	width: 18px;
	background: url(../img/textsize.gif) -112px 0px no-repeat;
}


/*20110204追加 */

.txtsize_13{font-size:13px;line-height:120%}
