@charset "Shift_JIS";

body{
    background-color : #ffffff;
    color : #333333;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'Osaka', sans-serif;
    font-size: 75%;
}

html:\66irst-child body{
    font-size: 70%;
}

a:link{
    color: #a08870;
    text-decoration: none;
}

a:visited{
    color: #a08870;
    text-decoration: none;
}

a:hover{
    color: #5a4b3d;
    text-decoration: underline;
}

a:active{
    color: #5a4b3d;
    text-decoration: none;
}

.base{
  margin-bottom : 10px;
}

.in{
  padding-left : 20px;
  padding-bottom : 10px;
  margin-top : 10px;
}
