@charset "shift_jis";
@import "index_css.css";
/* ---------------------------
   ひたちなか市公式ホームページ
   トップページ用スタイル
   --------------------------- */

/* default */
body {
    font-size: 100%;
}

/* Except IE */
html>body {
    font-size: 12pt;
}


/*-----------*/
/* Except IE */
/*-----------*/
/*
body {
    font-size: 12pt;
}
/* for Windows IE */
@media screen {
    * html body {
        font-size: 100%;
    }
}
*/
/* --20070413改-- */