﻿body {
 font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
 font-size: 12px;
 background-image: url(../img/layout/bg.gif);
}

a:link {
 color: #535353;
 text-decoration: underline;
}

a:hover,
a:visited,
a:active {
  color: #695705;
}

.outerframe {

}

.header {
  width: 780px;
  background-color: #FFFFFF;
  padding: 10px;
}

.logo {
 text-align: left;
 width: 780px;
 height: 70px;
 background-color: #FFFFFF;
}

.center {
 position: relativ;
 width: 800px; 
 background-color: #FFFFFF;
}

.navi {
 border: 10px solid #fff; 
 position: absolute;
 background-color: #FFFFFF;
 width: 130px;
}

.outernavi {
 padding: 10px;
 background-color: #efeacd;
 font-size: 5px;
}

.textbox {
 border: 10px solid #fff;
 position: absolute;
 left: 170px;
 width: 600px; 
 padding: 10px;
 background-color: #efeacd; 
}

.one {
 font-size: 1.5em;
 font-weight: bold;
 margin-left: 20px;
 margin-bottom: 20px;
 padding-left: 5px;
 padding-top: 2px;
 padding-bottom: 2px;
 color: #695705;
 background-color: #ecc508;
}

.two {
 font-size: 1.3em;
 font-weight: bold;
 margin-bottom: 7px;
 color: #695705;
}

.three {
 font-size: 1.15em;
 font-weight: bold;
 color: #695705;
 margin-bottom: 7px;
 margin-top: 7px;
}


.text {
 font-size: 1.1em; 
 line-height: 1.4em;
 margin-right: 30px;
}

.text-project {
 font-size: 1.1em; 
 line-height: 1.3em;
 margin-right: 30px;
}

.textsmall {
 font-size: 0.9em; 
 line-height: 1.4em;
 margin-right: 30px;
}



