
/*  アドレスボックス
*       回り込み解除、最下部に配置します。
*/
div#BoxClass2{
  clear             : both;
  margin-left       : 10px;
  margin-right      : 10px;
  width             : auto;
  border-top        : 1px #cccccc solid;
  cursor            : default;
}

#BoxClass2 address{
  background        : #3984ff url(image/address-background.gif) repeat-y scroll left top;
  cursor            : default;

/* 文字 */
  font-size         : 12px;            /*文字のサイズを指定する */
  text-indent       : 24px;            /*インデント（1行目の字下げ）を指定する */
  white-space       : nowrap;          /*改行やスペースの扱いを指定する */

  line-height       : 20px;            /*行間を指定する */
  letter-spacing    : 1px;             /*文字の間隔を指定する */

  color             : #FFFFFF;         /*文字の色を指定する */
  font-family       :"ＭＳ ゴシック";/*フォントを指定する */
  font-weight       : normal;          /*文字の太さを指定する */
  font-style        : normal;          /*斜体文字にする */
}

