/* 全体の設定 */
body{
 background-image:url(kaisoku.gif);
 background-repeat:repeat-y;
 background-position:center;
 margin: 0;
 padding: 0;
}
/* 全体の幅を決める */
div.wrapper {
 width: 800px;
 margin: 0 auto;/* センタリング */
}
p{
 text-indent:1em;
 line-height:180%;
 padding:0% 8%;
}
blockquote{
 line-height:180%;
 padding:0% 0%;
}
ul{
 line-height:180%;
 text-indent:1em;
}
ol{
 line-height:150%;
 margin:0 5%;
 padding:0% 8%;
}
li{
 line-height:150%;
 margin:0 5%;
}
<!-- 文字間を開ける -->
.space1{
 letter-spacing:1em;
}
.space2{
 letter-spacing:2em;
}
.space5{
 letter-spacing:5em;
}
<!-- インデント -->
p.indent{
 text-indent:1em;
}

