/**
 * 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!
 */

body {
  background-image: url(/images/common/body_bg.gif);
  background-repeat: repeat-x;
  background-color: #ece8cf;
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}

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

div#shadow {
  width: 840px;
/*  min-height: 500px; */
  margin: 0 auto;
/*  background: transparent url(/images/common/shadow800.jpg) repeat-y center top !important; */
}

* html div#shadow {
/*  height: 500px; */
}

/* header */
div#header {
  margin-top: 30px;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  background-color: #ccc;
  border-style: solid;
  border-width: 0 0 0 0;
  border-color: #eee;
  position: relative;
}

div#header h1 {
  display: none;
}

div#header .header-menu {
  position: absolute;
  top: 30px;
  right: 10px;
  font-size: 10px;
  color: #000;
}

div#header .header-menu a {
  color: #000;
}

div#header .header-banner {
  position: absolute;
  top: 8px;
  right: 168px;
  width: 180px;
}

div#header .header-banner a {
  display: inline-block;
}

div#header .header-banner a img {
  width: 100%;
  height: auto;
}

/* top_menu */
div#top_menu {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
}

/* container */
div#container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  min-height: 640px;
  background-color: #fff;
  text-align: left;
  background-image: url(/images/common/menu_bg.gif);
  background-repeat: repeat-y;
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #fff;
  padding-bottom: 50px;
}

* html #container {
  height: 600px;
}

/* menu */
div#menu {
  position: absolute;
  top: 10px;
  left: 0;
  width: 200px;
  margin-bottom: 1em;
  color: #333;
  text-align: center;
}

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

div#menu ul img {
  margin-bottom: 5px;
}

div#menu ul#menu-product {
  text-align: left;
  padding: 0 5px 10px 15px;
}

div#menu ul#menu-product li {
  padding-bottom: 5px;
}


/*
div#menu h3 {
  font-size: 12px;
  border-style: solid;
  border-width: 0 0 0 5px;
  border-color: #000;
  padding-left: 7px;
  margin: 0 0 5px 5px;
}
div#menu ul {
  list-style: none;
  border: none;
}

div#menu li {
}

div#menu li a {
  display: block;
  padding: 0 0 3px;
  text-decoration: none;
  width: 100%;
  line-height: 130%;
  color: #000;
}

html>body div#menu li a { width: auto; }

div#menu li a:hover {
  text-decoration: none;
  color: #f00;
}
*/
div#menu div.banner {
  text-align: left;
  margin-left: 10px;
  font-size: smaller;
}


/* main */
div#main {
  width: 600px;
  padding: 10px 0 10px 10px;
  margin-left: 200px;
  line-height: 140%;;
}


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

div.graybox {
  width: 300px;
  height: 150px;
  border: solid 1px #ddd;
  background-color: #f3f3f3;
  padding: 5px;
  margin: 10px 0;
}

div#main h2 {
  background-image: url(/images/common/heading.gif);
  background-repeat: no-repeat;
  font-size: 12px;
  color: #444;
  height: 23px;
  text-indent: 15px;
  margin-bottom: 10px;
}

div#main h2 span {
  display: block;
  padding: 3px 0 0 10px;
}

div#main div.box {
  margin: 0 10px 15px;
}




div#main form.mailform {
  margin-left: 10px;
}

div#main form.mailform p.caption {
  font-size: smaller;
  color: #000;
  line-height: 140%;
  margin: 10px 0;
}

div#main form.mailform p.caption em {
  font-style: normal;
  color: #c00;
}

div#main form.mailform table {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ddd;
  width: 95%;
  margin-bottom: 15px;
}

div#main form.mailform table th {
  text-align: left;
  width: 120px;
  font-weight: normal;
}

div#main form.mailform label em {
  color: #c00;
}

div#main form.mailform table th,
div#main form.mailform table td {
  vertical-align: top;
  padding-bottom: 15px;
}

div#main form.mailform table td.button {
  text-align: right;
}


/* home */
body#home div#container {
  background-image: none;
}

body#home div#layout {
  padding: 10px;
}

body#home div#layout h3 {
  background-image: url(/images/home/heading.gif);
  background-repeat: no-repeat;
  font-size: 12px;
  color: #444;
  width: 480px;
  height: 23px;
  text-indent: 15px;
  margin-bottom: 10px;
}

body#home div#layout h3 span {
  display: block;
  padding: 5px 0 0 10px;
}

body#home div#layout div.box {
  margin: 0 10px 20px;
  line-height: 1.8;
}


body#home td.banner {
  text-align: center;
  vertical-align: top;
  padding-left: 15px;
}

body#home td.banner img {
  margin-bottom: 10px;
}

/* underbar */
table.underbar {
  width: 95%;
}

table.underbar th {
  white-space: nowrap;
}

