@charset "UTF-8";

/*---------------------------------------------

Import CSS

for the pages in "/consultant/"
coded by d-spica at 2008-03-18
linked to "/consultant/$page-name.html"

---------------------------------------------*/

 
@import url(../../css/default.css);
@import url(../../css/common.css);
@import url(../../css/page.css);


div#main h1 {
  background: url(../img/bg_h1.gif) no-repeat;
}

div#main div.section h2 {
  margin: 0;
}

div#main div.section div.entry h3 {
  margin: 0.7em 0;
  font-size: 109%;
}

div#main div.section div.entry h3 a {
  background: url(../img/mk_link.gif) no-repeat left center;
  padding-left: 20px;
  color: #333;
}

div#main div#recent,
div#main div#backnumber {
  font-size: 93%;
}

/* entry list */
div#main div.section ul.entryList {
  margin: 10px 0;
}

div#main div.section ul.entryList li {
  background: url(../../img/common/bg_line_1hgy.gif) repeat-x bottom;
  padding: 20px 0;
  font-size: 109%;
  margin-left: 10px;
}

div#main div.section ul.entryList li a {
  display: block;
  background: url(../img/mk_link.gif) no-repeat 0 0.4em;
  padding-left: 20px;
  font-weight: bold;
  color: #333;
}

