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

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

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

body{
font-size:110%;
	}


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

html body ul#css_switch li.liquid a {
	background: url(../img/font_l-on.jpg) no-repeat left center;
	}

html body ul#css_switch li.fixed a {
	background: url(../img/font_m-off.jpg) no-repeat left center;
	}


/*----------------------------------------
 menu
----------------------------------------*/
/* ie6 */
*html .menu_box ul{padding-top:12px;}
*html .menu_box li{margin-top:-12px;}
*html body .outside_menu li{ margin-top:0px;}
/* ie7 */
*+html .menu_box ul{padding-top:12px;}
*+html .menu_box li{margin-top:-12px;}
*+html body .outside_menu li{ margin-top:0px;}
