@charset "shift_jis";

/* small.css
**************************************************************************************

1.基本フォント設定
2.文字サイズ変更設定

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


/* 基本フォント設定
=============================================================================*/

div#container {
	font-size:100%;
	color:#666666;
	line-height:150%;
}



/* 文字サイズ変更設定
=============================================================================*/

#header div.fsize div.fsize_bt ul li#small a {
	background:url("../../image/header_fsize001.gif") no-repeat -74px -26px;
}



