/**
 * layout.css
 *
 * @package: ExeCMS
 * @author: y.chiba@i-exec.jp
 * @date: 2006/12/31 00:35:51
 *
 * CAUTION!
 * This css file is auto generated by ExeCMS.
 * DO NOT change or remove any parameters!
 */

/* position & background shadow */
div#align {
  width: 100%;
  height: 100%;
  min-height: 100%;
  text-align: center;
}

div#shadow {
  width: 840px;
  margin: 0 auto;
  background: transparent url(/img/common/shadow800.jpg) repeat-y center top !important;
/*
  background: none;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/img/common/shadow800.png", sizingMethod="scale");
*/
}

/* header */
div#header {
  width: 800px;
  height: 50px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0;
  border-color: #fff;
  background-color: #fff;
  text-align: left;
}

/* container */
div#container {
  position: relative;
  width: 800px;
  min-height: 600px;
  margin: 0 auto;
  border-style: solid;
  border-width: 0;
  border-color: #fff;
  background-color: #fff;
  background-image: url(/img/menu_bg.gif);
  background-repeat: repeat-y;
  text-align: left;
}

* html #container {
  height: 600px;
}

/* menu */
div#menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 190px;
  margin-bottom: 1em;
  padding: 0 0 1em 0;
}

div#menu ul {
  list-style-type: none;
}

div#menu li {
  border-bottom: none;
}

div#menu li.category {
  padding: 5px 0;
  background-image: url(/img/menu_category_bg.gif);
  background-repeat: no-repeat;
  color: #fff;
  text-indent: 15px;
}

div#menu li a {
  display: block;
  width: 100%;
  padding: 5px 0;
  background-color: #66B500;
  color: #fff;
  text-decoration: none;
  text-indent: 25px;
}

div#menu li a:hover {
  background-color: #EAFC83;
  color: #000;
}

/* main */
div#main {
  margin: 0 20px 0 210px;
  padding: 20px 0;
}

/* footer */
div#footer {
  width: 800px;
  margin: 0 auto;
  padding: 5px 0;
  border-style: solid;
  border-width: 1px 0;
  border-color: #999;
  background-color: #ccc;
  color: #333;
  text-align: center;
}

div#footer a {
  color: #333;
  text-decoration: none;
}


/* For the site only */
div#main h1,
div#main h2,
div#main h3,
div#main h4 {
  font-size: 12px;
}

h1 {
  display: none;
}

div#main h2.page_heading {
  width: 560px;
  height: 30px;
  margin-bottom: 8px;
  padding-top: 7px;
  background-image: url(/img/page_heading.gif);
  background-repeat: no-repeat;
  text-indent: 30px;
}

/* div.msg_box */
div#main div.msg_box {
  margin: 0 30px 30px 20px;
  line-height: 1.6em;
}

div#main div.msg_box h3 {
  position: relative; /* For IE */
  margin: 0 0 10px;
  padding: 1px 0 0 7px;
  border-style: solid;
  border-left-color: #ccc;
  border-bottom-color: #efefef;
  border-width: 0 0 1px 5px;
  font-size: 12px;
}

div#main div.msg_box p {
  margin: 0 0 30px 10px;
  line-height: 1.6em;
}


/* div#home_news */
div#main div#home_news {
  width: 540px;
  margin: -10px 0 20px;
  padding: 5px 10px;
  background-color: #ffdd40;
}

div#main div#home_news h3 {
  margin: 0 0 3px 3px;
  color: #fff;
}

div#main div#home_news div {
  padding: 5px 10px;
  background-color: #fff;
  line-height: 180%;
}

/* table#company */
div#main table#company td.heading {
  width: 100px;
  padding: 10px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ddd;
}

div#main table#company td.value {
  padding: 10px;
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ddd;
}

/* table#contact_form */
div#main table#contact_form td {
  padding: 2px 5px 2px 0;
}

/* table.news_article */
div#main table.news_article {
  width: 520px;
  margin-bottom: 20px;
}

div#main table.news_article th,
div#main table.news_article td {
  padding: 5px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
}

div#main table.news_article th {
  background-color: #EAFC83;
  text-align: left;
}
div#main table.feature {
  width: 520px;
}

div#main table.feature th,
div#main table.feature td {
  border: solid 1px #ddd;
  padding: 3px 5px;
}

div#main table.feature th {
  background-color: #EAFC83;
}
