/*===================================================================

 about this template
 http://hyper-text.org/archives/2007/10/css_switch.shtml

===================================================================*/


#main-contents {
	font-size: 15px;
}
*:first-child+html #main-contents {
	font-size: 15px;
}

/*----------------------------------------
 __CSS_switch
----------------------------------------*/

ul#css_switch li.normal a {
	background-image: url(../img/moji-middle-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

ul#css_switch li.small a {
	background-image: url(../img/moji-small-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}


/*
ul#css_switch li.normal a {
	background-image: url(../img/moji-middle-on.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}

ul#css_switch li.small a {
	background-image: url(../img/moji-small-off.gif);
	background-repeat: no-repeat;
	background-position: left center;
	}
*/