/*  */

/* 全体のフォントサイズ設定 */
* {font-size:12px;}

/* 全体の背景画像設定　　　　　　　　　　　　　　　　  */
/* (上部ロゴは、imgs/mds_logo.png を変更して下さい。） */
body#top {
 background-image:url(imgs/bg.gif);
 margin:0;
 padding:0;
 background-repeat:repeat;
}

/* キャンペーン説明の背景設定 */
body#camp {
 background-color:#FFFFFF;
}

/* 見出し設定 */
h2 {
  font-size:14px;
  color:#ffffff;
  background-color:#808090;
  border-style:solid;
  border-color:#c0c0c0 #000000 #000000 #c0c0c0;
  border-width:0px;
  padding:3px 10px;
  margin:0px;
}

/* テーブルの全体設定 */
table { border-color:#000000; border-collapse:collapse; }
td img { vertical-align:text-bottom; }

/* テーブルヘッダの背景色設定 */
th { background-color:#d0d0d8; }

/* リンクの設定 */
a { text-decoration:underline; font-weight:bold; }
a:link { color:#0066ff; }
a:visited { color:#3399ff; }
a:hover { color:#99bbff; }
