@import url("http://"); /*勝手に保存されないようにしています。*/
body {
 text-align: center;
 line-height: 112%;
 font-size: medium
 }
p { line-height: 120%; }
br.clear { clear: both; }
img { border-style: none; }
.floatleft { float: left; }
.floatright { float: right; }
.alignleft { text-align: left; }
.aligncenter { text-align: center; }
.alignright { text-align: right; }
a:link, a:visited { color: blue; }
a:hover, a:active { color: red; }
a { text-decoration: none; }
.italic { font-style: italic; }
.bold { font-weight: bold; }
.underline { text-decoration: underline; }
.strike { text-decoration: line-through; }
.large { font-size: large; }
.small { font-size: small; }