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

