@charset "Shift_JIS";
/* 要素リセット */
body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 95%;
  font-family: 'Verdana,Arial,Helvetica,sans-serif;
  color: #000000;
  /* 標準文字色 */
    background-color : #181818;
 line-height: 140%;
 
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body {
  font-size: 90%;
}
/* end */

img {
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
}
/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#container {
  position: relative;
}
#header {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 74px;
  height : 79px;
}
#inner {
  width: 900px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  clear: both;
  background-color : rgb(136, 136, 136);
}
#inner:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.layoutset-02 #wrapper {
  width: 680px;
  padding-top: 21px;
  float: right;
  background-color : white;
}
.layoutset-01 #title {
  height : 320px;
  margin: 0px;
  padding: 0;
}
.layoutset-02 #title {
  }
#main {
  width: 660px;
  float: right;
  text-align: left;
  padding-right : 10px;
  background-color : white;
  padding-left : 10px;
}
.layoutset-01 #main {
  padding-top: 10px;
}
#aside {
  width: 200px;
  float: left;
  margin-top: 10px;
  padding-left: 10px;
  padding-bottom: 50px;
}
.layoutset-02 #aside {
  margin-top: 20px;
}
#footer {
  width: 900px;
  height: 35px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
  padding-top: 20px;
  background-color : black;
  border-top-width : 2px;
  border-top-style : solid;
  border-top-color : rgb(205, 183, 58);
}
.layoutset-01 #nav {
  width: 900px;
  overflow: hidden;
  position: absolute;
  height: 50px;
  top: -66px;
  left: 0px;
  background-image : url(../images/menuBg_6D_02.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
.layoutset-02 #nav {
  width: 900px;
  height: 50px;
  overflow: hidden;
  position: absolute;
  top: -66px;
  left: 0px;
  background-image : url(../images/menuBg_6D_02.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* 背景設定 */
.layoutset-01 {
  background-image : url(../images/bg_6D_01_01.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
.layoutset-02 {
  background-image : url(../images/bg_6D_01_02.png);
  background-position: 0px 0px;
  background-repeat: repeat-x;
}
/* コンテンツ配置領域 */

/* ナビゲーション */
#nav ul {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0px;
  padding-top: 0px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
  list-style-type: none;
  text-align: center;
}
#nav li {
  width: 180px;
  float: left;
  display: inline;
  font-size: 13px;
  line-height: 38px;
  height: 50px;
  overflow: hidden;
}
#nav li a {
  display: block;
  height: 50px;
  overflow: hidden;
  padding-left: 0px;
  padding-right: 20px;
}
#nav li span.en {
  color : rgb(223, 239, 255);
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 5px;
  padding-left: 20px;
  line-height: 12px;
  text-align: left;
}
#nav li span.ja {
  color : silver;
  display: block;
  font-size: 11px;
  font-weight: bold;
  padding-left: 20px;
  line-height: 12px;
  text-align: left;
}
#nav ul:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html #nav li {
  /* ie6用ハック */
    width: 180px;
}
#nav a:link {
  height: 50px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C8C8C8;
  color : aqua;
}
#nav a:visited {
  height: 50px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C8C8C8;
}
#nav a:hover {
  height: 50px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C8C8C8;
}
#nav a:active {
  height: 50px;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #C8C8C8;
}
#nav a:hover span.en {
  color : silver;
}
#nav a:active span.en {
  color : silver;
}
#nav a:hover span.ja {
  color : silver;
}
#nav a:active span.ja {
  color : silver;
}
#nav h3.c-index {
  height: 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  text-indent: -9999px;
  background: none;
  
}
.t_service{
  border-width : 1px;
  border-style : solid;
  border-color : silver;
}
.t_service td{
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : silver;
  border-bottom-color : silver;
}
.t_service th{
  background-color : #dddddd;
  border-right-width : 1px;
  border-right-style : solid;
  border-right-color : silver;
}
.layoutset-02 #title{
  margin-left : 10px;
}
