@charset "utf-8"; /* $Date: 2013-04-09 09:42:59 +0900 (火, 09 4 2013) $ $Rev: 1028 $ */ /* general --------- --------- --------- */ body { line-height: 1.33; color: #333; font-size: 75%; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; font-family: helvetica, arial, meiryo, sans-serif; } html:not(.theme-noAdobeFont) body { font-family: myriad-pro, helvetica, Arial, meiryo, sans-serif; } body div#ContentsArea[lang="ja"] { font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif; } /* h1,h2,h3,h4,h5,h6 { font-size: 100%; } */ body,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,table,form { margin: 0; padding: 0; } /* body,h1,h2,h3,h4,h5,h6 { margin: 0; padding: 0; } */ address,em { font-style: normal; } img { border: none; } a:link { color: #1a5c9a; text-decoration: none; } a:link:hover , a:link:focus , a:link:active { color: #3285d3; text-decoration: underline; } a:visited { color: #794bac; text-decoration: none; } a:visited:hover , a:visited:focus , a:visited:active { color: #956ac5; text-decoration: underline; }