@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;
}

/* search index */

div#main div.section #searchBoxLarge {
    padding: 10px;
    background-color: #009900;
    color: #fff;
}

div#main div.section #searchBoxLarge #textSearch {
    text-align: center;
    border-bottom: dotted 1px #fff;
}

div#main div.section #searchBoxLarge #textSearch #textLabel {
    text-align: left;
    margin: 5px 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}

div#main div.section #searchBoxLarge #textSearch #textBox {
    width: 400px;
    height: 20px;
    font-size: 14px;
    font-weight: bold;
}

div#main div.section #searchBoxLarge #textSearch #textSample {
    font-size: 10px;
}

div#main div.section #searchBoxLarge #optionSearch {
    border-bottom: dotted 1px #fff;
}

div#main div.section #searchBoxLarge #optionSearch #optionLabel {
    text-align: left;
    padding: 10px 0 0 5px;
    font-size: 14px;
    font-weight: bold;
}

div#main div.section #searchBoxLarge #optionSearch #optionNum {
    padding: 10px 0 10px 20px;
}

div#main div.section #searchBoxLarge #optionSearch #optionContact {
    padding: 0 0 10px 20px;
}

/* serach result */
div#main div.section #searchBoxCompact {
    padding: 5px;
    background-color: #009900;
    color: #fff;
}

div#main div.section #searchBoxCompact #textSearch {
    padding: 2px;
}

div#main div.section #searchBoxCompact #textSearch #textBox {
    width: 400px;
}

div#main div.section #searchBoxCompact #optionSearch #optionNum {
    padding: 5px 0 5px 20px;
    font-size: 10px;
}

div#main div.section #searchBoxCompact #optionSearch #optionContact {
    padding: 0 0 5px 20px;
    font-size: 10px;
}

div#main div.section #resultList h2{
    margin: 0 0 5px 0;
    padding: 0;
    font-size: 14px;
}

div#main div.section #resultList .resultItem{
    margin: 0 0 20px 0;
    border: 1px solid #ccc;
    padding: 10px;
}

div#main div.section #resultList .resultItem table{
    margin: 0;
    padding: 0;
    width: 525px;
    border: none;
}

div#main div.section #resultList .resultItem th{
    margin: 0;
    padding: 3px;
    height: 0;
    font-weight: normal;
    font-size: 12px;
    border-top: none;
    border-left: none;
    border-bottom: solid #fff 1px;
    background-color: #FFBDB6;
}

div#main div.section #resultList .resultItem td{
    margin: 0;
    padding: 3px;
    height: 0;
    font-size: 12px;
    border-top: none;
    border-right: none;
    border-bottom: 1px dotted #ccc;
    color: #000;
}

div#main div.section #resultList .orderForm {
    margin: 8px 0 0 0;
}

div#main div.section div#inquiryForm {
    margin:30px 0 0 0;
}

div#main div.section div#inquiryForm h2 {
  background: url(../img/bg_h1.gif) no-repeat;
  height: 45px;
  padding: 0 20px;
  line-height: 45px;
  font-size: 139%;
  color: #FFF;
}

.registerNav {
  text-align:right;
}
