<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";


body{
  width:100%;
  display: table;
  font-size:14px;
  line-height: 140%;
  letter-spacing:1px;
}

  a:link{
  	color:#342722;
  }
  a:visited {
  	color:#342722;
  }
  a:hover{
  	color:#543f37;
  }

  a:hover img{
    opacity:0.7;
    -moz-opacity:0.7;
    filter:alpha(opacity = 70);
  }

/*p{
  font-size:14px;
  line-height: 140%;
  letter-spacing:1px;

}*/

#all{
  width: 1000px;
  margin:0 auto;
}

header{
  margin-top:30px;
  margin-bottom:10px;
  overflow: hidden;
}
header h1{float: left;
}
header p{
  padding-top: 25px;
  padding-left: 15px;
  font-size:12px;
  float: left;}


#content{
  clear: both;
  width:1000px;
	background: url(../img/patternP.png) repeat;
  overflow:hidden;
	margin: 0 auto;
	position: relative;
     box-shadow:1px 0px 2px 0px rgba(0, 0, 0, 0.1) ;
}



div#left{
  width:215px;
  float: left;
	position: static !important;

}


nav{
  margin:40px 20px 80px 20px;
}
nav ul li{
  margin-bottom:30px;
}



.links{

	text-align: center;
}
.links img{
  margin-bottom:5px;
}

#sideBtm {
  width: 210px;
  text-align: center;
	position: absolute;
  bottom: 5px;
}



#mainContainer{
  width:785px;
  background-color:white;
  float:right;
	position: relative;
}

#main{
  padding:20px;
}

.koko{
font-size:12px;
}


#accessmain{
  padding:30px;
}


h2{
font-size:18px;
margin-bottom:15px;
}



.mainfloat{
float:left;
margin:15px 0px 0px 30px;

}


.topscroll{
  clear:both;
  font-size:13px;
  text-align: right;
}

footer{
  clear: both;
  width:100%;
  background-color:white;
  padding:10px 0px;
  font-size:14px;
  position: relative;
  z-index:1000;

}

hr{
    border:none;
    border-top:dashed 1px #CCC;
    height:1px;
    color:#FFFFFF;
    margin: 1px;
}

.credit{
  font-size:10px;
  text-align: right;
}

/*indexonly*/
#osusume{
  margin-bottom:15px;
}
</pre></body></html>