* {
  margin: 0;
  padding: 0;
}
body {
  text-align:center; 
  background: #C0C0C0;
  color: #333333;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 800px;
  font-family: "Verdana" , "Arial" , "Helvetica";
}
#title-top {
  font-family: "Arial block";
  font-size: 24pt;
  text-align: left;
  background-image: url(img/title-bgphoto3.jpg);
  width: 800px;
  height: 140px;
}
#title {
  font-family: "Arial block";
  font-size: 24pt;
  text-align: left;
  background-image: url(img/title-bgphoto2.jpg);
  width: 800px;
  height: 140px;
}
#main_logo {
  width: 600px;
  float: left;
}
#main_logo img {
  width: 200px;
  height: 40px;
  position: relative;
  top:10px;
  right: -190px;
  float: right;
}
#main_logo p {
  position: relative;
  top: 50px;
  right: 40px;
  float: right;
}
}
#main {
  width: 800px;
  background-color: #FAF8F4;
}
#navi_menu {
  text-align: center;
  height: 80px;
}
#navi_menu li {
  list-style: none;
  width: 160px;
  border: 2px outset;
  padding: 2px;
  float: left;
}
#navi_menu a, #side_menu a:link, #side_menu a:visited {
  text-decoration: none;
}
#navi_menu a:hover {
/*  color: #FFFFFF;*/
  color: black;
  background-color: orange;
}

#content {
  line-height: 145%;
  clear: both;
}
#main_title h1 {
  font-size: 1.8em;
  width: 600px;
  height: 80px;
  line-height: 100%
}
#abstract {
  font-size: 0.8em;
  text-align: justify;
  border: dotted 1px;
  border-color: red;
  border-width: 2px;
  margin: 0px;
  margin-top: 30px;
  padding: 0px 5px;
  line-height: 120%;
}
#abstract strong {
  text-transform: uppercase;
}
#abstract li {
  text-indent: 3em;
}
.feature {
  text-align: left;
  margin-top: 20px;
  margin-left: 5px;
  clear: both;
}
.feature h2 {
  font-size: 1.5em;
  width: 500px;
  padding-top: 20px;
  padding-bottom: 10px;
  border-bottom: solid 4px orange;
}
.feature h3 {
  font-size: 1.1em;
  width: 500px;
  text-transform: uppercase;
}
.feature h2:first-letter {
 font-size: 28pt; color: orange;
}
.feature p {
  padding-left: 1em;
  text-align: justify;
  width: 500px;
}
.feature li {
  text-indent: -1em;
  padding-left: 2em;
  list-style: disc inside;
}
.feature .right {
  float: right;
  height: 150px;
  width: 180px;
  margin-top: 50px;
  margin-right: 50px;
}
.feature p {
  float: right;
 }
.feature #address {
  width: 700px;
  height: 180px;
  margin: 30px 30px;
  text-align: left;
  line-height: 140%;
  border-collapse: collapse;
  font-size: 80%;
}
.feature #address .header{
  background-color: #FFFFCC;
  text-align: center;
  font-weight: bold;
}
.feature #address .list{
  width: 20%;
  padding: 2px;
}
.feature #address td{
  border: 1px solid black;
  padding: 2px;
}
.feature strong{
  font-size: 1.8em;
  color: blue;
  text-align: center;
}
#tail {
  text-align: center;
  height: 80px;
  font-size: 0.8em;
}
#tail li {
  list-style: none;
  padding: 5px;
  float: left;
}

#footer {
  clear: both;
  padding-bottom: 10px;
}

#outline {
 width:750px;
 text-align:left;
 margin:0 auto;
 }


#point {
  width: 500px;
  height: 100px;
  text-align: left;
  line-height: 140%;
  border-collapse: collapse;
 }
#point td{
  border: 1px solid black;
  padding: 5px;
  font-size: 90%;
}
#point .header{
  background-color: #FFFFCC;
  text-align: center;
  font-weight: bold;
}
#point .list{
  width: 20%;
  padding: 10px;
  line-height: 140%;
 }
#koumoku {
  width: 250px;
  height: 170px;
  text-align: center;
  background-color: #FFFFCC;
  line-height: 140%;
  border-collapse: collapse;
  font-size: 120%;
  font-weight: bold;
 }
#menu_logo {
 float: right;
}
#menu_logo li {
  list-style: none;
  text-align: center;
  width: 280px;
  border: 6x outset orange;
  font-weight: bold;
  font-size: 120%;
  padding: 10px 0px;
  margin: 2px;
}
#menu_logo a {
  text-decoration: none;
}
#menu_logo a:hover {
/*  color: #FFFFFF;*/
  color: black;
  background-color: orange;
}

.outline-margin { margin:0 10px; }
.main { width:480px; float:right; }
.side { width:210px; float:left; }

.clear { clear:both; }

