<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body{
	  
  font-family : sans-serif;  
  font-size : 15px;  
  text-align: center;  
  margin: 0;  
  padding: 0;  

  color : #333333;
  line-height : 1.7;


}  
  
  
#m_wrapper{
	  
  text-align: left;  
  width : 860px;  
  margin: 0 auto;  
  padding: 0;  

  background-color : white;
}  
  
  
#m_header{
	  
  height : 240px;  
  margin: 0;  
  padding: 0;  

  background-color : white;
  width : 860px;
  position : relative;
}  
  
   
#m_container{
	  
  position: relative;  
  width: 100%;  
  margin: 0;  
  padding: 0;  

  background-color : white;
}  
  
  
#m_contents{
	  
  margin : 0px 0px 0px;  
  padding : 0px 0px 60px;  

  background-color : white;
  float : right;
  width : 660px; 
  height : inherit;
  border-right-width : 1px;
  border-bottom-width : 1px;
  border-right-style : solid;
  border-bottom-style : solid;
  border-right-color : silver;
  border-bottom-color : silver;
  border-left-width : 1px;
  border-left-style : solid;
  border-left-color : silver;
  text-align : left;
  border-top-width : 1px;
  border-top-style : solid;
  border-top-color : silver;
}  
  
 
#m_side-menu{
	  
  width : 190px;  
  margin : 0px 0px 0px;  
  padding: 0;  
  top : 1px;  
  left: 0;  

  background-color : #ebebeb;
  float : left;
  position : relative;
  text-align : left;
  border-right-width : 0px;
}  
  
  
#m_footer{
	  
  text-align : left;  
  margin: 0;  
  padding: 0.5em 0;  

  background-color : #cccccc;
  position : relative;
  border-bottom-style : dotted;
  border-bottom-width : 1px;
  clear : both;
  left : -2px;
  width : 860px;
}  

</pre></body></html>