body {
	padding:2em 15% ;
	
	font-size: 80%;
	line-height: 1.8;
	color: #5E4430;
	text-align: left;
	}

.all, .index {
	text-align: left;
	}

p {
	margin-top: 1em;
	margin-bottom: 1em;
	}
p span {
	display: block;
	margin-top: 1em;
	margin-bottom: 1em;
	}
p.cut {
	text-align: center;
	}

a:link {
	color: #003399;
	}
a:visited {
	color: #660099;
	}
a:hover, a:active {
	color: #CC0033;
	}

.navi {
	position: relative;
	margin: 0 auto;
	padding: 0;
	width: 13em;
	height: 1.8em;
	}
.navi li {
	position: absolute;
	top: 0;
	list-style-type: none;
	}
.navi #index {
	z-index: 1;
	width: 100%;
	text-align: center;
	}
.navi #next {
	z-index: 2;
	right: 0;
	}
.navi #prev {
	z-index: 2;
	left: 0;
	}

.index ul {
	margin-bottom: 3em;
	}
.index li {
	display: inline;
	list-style-type: none;
	margin-right: 2em;




