@charset "utf-8";
/* small */

body {
	font-size:70%;
	font-family:'メイリオ', 'Mayryo', 'Segoe UI', sans-serif;
	color: #333333;
}

/* IE6 */
/* hide from Mac IE \*/
* html body {
	font-size: 10px;
	font-family: MS UI Gothic, "ＭＳ Ｐゴシック", ,sans-serif;
	color: #333333;
}
/* */

/*txtSize */
/*-----------------------------------------------------------*/
ul#txtSize li.medium a {
	font-size:0px;
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 20px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/common/hdr_txt_m.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 5px;
	margin-right: 3px;
	color: #FFFFFF;
	text-decoration: none;
}

ul#txtSize li.small a {
	font-size:0px;
	text-indent: -9999px;
	display: block;
	width: 17px;
	height: 17px;
	float:right;
	background-attachment: scroll;
	background-image: url(../images/common/hdr_txt_s_o.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 8px;
	margin-left: 3px;
	margin-right: 3px;
	color: #FFFFFF;
	text-decoration: none;
}
/*-----------------------------------------------------------*/