/*ボディスタイル*/
body {background-color: white; text-align: center; margin: 5px; }

/*文字スタイル*/
H1 { font-weight: normal; font-size: 16px; font-family:"ＭＳ Ｐゴシック",Osaka; text-align: left; text-decoration: none; letter-spacing: 2px; }
H2 { font-weight: normal; font-size: 14px; font-family:"ＭＳ Ｐゴシック",Osaka; text-align: left; text-decoration: none; letter-spacing: 2px; }
H5 { font-weight: normal; font-size: 10px; font-family:"ＭＳ Ｐゴシック",Osaka; text-align: left; text-decoration: none; margin:0px}
H6 { font-weight: normal; font-size: 10px; font-family: Arial; text-align: center; text-decoration: none; text-indent: 2px; letter-spacing: 2px; }
P { font-weight: normal; font-size: 12px; line-height: 16px; margin-top:0px; margin-bottom:5px; font-family: "ＭＳ Ｐゴシック",Osaka; text-align: left; text-decoration: none; text-indent: 2px; }
P.margin { font-weight: normal; font-size: 12px; line-height: 16px; font-family: "ＭＳ Ｐゴシック",Osaka; text-align: left; text-decoration: none; text-indent: 2px; margin-right: 8px; }

.link { font-weight: normal; font-size: 12px; font-family:"ＭＳ Ｐゴシック",Osaka; text-align: right; text-decoration: none; }

.frame { vertical-align: top; text-align: left; }
.bottom {  vertical-align: bottom; text-align: left; }
.img { vertical-align: top; text-align: left; }
.right { text-align: left; }

/*リンクスタイル*/
li { font-weight: normal; font-size: 14px; font-family:"ＭＳ Ｐゴシック",Osaka; text-decoration: none; }
a:link { text-decoration: none; }
a:visited  { text-decoration: none; }
a:active { text-decoration: underline; color: #FF9900; }
a:hover { text-decoration: underline; color: #FF9900; }

/*テーブル*/
table { border-collapse: collapse; border-style: none; border: 0px; }
.silver { border: 1px solid silver; height: 90px; vertical-align: bottom; }

/*イメージ*/
a img { border-style: none; }




