/* aboutus.css */

/* スタイルシート エンコード指定 */
/* @charset "utf-8"; */
/* スタイルシート エンコード指定 */

html {
    background-image: url('../image_f/grey.png');
    height: 100%;
}

body {
    height: 100%;
}

img {
  /* vertical-align: bottom; */ /* 画像間の空白を削除 */
}

img.vertical {
  vertical-align: bottom;
}

#container {
     min-height: 100%;
     /* height: 100%;*/
     width: 800px;
     margin: 0 auto;
     padding: 0 10px;
     background-color: #fff;
     box-shadow: 0 0 3px rgba(0,0,0,0.5);
}

#header {
  /* margin-bottom: 10px; */
}

#menu {
  /* background-color: green; */
  overflow: hidden;
  /* margin-bottom: 10px; */
  text-align: center;
  font-family: "Meiryo";
}

#menu ul {
  clear:both;
	width: 800px;
	height: 28px;
}

#menu li {
  float:left;
	width: 160px;
	height: 28px;
}

#menu ul>li>a {
  display: block;
  width: 160px;
  height: 28px;
  background-image: url("../image_f/nav_a.gif");
  background-repeat: no-repeart;
  text-align: center;
  font-size: 12px;
  padding-top: 3px;
  text-decoration: none;
  color: #000000;
}

#menu li a:hover {
  background-image: url("../image_f/nav_b.gif");
	color: #ffffff;
}


#contentus{
  /* background-color: yellow; */
  overflow: hidden;
}

#left_menu {
  float: left;
  width: 200px;
  margin-top: 5px;
}

#right_menu {
  /* background-color: red; */
  float: left;
  width: 600px;
  overflow: hidden;
  margin-top: 5px;
}

div.description {
  margin-bottom: 5px;
}

div.description p {
  margin-left: 3px;
  font-size: 11px;
  font-family: "Meiryo";
}

td.description {
  background-color: rgb(255, 209, 139)
}

table.overview {
  width: 600px;
  background-color: rgb(209, 244, 237);
  font-size: 12px;
  font-family: "Meiryo";
  margin-top: 5px;
}

table.overview td {
  padding: 10px;
  border: 1px #abdbda solid;
}

td.detail {
  width: 180px;
}

td.map {
  text-align: center;
}

p.br {
  margin-bottom: 1em;
}

#footer {
  background-color: rgb(255, 156, 64);
  margin-top: 20px;
  text-align: center;
  font-size: 120%;
  font-family: "Meiryo";
  color: rgb(255, 255, 255);
  text-shadow: 3px 3px 0 rgba(0,0,0,.2)
}
