@charset "UTF-8";
/*======================================
　1.Reset
=======================================*/
body,div,p,form,input,select,option,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,address {
  margin: 0;
  padding: 0;
}
img {
  border:0;
  margin : 0px;
}
ul {
  list-style: none;
}
/*======================================
　2.Fonts
=======================================*/
body {
  font-family : 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
  margin : auto;
  text-align : center;
    padding: 0;
    
    font-size : 13px;
    
    color: #723918; /* 標準文字色 */
    background-image : url(../img/40.gif);
}
table{
  margin : 0px;
    font-size : 13px;
    font-family: 'メイリオ' ,Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' ,sans-serif;
    color: #723918; /* 標準文字色 */

  
}
/*======================================
　3.Other
=======================================*/
p {
  font-size : 13px;
    margin-top: 0.5em;
    margin-bottom: 1.5em;
    padding-right: 0.1em;
    padding-left: 0.1em;
    line-height: 1.4;
    text-align: left;
}
th{
  padding-top : 0px;
  padding-left : 0px;
  padding-right : 0px;
  padding-bottom : 0px;
  margin-top : 0px;
  margin-left : 0px;
  margin-right : 0px;
  margin-bottom : 0px;
  text-align : left;
}
h1,h2,h3,h4,h5,h6{
  font-size : 13px;
  font-weight : normal;
}
/*--------------------------------------------------------
  基本パーツデザイン設定
--------------------------------------------------------*/

/* リンク文字色 */
a:link {
    
    text-decoration: underline;
  color : #733917;
}
a:visited {
    color: #e69100;
    text-decoration: underline;
}
a:hover {
    color: #F39700;
    text-decoration: none;
}
a:active {
    color: #F39700;
    text-decoration: none;
}


