@charset "utf-8";

body {
	font-size: 12px;
	*font-size: 75%;
}

/*「小さい」選択時 */

#textSizeArea dd.small {
	background: url(/okinawa_cellular/shared/image/btn_small_cr.gif) no-repeat;
}

#textSizeArea dd.small a {
	cursor: default;
}

#textSizeArea dd.small img {
	visibility: hidden;
}

#textSizeArea dd.large a {
	cursor: pointer;
}

#textSizeArea dd.large img {
	visibility: visible;
}

