div.imagebox {
   background-color: #eeeeff;  /* 背景色 */
   width: 134px; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 2px; /* 周囲の余白 */
   padding: 6px; /* 周囲の余白 */
}

div.imagebox2 {
   background-color: #eeeeff;  /* 背景色 */
   width: 264px; /* 横幅 */
   float: left; /* 左に配置 */
   margin: 5px; /* 周囲の余白 */
   padding: 6px; /* 周囲の余白 */
}

div.caption {
   font-size: 14px;  /* 文字サイズ */
   font-weight:bold;  /* 文字スタイル */
   color: #009; /* 文字色 */
   float: center; /* 中央に配置 */
}

div.caption2 {
   font-size: 14px;  /* 文字サイズ */
   font-weight:200;  /* 文字スタイル */
   color: #009; /* 文字色 */
   text-align:left
}

body {
background-image: url("../img/bg_shadow.gif");
background-repeat: repeat-y;
background-attachment: fixed;
background-position: center
}