/* body */
body {
    background-color: #ffffff;
    margin: 0;
    -webkit-text-size-adjust: 100%;
    font-family: Avenir, 'Helvetica neue', Helvetica, '游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', sans-serif;  
    line-height: 150%; 
}
* + html body {  
    font-family: "メイリオ","Meiryo";  
}  
/* サイトタイトル */ 
h1{
    font-size: 1em;
    color: #6b3008;
    text-align: center;
}

/* 見出し */
h2 {
    text-align: center;
}
h3 {
    border-left-style: solid;
    border-left-width: 6px;
    border-left-color: #6b3008;
    padding-left: 6px;
}

/* ページの先頭へ */
.pagetop {
    text-align: right;
}

/* コピーライト */
.copyright {
    border-top: solid 3px #6b3008;
    text-align: center;
}

/* article */
article {
    padding: 32px 16px;
}

/* わたしたちについては背景色・文字色を変更 */
#aboutus {
    background-color: #6b3008;
    color: #ffffff;
}

/* フッターインフォメーション */
.footinfo {
    background-color: antiquewhite;
}
/* コンテンツ幅の上限を設定 */
#aboutus .inner {
    max-width: 600px;
    margin: 0 auto;
}
#news {
    max-width: 600px;
    margin: 0 auto;
}
/* section */
section {
    margin: 48px 0;
}

/* バックナンバーのsection */
.backnumber {
    margin: 0 0 24px;
    overflow: hidden;
}
.backnumber img {
    float: left;
    margin: 0 16px 0 0;
}
.backnumber h4 {
    margin: 0 0 0.5em;
}
.backnumber p {
    margin: 0;
}

/* 表 */
table {
    border-collapse: collapse;
    width: 100%;
}
th,td {
    border-bottom: solid 1px #cccccc;
    padding: 10px;
    text-align: left;
    vertical-align: top;
}

/* 会員 */
.kaiin {
    padding: 10px;
}

/* リスト */
ol li {
    list-style-type: none;
}

/* ナビゲーション */
.navigation ul {
    color: #53b3d2;
    margin: 0;
    padding: 4px;
    text-align: center;
}
.navigation ul li {
    list-style-type: none;
    display: inline;
    margin: 0 8px;
}
.navigation ul li a {
    color: #53b3d2;
    text-decoration: none;
}
.navigation ul li a:hover {
    color: #62d5e8;
    text-decoration: underline;
}

/* メインビジュアル */
.mainvisual {
    background-color: #f2ece1;
}
.mainvisual img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
}

/* 写真が右寄せのsection */
.imageunit {
    margin: 0;
    overflow: hidden;
}
.imageunit img {
    float: right;
    margin: 0 0 10px 20px;
    width: 50%;
    height: auto;
}
.imageunit p {
    margin: 0 0 1em;
}