@charset "Shift_JIS";
/* Style sheet for general SHACHI web pages.
 * 
 * author: Anchor co., inc.
 * created: 2007/10/25
 */


/*
 * Contents Area
 */
div#contents {
  width: 100%;
  margin-top: 5px;
  padding-bottom: 3em; /* the same size as footer's height(common.css) or lager */
}
#contents h2 {
  width: 800px;
  height: 0px;
  overflow: hidden;
  margin-top: 5px;
  padding-top: 47px;
  background-repeat: no-repeat;
}

#contents h2#about {
  background-image: url(../images/c_title_about.jpg);
}
#contents h2#db {
  background-image: url(../images/c_title_db.jpg);
}
#contents h2#statistics {
  background-image: url(../images/c_title_statistics.jpg);
}
#contents h2#papers {
  background-image: url(../images/c_title_papers.jpg);
}
#contents h2#clist {
  background-image: url(../images/c_title_clist.jpg);
}
#contents h2#csearch {
  background-image: url(../images/c_title_csearch.jpg);
}

#contents h2#inquiry {
  background-image: url(../images/c_title_inquiry.jpg);
}

#contents h2#sitemap {
  background-image: url(../images/c_title_sitemap.jpg);
}
#contents h2#whats_new_list {
  background-image: url(../images/c_title_whats_new_list.jpg);
}



/*
 * Local Navigation
 */
div#lnavi {
  float: left;
  width: 200px;
}

#lnavi ul {
  list-style-type: none;
}
#lnavi ul li {
}
/* lnavi > main */
#lnavi ul li.main {
  width: 198px;
  height: 37px;
  background-repeat: no-repeat;
}

#lnavi ul li.main a {
  display: block;
  width: 198px;
  height: 37px;
  border: 1px solid #DFDFDF;
}

#lnavi ul li.main a:hover {
  background-color: transparent;
}

/* lnavi > sub contents */
#lnavi ul li.sub {
  width: 200px;
/*  height: 43px;*/
}
#lnavi ul li.sub a {
/* width incl. padding: 200px, height incl. padding: 43px */
  display: block;
  width: 170px;
  height: auto;
  min-height: 15px;
  max-height: 152px; /* height of the bg img is 180px */
  line-height: 1.2;
  overflow: visible;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 30px;
  border: none;
  border-bottom: #DFDFDF dashed 1px;
  font-size: small;
  font-weight: bold;
  background: url(../images/lnavi_sub.jpg) 0 0 no-repeat;
}
#lnavi ul li.sub a:hover {
  color: #314A98;
  text-decoration: none;
  background: url(../images/lnavi_sub.jpg) 0 -180px no-repeat;
}
#lnavi ul li#sub_last a {
  border-bottom-style: solid;
}

/*
 * Main Contents (right column)
 */
div#main_contents {
  margin-left: 210px;
}
/* Topic Path */
#main_contents ol.topic_path {
  font-size: smaller;
  margin: 10px 0 20px;
}
#main_contents ol.topic_path li {
  display: inline;
}

/* header */
#main_contents h3 {
  padding-left: 18px;
  color: #0093CA;
  font-size: 120%;
  font-family: Verdana sans-serif;
  font-weight: bold;
  background: url(../images/mc_title_icon.jpg) no-repeat 0 center;
}
/* main contents text */
#main_contents div#main_contents_text {
  width: 95%;
  line-height: 1.5;
  margin: .5em auto;
  font-size: small;
}
#main_contents #main_contents_text p {
  margin: 1em auto;
}
#main_contents #main_contents_text ol,
#main_contents #main_contents_text ul, 
#main_contents #main_contents_text dl {
  width: 90%;
  margin: 1em auto;
}
#main_contents #main_contents_text ol {
  padding-left: 2em;
}

/* for inquiry and sitemap header */
#main_contents #main_contents_text h3.info {
  margin-left: 0;
  margin-bottom: .8em;
  padding-left: 7px;
  border-left: 5px solid #FFB200;
  border-bottom: 1px dashed #CDCDCD;
  color: #515151;
  font-size: 150%;
  background: transparent;
}
#main_contents #main_contents_text h4.info {
  margin-left: 1em;
  padding-left: 15px;
  font-size: 120%;
  background: url(../images/info_icon.gif) no-repeat 0 center;
}


/* for inquiry page */
address {
  margin: 1em 0;
  font-style: normal;
}
address span.name {
  display: block;
  margin: .4em 0;
}
address span.e_mail img {
  vertical-align: bottom;
}

/* for sitemap page */
#main_contents #main_contents_text div.sitemap_tree {
  margin: .5em 0 1.5em;
}
#main_contents #main_contents_text ul.sitemap {
  margin-top: .2em;
  margin-bottom: 1em;
  padding-left: 3em;
}

/* for What's New List page */
#main_contents #main_contents_text dl.whats_new_list {
  width: 95%;
  margin-top: -.5em; /* same size as padding-top of <dt>s for canceling out the  padding-top of the first item of <dl>. */
  margin-left: 0;
  padding-left: 0;
  border-top: 1px #CDCDCD solid;
}
dl.whats_new_list dt.wn_date {
  float: left;
  width: 6em;
  padding-top: .5em;
  color: #213C94;
  font-size: small;
  font-weight: bold;
}
dl.whats_new_list dt.wn_summery {
  padding-top: .5em;
  margin-left: 7em;
  color: #777;
  font-weight: bold;
}
dl.whats_new_list dd {
  clear: left;
  padding-bottom: .6em;
  padding-left: 1em;
  border-bottom: 1px #CDCDCD dashed;
}
dl.whats_new_list dd.last {
  border-bottom: 1px #CDCDCD solid;
}

/* Page Link under What's New List */
#main_contents #main_contents_text ul.page_link {
  list-style-type: none;
  text-align: right;
}
#main_contents #main_contents_text ul.page_link li {
  display: inline;
}
#main_contents #main_contents_text ul.page_link li.no_a {
  padding-left: 3px;
  padding-right: 3px;
}

#main_contents #main_contents_text ul.page_link li a{
  padding-left: 3px;
  padding-right: 3px;
}
