@charset "utf-8";

/* ---------------------------------

	KANSAI　WINDOW
	
	  文字サイズ　-small-
		
 --------------------------------- */


#container  {
	font-size: 10px; /* IE */
}
html>/**/#container {
  font-size: 10px; /* Except IE */
}


/* ボタンの表示状態
--------------------*/

/*カレント*/
.small a {
	background: url(../j/images/header/btn_s.gif) 0 -18px no-repeat;
}
.middle a {
	background: url(../j/images/header/btn_m.gif) 0 0 no-repeat;
}
.large a {
	background: url(../j/images/header/btn_l.gif) 0 0 no-repeat;
}
/*カレント
.small a:hover {
	background: url(../j/images/header/btn_s.gif) 0 -18px no-repeat;
}
*/
.middle a:hover {
	background: url(../j/images/header/btn_m.gif) 0 -18px no-repeat;
}
.large a:hover {
	background: url(../j/images/header/btn_l.gif) 0 -18px no-repeat;
}
