﻿/* Index page style
 *
 * Created at Dec 9, 2008 by KONDO Takahiro <heartery@gmail.com>
 *-------------------------------------------------------------------------- */

#header {
  background-image: url(../image/index_header.png);
}

#nav-etc {
  margin-top: -18px;
  * margin-top: -15px;
  margin-right: 40px;
  text-align: right;
}

#main h2 {
  background: no-repeat;
  color: #005eae;
  text-indent: -9999px;
  padding-bottom: 4px;
}

#main h2#about_us { background-image: url(../image/about_us.png); }

#main p {
  font-family: 'ＭＳ 明朝','ヒラギノ明朝ProN';
  line-height: 1.8em;
  padding-bottom: 30px;
}

#main h2#whatnew { background-image: url(../image/whatnew.png); }

#main p#whatnew {
  font-family: 'ＭＳ ゴシック', helvetica;
  line-height: 1.8em;
  padding-bottom: 30px;
}

#main ul li {
  margin: 4px 0;
}

#footer {
  padding-right: 51px;
}

