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

body {
    margin: 0px;
    padding: 0px;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
    font-size: 14px;
    font-style: normal;
    background-color: #fff;

}

a { 
    text-decoration: none;
    color:#bb1122;
}

a:hover {
    color:#ff0000;
}

/*----------------------------------------

	テーブルの幅・高さ

-----------------------------------------*/

.w8 {
	width: 8px;
}
.h8 {
	height: 8px;
}
