@charset "Shift_JIS";
/* Style sheet for all SHACHI web pages.
 * 
 * author: Anchor co., inc.
 * created: 2007/10/23
 */
 
* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
}

/* スクロールバーの有り無しによってページごとに左右のずれが発生するのを防ぐ */
html > body { /* IE以外 */
  overflow-y: scroll;
}

body {
  /*background-color: #E0E0E0;*/
  background-image: url(../images/bg_stripe.png);
}


p {
  line-height: 1.5;
  font-size: small;
}

/* anchor */
a {
  color: #4A8EDA;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
  background-color: #CFF4FF;
}

a img {
  border: none;
}

/* horizonal line */
hr {
  width: 95%;
  height: 1px;
  background-color: #CDCDCD;
  border: 0;
  margin: .7em 0;
}

/*
 * Main Container
 */
div#body {
  width: 800px;
  position: relative; /* for fixed footer */
  min-height: 100%;
  _height: 100%; /* IE hack */  margin: 0 auto;
  padding: 0 2px;
  background-color: #FFF;
}

/*
 * Header
 */
/* Header > Title */
#header_title {
  width: 285px;
  height: 70px;
  float: left;
}
#header_title a:hover {
  background-color: transparent;
}

#header_shachi_title {
	position: relative;
	width: 400px;
	top: 0px;
	left: -40px;
}

#header_shachi_title2 {
	font-size: 10pt;
}

/* Header > Information */
#header_info {
  margin-top: 5px;
  margin-right: 5px;
  width: 228px;
  float: right;
  text-align: right;
}
/* Header > Information > Inquiry, Sitemap, English*/
#header_info ul{
  list-style-type: none;
}
#header_info ul li{
  float: left;
  overflow: hidden; /* prevent a list item from falling on IE */
  height: 20px;
}
#header_info ul li a{
  display: block;
  height: 0px;
  overflow: hidden;
  padding-top: 20px;
}

* html #header_info a {height:20px; he\ight:0;}/*  hack for IE 5.x */

#header_info ul li a:hover {
  background-color: transparent;
}

#header_info ul li#info_inquiry {
  width: 72px;
  background: url(../images/info_inquiry.jpg) no-repeat;
}

#header_info ul li#info_sitemap {
  width: 94px;
  background: url(../images/info_sitemap.jpg) no-repeat;
}

#header_info ul li#info_english {
  width: 62px;
  background: url(../images/info_english.jpg) no-repeat;
}

/* Header > Search Box */
#header_search{
  float: right;
  clear: right;
  width: 227px;
  height: 32px;
  margin-top: 5px;
  margin-right: 5px;
  background: url(../images/search_bg.jpg) no-repeat right center;
}
#header_search form{
  padding: 6px 10px;
  text-align: center;
}

#header_search input#search_box {
  width: 158px;
  border: 1px #999 solid;
}
#header_search input#search_button {
  color: #666;
  font-size: .8em;
  border: 1px #FFF solid;
  background-color: #CDCDCD;
}


/*
 * Global Navigation
 */
#gnavi {
  clear: both;
}

#gnavi ul {
  list-style-type: none;
  width: 800px;
  height: 36px;
  border-top: 1px #CACACA solid;
  border-bottom: 1px #CACACA solid;
}

#gnavi ul li{
  display: inline;
  float: left;
  width: 160px;
  height: 36px;
}

#gnavi ul li a {
  display: block;
  width: 160px;
  height: 0px;
  /* The text is forced off the screen by using a top padding (36px) and overflow:hidden (there is also a hack for IE5.x). */
  overflow: hidden;
  padding-top: 36px;

  border: none;
  text-decoration: none;

}

* html #gnavi a {height:100px; he\ight:0;}/*  hack for IE 5.x *

/* gnavi a */
#gnavi ul li a {
  background: url(../images/gnavi_ja.jpg) no-repeat;
}
#gnavi ul li#gnavi_01 a {
  background-position: 0 0;
}
#gnavi ul li#gnavi_02 a {
  background-position: -160px 0 ;
}
#gnavi ul li#gnavi_03 a {
  background-position: -320px 0 ;
}
#gnavi ul li#gnavi_04 a {
  background-position: -480px 0 ;
}
#gnavi ul li#gnavi_05 a {
  background-position: -640px 0 ;
}

/* gnavi a:hover */
#gnavi ul li a:hover{
  background: url(../images/gnavi_ja.jpg) no-repeat;
}
#gnavi ul li#gnavi_01 a:hover {
   background-position: 0px -36px;
}
#gnavi ul li#gnavi_02 a:hover {
  background-position: -160px -36px;
}
#gnavi ul li#gnavi_03 a:hover {
  background-position: -320px -36px;
}
#gnavi ul li#gnavi_04 a:hover {
  background-position: -480px -36px;
}
#gnavi ul li#gnavi_05 a:hover {
  background-position: -640px -36px;
}


/*
 * Footer 
 */
#footer {
  position: relative; /* containing block is div#body */
  bottom: 0;
  clear: both;
  white-space: nowrap;
  width: 800px;
  padding: .2em 0 .5em;
  border-top: 2px #CDCDCD solid;
  color: #666;
  font-size: small;
}
#footer_links {
  height: 2.5em;
  text-align: center;
}
#copyright {
  height: 1.2em;
  text-align: right;
}
