

/*----------------------------
全体の指定
----------------------------*/


body {
	font-size: 100%;
        color: #574435;
	line-height: 110%;
        font-family: Courier New,MS Courier New, "Lucida Grande", 'YuGothic', 'Yu Gothic', '游ゴシック', "segoe UI", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Meiryo', 'メイリオ', 'Helvetica', sans-serif;
        -webkit-text-size-adjust: 100%;/* 携帯用表示崩れ防止 */

}




p.xx-large { font-size: xx-large; }
p.x-large { font-size: x-large; }
p.large { font-size: large; }
p.medium { font-size: medium; }
p.small { font-size: small; }
p.x-small { font-size: x-small; }
p.xx-small { font-size: xx-small; }


/*----------------------------
リンク太文字表示
----------------------------*/
a:link { text-decoration:none; color: #514239;}
a:visited { text-decoration:none; color: #514239;}
a:active { text-decoration:none; color: #514239;}
a:hover { font-weight:bolder; color: #7bb1b1;}


/*----------------------------
iphone表示のフォント自動調整をOFFにする
----------------------------*/
html {
-webkit-text-size-adjust: none;
} /* iPhone */
