@charset "utf-8";

/****** CONTENTS ***************************************

	1: font_style / Large style

*******************************************************/

*{
	font-size:100%;
	}

* body{
	font-size:100% !important;
	}

* html>body{
	font-size:16px !important;
	}

#topic_path li,
#topic_path li a{
	font-size:10px;
	}
	
#header div dl dd.font_d a{
	position:relative;
		top:4px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	width:17px;
	height:17px;
	background:url(../img/btn_header_normal_off.gif) no-repeat 0 0;
	overflow:hidden;
	}

#header div dl dd.font_d a:hover{
	background:url(../img/btn_header_normal_on.gif) no-repeat 0 0;
	}

#header div dl dd.font_l a{
	position:relative;
		top:-1px;
	display:block;
	text-indent:-9999px;
	text-decoration:none;
	width:22px;
	height:22px;
	background:url(../img/btn_header_large_on.gif) no-repeat 0 0;
	overflow:hidden;
	}


