﻿@charset "utf-8";
/* CSS Document */
@media screen {
/* =========================================
　　　　　　　▼全体共通設定▼  
==========================================*/
body{
font-size:100%;
}


#headerFontSwitch .font-small a {background:url(../img/font_s.gif) no-repeat top left;}

#headerFontSwitch .font-normal a {background:url(../img/font_m.gif) no-repeat top left;}

#headerFontSwitch .font-large a{background:url(../img/font_l.gif) no-repeat 0 -19px;}


}
