div.omikujibase {
   /* 画像を表示 */
   background-image: url("docplate.jpg");
   background-repeat: no-repeat;
   background-position: top left;
   /* 画像のサイズに合わせる */
   width: 149px;
   height: 139px;
   /* 行間を詰める */
   line-height: 1.2;
}
div.omikujibase p.kRes {
   /* くじの結果 */
   margin: 0px;
   padding: 5px 0px 0px 5px;
   font-size: 20px;
}
div.omikujibase p.kCom {
   /* くじのコメント */
   margin: 0px;
   padding: 3px 0px 0px 3px;
   font-size:10px;
}
p.button {
   /* ボタンの表示 */
   width: 149px;
   margin: 5px 0px;
   text-align: center;
}

