@import url(../basic.css);
ol {
line-height: 180%;
margin-top: 1em;
margin-left: 1em; }

ol li {
margin-left: 40px;
list-style-type: decimal; }
div#content div.navi {
background-color: #fbf8e0;
width: 100%;
margin-bottom: 10px;
padding: 0;
border-top: 1px solid #9c3;
border-bottom: 1px solid #9c3; }

div#content div.navi p.before {
font-size: 90%;
background-image: url(img/bg_before.gif);
background-repeat: no-repeat;
background-position: left center;
text-align: left;
text-indent: 0;
width: 150px;
float: left;
margin: 0;
padding: 0 0 0 30px; }

div#content div.navi p.next {
font-size: 90%;
background-image: url(img/bg_next.gif);
background-repeat: no-repeat;
background-position: right center;
text-align: right;
text-indent: 0;
width: 150px;
float: right;
margin: 0;
padding: 0 30px 0 0; }


