@charset "utf-8";
/* CSS Document */


.headLayout .headBox .sizeBox li#textS a {
	background: url(../../images/btn_small.gif) no-repeat left top;
	float: left;
}
.headLayout .headBox .sizeBox li#textS:hover a {
	background: url(../../images/btn_small_on.gif) no-repeat left top;
}
.headLayout .headBox .sizeBox li#textM a {
	background: url(../../images/btn_medium_on.gif) no-repeat left top;
	float: left;
}
.headLayout .headBox .sizeBox li#textM:hover a {
	background: url(../../images/btn_medium_on.gif) no-repeat left top;
}
.headLayout .headBox .sizeBox li#textL a {
	background: url(../../images/btn_big.gif) no-repeat left top;
	float: left;
}
.headLayout .headBox .sizeBox li#textL:hover a {
	background: url(../../images/btn_big_on.gif) no-repeat left top;
}

/***********************************************************
content
***********************************************************/
body {
	font-size: 66.5%;
	font-family:
	"ＭＳ Ｐゴシック",
	MS P Gothic ,
	Osaka,
	"ヒラギノ角ゴ Pro W3",
	Hiragino Kaku Gothic Pro;
	color:#333333;
	/*line-height: 1em;*/
}
