@charset "UTF-8";

/* formatting style
-----------------------------*/


* {
  font-style: normal;
  margin: 0px;
  padding: 0px;
}

body {
  color: #333333;
  background-color: #CCCCCC;
  font-size: small;
  line-height: 1.6;
  font-family: sans-serif;
  background-image: url(../image_wall/greeen.gif);
  background-repeat: repeat-y;
}

hr { display: none; }

/* link styles
-----------------------------*/


a img { border-style: none; }

a:link {
  color: #333333;
  text-decoration: underline;
}

a:visited {
  color: #999999;
  text-decoration: underline;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

a:active {
  text-decoration: none;
  position: relative;
  left: +1px;
  top: +1px;
}

/* basic layout
-----------------------------*/

#wrapper {
  background-color: #FFFFFF;
  width: 820px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 100px;
}

#main {
  float: right;
  width: 580px;
  margin-bottom: 20px;
  margin-top: 15px;
}

#sub {
  float: left;
  width: 210px;
  margin-bottom: 20px;
}

#footer {
  clear: both;
  color: #FFFFFF;
  background-color: #333333;
  padding: 15px;
}

/* header styles
-----------------------------*/

#header {
  background-image: url(../image_top/top_image_green.jpg);
  background-position: right bottom;
  background-repeat: no-repeat;
  height: 215px;
  position: relative;
  border-top: 3px solid #009900;
  border-bottom: 3px solid #FF9933;
}

#logo {
  position: absolute;
  left: 15px;
  top: 15px;
}

#header ul { margin-top: 0px; }

#header li {
  list-style: none;
  float: right;
  display: inline;
  margin-right: 20px;
  margin-top: 0px;
}

#menu { height: 50px; }

/* footer styles
-----------------------------*/


#footer ul li a { color: #CCCCCC; }

#footer ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer p a { color: #CCCCCC; }

#footer p a:hover {
  color: #FFFFFF;
  text-decoration: none;
}

#footer ul li {
  list-style: none;
  display: inline;
  margin-right: 15px;
}

#footer p {
  float: right;
  margin-top: 0px;
}

/* main styles
-----------------------------*/

#main h2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

#main h3 {
  color: #006600;
  margin-bottom: 1em;
}

#main h4 { margin-bottom: 1em; }

#main p { margin-bottom: 1em; }

#main #old {
  background-color: #FFFFCC;
  padding: 1em;
  margin-top: 2em;
}

#main #matsu2 {
  float: left;
  height: 160px;
  width: 120px;
  margin-top: 10px;
  margin-right: 10px;
}

#main #matsu1 {
  float: left;
  height: 133px;
  width: 178px;
  margin-top: 10px;
  margin-right: 10px;
}

#main #matsu {
  float: left;
  height: 121px;
  width: 120px;
  margin-top: 10px;
  margin-right: 10px;
}

#main #z900 {
  float: left;
  height: 170px;
  width: 150px;
  margin-top: 10px;
  margin-right: 10px;
}

#main #ikebe {
  float: right;
  height: 200px;
  width: 150px;
  margin-left: 10px;
  margin-top: 10px;
}

#main #pro750 {
  float: left;
  height: 150px;
  width: 150px;
  margin-top: 10px;
  margin-right: 10px;
}

/* sub styles
-----------------------------*/

#sub h2 {
  margin-bottom: 15px;
  margin-top: 20px;
}

#sub ul { margin-top: 10px; }

#sub ul li {
  margin-bottom: 6px;
  list-style: none;
}

#sub ul li a {
  display: block;
  background-image: url(../image_introduction/arrow_g.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  width: 195px;
  padding-left: 15px;
}

#sub ul li a:hover { background-image: url(../image_introduction/arrow_hover_g.jpg); }
