@charset "UTF-8";
html {
}
body {
  margin: 0;
  padding: 0;
  letter-spacing: 0px;
  font-family: serif !important; 
  font-size: 10pt;
  color: #664433;
  line-height: 1.5em;
}
}

a {
  color: #07519a;
  text-decoration: none;
}
a:hover {
  color: #003366;
  text-decoration: underline;
}

#top {
  margin: 0 auto;
  width: 960px;
  position: relative;
}

#header {
  position: relative;
  width: 960px;
  margin: 0 0 20px 0;
}

.logo{
　float: left;
  margin: 10px 0 15px 0;
}

.topmenu {
  float: right;
  padding: 5px 0 15px 0;
}

.breadcrombs {
  font-size: 8pt;
  padding: 2px 0 25px 0;
  border-top: 1px #dde8ce solid;
  letter-spacing: 1px;
}

#contents {
  position: relative;
  width: 960px;
}

#main {
  width: 700px;
}

#main a {
  color: #9b0000;
}
#main a:hover {
  color: #9b0000;
}

#sidemenu {
  left: 740px;
  float: right;
  width: 220px;
}
#sidemenu .banner{
  box-shadow:4px 4px 2px -3px #e6e6e6;
  -moz-box-shadow:4px 4px 2px -3px #e6e6e6;
  -webkit-box-shadow:4px 4px 2px -3px #e6e6e6;
}

#sidemenu .bannercs{
    border: solid 1px #e6e6e6;
    padding: 10px;
    line-height: 1.5;
    text-decoration: none;
}

#sidemenu img {
  max-width: 220px;
}

#sidemenu p {
  font-size: 9pt;
  margin: 0;
  padding: 0 0 1em;
  letter-spacing: 1pt;
}

#pageTop {
  clear: both;
}

.pageTop {
  padding: 0;
  text-align: right;
  margin-bottom: 5px;
}

.pageTop a {
  padding: 0 0 0 12px;
  background: transparent url(../images/bg_pagetop.gif) no-repeat scroll 0 60%;
}

#footer {
  width: 960px;
  height: 40px;
  background: #513824 none repeat scroll 0% 50%;
  }

.copyright {
  color:#ffffff;
  padding: 2px 12px 2px 0;
  text-align: right;
  font-size: 8pt;
  font-weight: bold;
  letter-spacing: 1px;
}

.clearfix{
  clear:both;
  margin-bottom: 2px;
}

.fll {
  float:left;
  margin: 50px 25px 50px 10px;
}

#page2, #page3, #page4{
  page-break-before: always;
}


@media screen and (max-width: 480px){
}



.maingreen{  color: #4f800a;}

.textspace{ letter-spacing: 2px;
}


.bg-lgreen{
background-color:#f9fcf3;	
}

.about-card{
border:1px solid #dfe9d1;
	
}

.row-height{
 display: flex;
}

.col-height{
flex: 1;
    display: flex;
    flex-direction: column;
}