@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      switch.css
 Update:         2010.02.05
 Style Info:     CSS切り替えCSSファイル

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

----------------------------------------------------------- */

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#switchlist {
	margin: 4px 0 0;
	padding: 0 0 0 81px;
	/*font-size: 100%;*/
	line-height: 21px;
	list-style: none;
	width: 79px;
	height: 21px;
	background: url(../../img/bg_switchlist.gif) no-repeat left top;
	overflow: hidden;
}

ul#switchlist li {
	margin: 0;
	padding: 0;
	width: 26px;
	height: 21px;
	float: left;
	display: inline;
	overflow: hidden;
	border-right: 0;
}

ul#switchlist li.st {
	width: 27px;
}

ul#switchlist li a {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	text-indent: -9999px;
	overflow: hidden;
}

ul#switchlist li.sm a {
	background: url(../../img/sm_off.gif) no-repeat left center;
}

ul#switchlist li.st a {
	background: url(../../img/st_on.gif) no-repeat left center;
}

ul#switchlist li.la a {
	background: url(../../img/la_off.gif) no-repeat left center;
}