/*************************************************************************/ /* プリンと遊ぼ〜ど全般スタイル */ /*************************************************************************/ /* ボックス */ .Box { border: solid 1px #000030; background-color: white; width: 100%; padding: 2px; margin-bottom: 12pt; } /* メニューバーテーブル */ table.MenuBar { border: none; background-color: #EDEDED; width: 100%; padding: 2px; text-align: center; } /* td.メニューバー */ td.MenuBar { background-color: #EDEDED; font-weight: normal; } /* tt.Tree */ tt.Tree { font-family: "MS ゴシック"; } /*************************************************************************/ /* 投稿画面のスタイル */ /*************************************************************************/ /* 投稿画面TABLEのスタイル */ table.RegistForm { border: none; width: 100%; text-align: left; } /* 投稿画面thタグのスタイル */ th.RegistForm { width: 30%; text-align: left; } /* 投稿画面tdタグのスタイル */ td.RegistForm { width: 70%; text-align: left; }