/*----------------------------------------------------------------------------------------------------------------------------------*/
  *{
    margin: 0;
    padding: 0;
  }
  body{
	
    padding: 10px 0;
    background: #60522f;
    background: #121212; /* goro */
    text-align: center;
    color: #766454;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
	font-size:small;
	letter-spacing: 0.05em;
  }
  #container{
    margin: 0 auto;
    width: 700px;
    text-align: left;
  }
  h1, h2, h3{
    font-weight: normal;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #header{
    padding: 0px 90px;
    height: 110px;
    background: transparent url(../images/wildorange/header_bg.jpg) no-repeat;
    text-align: center;
  }
  h1#logo{
    padding-top:  0px;
  }
  h1#logo a{
    display: block;
    margin: 0 auto;
    width: 312px;
    height: 55px;
    background: transparent url(../images/wildorange/template_logo.jpg) no-repeat;
  }
  h1#logo a:hover{}
  #header h2{
    position: relative;
    top: 120px;
    border-bottom: 1px solid #cbb99d;
    font-size: 18px;
  }
  ul#mainNav{
    font-size: 14px;
    list-style: none;
  }
  ul#mainNav li{
    float: left;
    border-top: 1px solid #cbb99d;
    border-bottom: 1px solid #cbb99d;
  }
  ul#mainNav a{
    display: block;
    padding: 7px 0;
    width: 104px;
    color: #52443c;
    text-decoration: none;
  }
  ul#mainNav a:hover{
    background: #e3e7af;
    color: #9e8b74;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #content{
    padding: 40px 90px 30px 90px;
    background: transparent url(../images/wildorange/content_bg.jpg) repeat-y;
    line-height: 18px;
  }
  h3{
    float: left;
    margin: 0px 10px 0px 5px;
    padding: 10px 70px 0px 0px;
    font-size: 14px;
    border-bottom: 1px solid #cbb99d;
  }
  p{
    margin-bottom: 20px;
  }
  
/*----------------------------------------------------------------------------------------------------------------------------------*/
  #footer{
    padding: 0 90px;
    height: 285px;
    background: transparent url(../images/wildorange/footer_bg.jpg) no-repeat;
    font-size: 9px;
  }
  ul#metaLink{
    border-top: 1px solid #cbb99d;
    padding-top: 175px;
    list-style: none;
  }
  ul#metaLink li{
    float: left;
    margin-right: 15px;
  }
  ul#metaLink a{
    color: #766454;
    text-decoration: none;
  }
  ul#metaLink a:hover{
    text-decoration: underline;
  }