@charset "UTF-8";

/* 基本タグの置き換え*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-size:90%;
	min-width:760px;
	color:#000;
}

li#text_small a { background:none; width: 21px;}
li#text_normal a { background:none; width: 20px;}
li#text_large a { background: url(../images/text_large.gif) no-repeat left center; width: 20px;}

li#text_small a:hover { background: url(../images/text_small.gif) no-repeat left center; width: 21px;}
li#text_normal a:hover { background: url(../images/text_normal.gif) no-repeat right center; width: 20px;}
li#text_large a:hover { background: url(../images/text_large.gif) no-repeat left center; width: 20px;}