body {
  font-size: 90%;
}

img {
  border: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

h1 {
  margin: 0px 0px 0px 0px;
}

h2 {
  text-align: center;
}

#container {
  width: 733px;
  margin-right: auto;
  margin-left: auto;
}

#top_title {
  width: 730px;
  padding:  0px 0px 0px 0px;
}

#contents_box {
  clear: both;
  width: 730px;
  margin: 18px 0px 10px 0px;
}



/* グローバルナビゲーション設定 */
#globalnavi {
  width: 732px;
  height: 31px;
  margin: 0px 0px 0px 0px;
}

#globalnavi ul {
  height: 31px;
  margin:  0px 0px 0px 0px;
  padding: 0px 0px 0px 1px;
  background-color: #ececec;
  list-style: none;
}

#globalnavi li {
  float: left;
  width: 145px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border-top: #ececec 1px solid;
  border-left: #ececec 1px solid;
  border-bottom: #dcdcdc 1px solid;
  background-color: #0066c9 ;
}

#globalnavi a:link,
#globalnavi a:visited {
  display: block;
  width: 100% /* Windows Internet Explorer 6 対策 */;
  height: 30px;
  text-decoration: none;
  text-align: center;
  color: #000000 ;
  background-color: #0066c9;
  background: url(../img/menu_back.gif) left bottom no-repeat;
}

#globalnavi a:hover,
#globalnavi a:active,
#globalnavi a:focus {
  color: #000000;
  text-decoration: none;
  background-color: #FFA500;
}

#globalnavi span {
  position:relative; top:10px;
  font-size: 85%;
  color: #000000;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

/* アクティブページのメニューをハイライト表示 */
ul.main-menu li {
  background-color: #FFA500;
}

body #index li#menu1,
body #service li#menu2,
body #news li#menu3,
body #recruit li#menu4,
body #corp_info li#menu5 {
  background-color: FFA500;
}

body #index li#menu1 span,
body #shouhin li#menu2 span,
body #corp li#menu3 span,
body #recruit li#menu4 span,
body #inquiry li#menu5 span {
  color: #666666;
}




/* メインコンテンツ表示設定用 */
#main_contents {
  width: 530px;
  float:right;
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 0px;

}

#main_contents ul {
  width: 460px;
  margin: 0px 5px 0px 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 2px 0px 0px 0px;
  font-size: 85%;
}

#main_contents li {
  list-style: none;
  border-bottom: 1px #dcdcdc dotted;
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 3px 10px;
  background:url(../img/marker.gif) no-repeat center left;
}




/* サブメニュー表示用設定 */
#sub_contents {
  width: 180px;
  height: 450px;
  float: left;
  border-top: 1px #dcdcdc solid;
  border-right: 1px #dcdcdc solid;
  margin-top: 2px;
  padding-top: 8px;
  text-align: center;
}

#sub_contents img {
  margin: 3px 0px;
}




/* 最新情報・ニュース表示用設定 */
.date {
  font-weight: bold;
}

.next {
  margin: 0px 0px 0px 0px;
  padding: 0px 30px 0px 0px;
  text-align: right;
  font-size: 90%;
}



/* テキスト表示設定 */
.text {
  width: 440px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  font-size: 90%;
  line-height: 1.2em;
}



/* フッター */
#footer {
  clear: both;
  margin: 20px 0px 10px 0px;
  padding: 0px 0px 8px 0px;
  background-color: #002c78;
  color: #ffffff;
  text-align: center;
}

#footer hr {
  margin-top: 0px 0px 0px 0px;
  padding: 3px 0px 3px 0px;
  color: #0066c9;
  border: 1px #0066c9 solid;
}

.img {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}

.red {

  font-size: 70%;
}


