/* BODY のレイアウト、カーソルのデザイン、文字のデザイン */

body {
  margin:0;
  padding:0;
  scrollbar-3dlight-color:#000000;
  scrollbar-arrow-color:#ffffff;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#000000;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#ffffff;
  scrollbar-track-color:#ff4500;
  cursor:crosshair;
  color: #333333;
  font-size: 10pt;
  font-weight: lighter;
  font-family: Trebuchet MS, Chicago, "ＭＳ Ｐゴシック", sans-serif;
}
/* ページのレイアウト */

#header {
  width:700px;
}
#contents {
  position:relative;
  width:700px;
}
#main {
  float:left;
  width:480px;
}
#side {
  float:left;
  width:220px;
}
#footer {
  clear:both;
  width:700px;
}
/* ページの基本デザイン */

#header {
  background-color:#ff4500;
}
#main {
  background-color:#ededed;
}
#side {
  background:url("0-images/wall-metal.jpg");
}
#footer {
  background-image:url("0-images/wall-wellding-light.jpg");
  background-repeat:repeat-x;
}
h1 {
  font-size:18pt;
  margin-top:0;
  margin-bottom:0;
}
h2 {
  font-size:11pt;
  color:#ffff00;
  background-color:#000000;
  margin-top:0;
  margin-bottom:2px;
}
h3 {
  font-size:10pt;
  color:#228b22;
  background-color:#cccce7;
  margin-top:0;
  margin-bottom:2px;
}
div {
  margin:0;
  line-height:1.5em;
  font-size:10pt;
  font-family: Trebuchet MS, Chicago, "ＭＳ Ｐゴシック", sans-serif;
}
td {
  padding:5px;
  font-size:10pt;
  font-family: Trebuchet MS, Chicago, "ＭＳ Ｐゴシック", sans-serif;
}
.top {
  vertical-align:top;
  background-color:#ffffff;
}
.black {
  color:#ffffff;
  background-color:#000000;
}
strong {
  font-size:10pt;
  font-weight:bold;
  font-family: Trebuchet MS, Chicago, "ＭＳ Ｐゴシック", sans-serif;
}
img {
  border-width:0;
}
/* navibar のデザイン */

#navibar {
  width:700px;
  list-stile-type:none;
  margin-top:0;
  padding-top:0;
  margin-left:0;
  padding-left:0;
  margin-bottom:1;
  padding-bottom:1;
  font-size:12px;
}
ul#navibar li {
  width:120px;
  float:left;
  text-align:center;
  border:1px solid #cccccc;
}
ul#navibar li a {
  display:block;
  width:116px;
  padding:2px;
  text-decoration:none;
  background-color:#000000;
  color:#ffffff;
}
ul#navibar li a:hover {
  background-color:#ff4500;
}
/* link のデザイン */

a:link {
  color:#3333cc;
  text-decoration:none;
}
a:visit {
  color:#333399;
  text-decoration:none;
}
a:hover {
  color:#3333ff;
  text-decoration:underline;
  position:relative;
  top: -3px;
  left: 3px;
}
a:active {
  color:#3333ff;
  text-decoration:underline;
}
	

