/* ボディに関するCSS */
html,body {
  color: #666;
  background-color: #fff;
  font-family: "ＭＳ Ｐゴシック", "Osaka", sans-serif;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 1px;
  margin: 0px;
  scrollbar-face-color: #fff;
  scrollbar-arrow-color: #ffa2c7;
  scrollbar-track-color: #fff;
  scrollbar-3dlight-color: #d3d3d3;
  scrollbar-darkshadow-color: #d3d3d3;
  scrollbar-highlight-color: #fff;
  scrollbar-shadow-color: #fff;
}

#container {
  potition: relative;
  color: #666;
  background-color: #fff;
  width: 732px;
  margin: 0px auto;
}

img {
  border: none;
}

h1 {
  display: none;
}

h2 {
  display: none;
}

h3 {
  display: none;
}

/* ページ構造に関するCSS */
#wrapper {
  position: absolute;
  width: 730px;
  margin: 0px auto;
  border: 1px solid #dcdcdc;
}

/* ヘッダーに関するCSS */
#header {
  width: 730px;
  height: 150px;
}

#rogo1 {
  float: left;
  width: 150px;
  height: 150px;
  background: url(img/rogo1.jpg);
}

#rogo2 {
  float: left;
  width: 580px;
  height: 75px;
  background: url(img/rogo2.jpg);
}

#title {
  float: left;
  width: 580px;
  height: 75px;
  background: url(img/title.jpg);
}

/* コンテンツに関するCSS */
#content {
  position: relative;
  float: right;
  width: 580px;
  height: 555px;
  padding: 0px 0px 30px 0px;
}

#content img {
  display: block;
}

.box {
  clear: both;
  width: 530px;
  margin: 15px auto;
}

.b-top1 {
  width: 530px;
  height: 35px;
}

.b-bottom1 {
  clear: both;
  width: 530px;
  height: 10px;
}

.text1 {
  width: 526px;
  border-left: 2px solid #696969;
  border-right: 2px solid #696969;
}

/* メニューに関するCSS */
#nav {
  float: left;
  width: 150px;
}

#nav-b {
  width: 150px;
  height: 205px;
  padding: 15px 0px;
  background: url(img/bg3.gif);
}

#nav-b a img {
  float: left;
  margin: 5px 5px;
}

/* リンクに関するCSS */
#link1 {
  width: 435px;
  height: 45px;
  color: #666;
  background-color: #fffaf0;
  margin: 15px auto;
  border: 2px dashed #696969;
}

#link1 p {
  text-align: center;
  margin: 5px 0px 2px;
}

#link1 ul {
  margin: 0px 30px;
  padding: 0px;
  list-style-type: none;
  list-style-position: outside;
}

#link1 li {
  float: left;
}

#link1 a:link {
  color: #fa8072;
  background-color: #fffaf0;
  text-decoration: none;
  padding: 1px;
}

#link1 a:visited {
  color: #fa8072;
  background-color: #fffaf0;
  text-decoration: none;
  padding: 1px;
}

#link1 a:hover {
  color: #fa8072;
  background-color: #fffaf0;
  text-decoration: none;
  padding: 1px;
  border-top: 1px solid #fa8072;
  border-bottom: 1px solid #fa8072;
}

#link2 {
  float: left;
  color: #fa8072;
  background-color: #f5f5f5;
  text-align: center;
  width: 147px;
  margin: 15px 0px;
  padding: 5px 0px 2px;
  border-top: 1px solid #dcdcdc;
  border-left: 1px solid #dcdcdc;
  border-bottom: 2px solid #c0c0c0;
  border-right: 2px solid #c0c0c0;
}

#link2 p {
  line-height: 120%;
  margin: 0px;
}

#link2 ul {
  margin: 0px;
  padding: 0px;
}

#link2 li {
  width: 120px;
  line-height: 100%;
  list-style-type: none;
  list-style-position: outside;
  margin: 3px auto;
}

#link2 li a {
  padding: 2px 0px;
  display: block;
}

#link2 a:link {
  color: #fa8072;
  text-decoration: none;
  background-color: #fffaf0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fa8072;
  border-right: 1px solid #fa8072;
}

#link2 a:visited {
  color: #fa8072;
  text-decoration: none;
  background-color: #fffaf0;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fa8072;
  border-right: 1px solid #fa8072;
}

#link2 a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #ffa07a;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fa8072;
  border-right: 1px solid #fa8072;
}

/* フッターに関するCSS */
#footer {
  position: absolute;
  bottom: 0px;
  font-size: 13px;
  font-family: "Times New Roman";
  text-align: center;
  width: 570px;
  margin: 0px;
  padding: 5px;
  border-top: 1px solid #666;
}
