@charset "utf-8";

/* ========================================

Copyright (C) 株式会社アクセスネット情報技研. All Right Reserved.
最終更新日: 2010年1月29日　XHTML 1.0 Transitional

１０：アクセシビリティ関連

======================================== */



/* ========================================
　　■１０：アクセシビリティ関連
======================================== */

div#switchfontsizeBox {
	margin: 0px 0px 10px 0px;
	padding: 0px;
	width: 200px;
	height: 20px;
}

div#switchfontsizeBox ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

#switchFontSizeBig,
#switchFontSizeMedium,
#switchFontSizeSmall {
	height: 20px;
	display: block; /* ボックス化させる */
	text-indent: -9999px;
	overflow: hidden; /* ボックスからテキストがはみ出したら表示しない */
	background-image: url(../com_images/btn_switchfontsize.gif);
	background-position: 0px 0px;
	float:left; /* 【Win Opera対策】 */
	cursor: pointer;
}

#switchFontSizeBig {
	width: 155px;
	background-position: 0px 0px;
}

#switchFontSizeMedium {
	width: 22px;
    background-position: -155px 0px;
}

#switchFontSizeSmall {
	width: 23px;
    background-position: -177px 0px;
}

#switchFontSizeBig.active {
    background-position: 0px -20px;
}

#switchFontSizeMedium.active {
    background-position: -155px -20px;
}

#switchFontSizeSmall.active {
    background-position: -177px -20px;
}

