body {
	margin: 0;
	padding: 0;
	border: none;
	line-height: 100%;
	list-style-type: none;
	font-style: normal;
	font-weight: normal;
	font-size: 80%;
	text-align: left;
}

#sizeChange #sizeS a {
	background-image: url(../img/common/size_s.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	display: block;
	text-indent: -9999px;
}
#sizeChange #sizeM a {
	background-image: url(../img/common/size_m_on.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	display: block;
	text-indent: -9999px;
}
#sizeChange #sizeL a {
	background-image: url(../img/common/size_l.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	display: block;
	text-indent: -9999px;
}
#sizeChange #sizeS a:hover {
	background-image: url(../img/common/size_s_on.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	display: block;
	text-indent: -9999px;
}
#sizeChange #sizeM a:hover {
	background-image: url(../img/common/size_m_on.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	display: block;
	text-indent: -9999px;
}
#sizeChange #sizeL a:hover {
	background-image: url(../img/common/size_l_on.gif);
	background-repeat: no-repeat;
	height: 17px;
	width: 17px;
	display: block;
	text-indent: -9999px;
}



#topNews .newsBoxTxt p {
	line-height: 18px;
}
#topNews .newsBoxDate p {
	line-height: 14px;
}