table.underbar th,
table.underbar td {
  border-style: solid;
  border-width: 0 0 1px 0;
  border-color: #ddd;
  padding:  10px 5px;
  line-height: 160%;
  font-weight: normal;
  text-align: left;
}

table.underbar table td{
  border: none;
  padding: 2px 5px;
}

/* news */
body#news div#container {
  display: flex;
}

body#news div#menu {
  position: relative;
  flex-shrink: 0;
}

body#news div#main {
  margin-left: 0;
}

/* product */
body#product em {
  font-weight: normal;
  font-style: normal;
}

body#product div#container {
  min-height: 660px;
}

body#product div#product-bg {
  border-style: solid;
  border-width: 2px 0;
  border-color: #004BC8;
  background-color: #F0F7FF;
  width: 580px;
}

body#product ul#a00002 {
  text-align: right;
}

body#product ul#a00002 li {
  display: inline;
}

body#product ul#a00002 li.selected {
  font-weight: bold;
}

body#product table#product-content {
  margin: 20px 10px;
}

body#product table#product-content td {
  vertical-align: top;
  text-align: left;
}


body#product div#product-bg {
  font-family: "ＭＳ Ｐゴシック", sans-serif;
}

body#product div#product-bg h3 {
  background-image: url(/images/product/heading_icon.gif);
  background-repeat: no-repeat;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
  height: 18px;
  padding-left: 22px;
  margin-bottom: 8px;
}

body#product div#product-bg p {
  margin: 0 10px;
}

body#product table#product-content table.datalist {
  margin-left: 10px;
}

body#product table#product-content table.datalist th {
  text-align: left;
  border: solid 1px #ddd;
  background-color: #f3f3f3;
  padding: 3px 5px;
  width: 100px;
  background-color: #969696;
  color: #fff;
  font-weight: normal;
}

body#product table.datalist td {
  text-align: left;
  border: solid 1px #ddd;
  padding: 3px 5px;
  width: 180px;
  background-color: #fff;
}

body#product table.imagelist td {
  text-align: center;
  padding-bottom: 10px;
  font-size: 12px;
}

body#product table.imagelist img {
  border: solid 1px #ccc;
}

body#product ul.product_navi {
  text-align: right;
  font-size: 10px;
  margin: 10px 0;
  width: 560px;
}

body#product ul.product_navi li {
  display: inline;
}

body#product ul.product_navi li.selected {
  font-weight: bold;
}

body#product div#product-code {
  margin: 20px 20px;
}

body#product div#product-code p {
  margin: 0 0 1em 1em;
}

body#product div#product-code table {
  margin: 0 0 3em 2em;
}

body#product div#product-code ul {
  margin: 0 0 1em 1em;
  list-style-type: none;
}

body#product div#product-code table.product-list {
  margin-bottom: 25px;
}

body#product div#product-code table.product-list th,
body#product div#product-code table.product-list td {
  border: solid 1px #ddd;
  padding: 2px 5px;
  background-color: #fff;
  text-align: left;
}

body#product div#product-code table.product-list td {
  font-size: 10px;
}

body#product div#product-code table.product-list td.gray01 {
  background-color: #969696;
  color: #fff
}

body#product div#product-code table.product-list td.gray02 {
  background-color: #c0c0c0;
}


body#product div#product-code table.product-list td em {
  color: #f90;
  font-style: normal;
  font-size: 14px;
}

body#product div#product-code table.product-list td a {
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: center;
  color: #333;
  cursor: default;
}

body#product div#product-code table.product-list2 td {
  background-color: #fff;
  font-size: 10px;
  padding: 2px 5px;
  width: 80px;
}

body#product div#mclass td {
  width: 190px;
  padding: 0 0 10px 0;
}


/* Company */
body#company div.title {
  border-style: solid;
  border-width: 0 0 1px;
  border-color: #ddd;
  margin-bottom: 5px;
  width: 550px;
}

body#company p.txt {
  width: 500px;
  margin-left: 10px;
  line-height: 1.8;
}


body#company div.map {
  width: 280px;
  height: 189px;
  margin: 10px 0;
}


/* Sitemap */
body#sitemap div#main h3 {
  border-style: solid;
  border-width: 0 0 1px 7px;
  border-bottom-color: #ddd;
  border-left-color: #ccc;
  margin-bottom: 10px;
  text-indent: 5px;
  font-size: 12px;
}

body#sitemap div#main ul {
  margin: 0 0 10px 20px;
}


body#sitemap div#main td {
  vertical-align: top;
  line-height: 1.8;
}

body#sitemap div#main td ul {
  margin: 0 0 40px 30px;
}

body#sitemap div#main h5 {
  margin: 0 0 0 10px;
  padding: 0;
  font-size: 12px;
  font-weight: normal;
}
