@charset "utf-8";
/* CSS Document */


#wrapper{
 font-size:112.5%; /*1.8em相当*/
}





/* ボタンの表示状態
----------------------------------------------------------------------------------------------------*/
#head_txtswitch li.small a{
 width:36px;
 height:18px;
 background:url(../img/common/btn_txt_s.jpg) no-repeat top left;
 display:block;
}

#head_txtswitch li.small a:hover{
 background:url(../img/common/btn_txt_s_ov.jpg) no-repeat top left;
}

#head_txtswitch li.medium a{
 width:19px;
 height:18px;
 background:url(../img/common/btn_txt_m_ov.jpg) no-repeat top left;
 display:block;
}
/*
#head_txtswitch li.medium a:hover{
 background:url(../img/common/btn_txt_m_ov.jpg) no-repeat top left;
}*/

#head_txtswitch li.large a{
 width:36px;
 height:18px;
 background:url(../img/common/btn_txt_l.jpg) no-repeat top left;
 display:block;
}

#head_txtswitch li.large a:hover{
 background:url(../img/common/btn_txt_l_ov.jpg) no-repeat top left;
}