@charset "shift-jis";

/* 文字サイズ変更ボタン */
#side ul#fontBtn li.btnSmall a{
background-position:-40px 0;
}

/* --------------------------------
   変更必要項目
-------------------------------- */

/* 全体 */
body {
    font-size:16px;
}

/* コンテンツ共通 */
h1{
font-size:36px;
}

h2{
font-size:16px;
}

h3{
font-size:16px;
}

h4{
font-size:16px;
}

h5{
font-size:16px;
}


/* --------------------------------
   変更不要項目
-------------------------------- */

/* h1 */
div#header div#headerInner h1{
font-size:12px;
}




