﻿@charset "utf-8";

/* About this file ===============================
 * FirstAuthor  : D. Ogido
 * CreateDate   : 2008-06-13
 * LastAuthor   : D. Ogido
 * LastUpdate   : 2008-07-04
 * AboutThis    : a contents style( for home )
================================================== */

/* Contents
-------------------------------------------- */
h3 {
  margin: 30px auto 12px;
}


/* Top Image
-------------------------------------------- */
#topImage {
  margin-top: 19px;
}
#topImage a:active, #topImage a:focus {
  outline: none;
}
#package {
  margin-top: 40px;
}
#package a:active, #package a:focus {
  outline: none;
}

/* News
-------------------------------------------- */
#news {
  margin: 30px auto 10px;
  width: 540px;
}

/* ---Definition List */
dl#release {
  margin-left: 10px;
  width: 520px;
}
dl#release dt {
  float: left;
  width: 150px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
  text-indent: 0.5em;
}
dl#release dd {
  margin-left: 150px;
  padding-top: 5px;
  border-top: solid 1px #ccc;
  min-height: 2em;
  height: auto !important;
  height: 2em;
}
dl#release dt.new, dl#release dd.new {
  border-top: none;
}