@import url(common.css);
@import url(reset.css);


body {
	padding: 0;
	margin: 0;
	color: #323232;
	background: #e4e4e4;
	font-size:100%;
	font-family :
	'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
	text-align:center;
}


#textsize{
	float:left;
	margin:0;
	padding:0;
	width:217px;
	height:26px;
}


#textsizechange{
	float:left;
	margin:0;
	padding:0;
	width:78px;
	height:26px;
	list-style:none;
}

#textsizechange  li {		
	float:left;
}

#textsizechange li a {
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	background-repeat:no-repeat;
	outline:none;
}

#textsizechange li.small a{
	width:26px;
	height:26px;
	background-image:url(../img/text_small.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#textsizechange li.small a:hover {
	background-position:0px -26px;
}

#textsizechange li.small a.hover {
	background-position:0px -26px;
}

#textsizechange li.standard{
	width:26px;
	height:26px;
	background-image:url(../img/text_standard.gif);
	background-position:0px -26px;
	background-repeat:no-repeat;
}


#textsizechange li.large a{
	width:26px;
	height:26px;
	background-image:url(../img/text_large.gif);
	background-position:left top;
	background-repeat:no-repeat;
}

#textsizechange li.large a:hover {
	background-position:0px -26px;
}

#textsizechange li.large a.hover {
	background-position:0px -26px;
}
