@charset "euc-jp";

a {
	color: #666;
	}
a:hover {
	color: #fff;
	background-color: #666;
	}
a:visited {
	}
a:active {
	}

body {
	font-family:Georgia, Times, serif;
	font-size: 12px; 
	color: #666;
	line-height: 1.2;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background-color: #fff; 
	background-image: url(../pic/top/logobg1.gif); 
	background-repeat: no-repeat;
	background-position: 100% 0%;
	}
img {
	border: 0px;
	}
a:hover.image{
	background-color: #fff;
	}
ul, li {
	list-style-type: none;
	}
h1, h2, div, p, ul, li {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}
h1{
	display:none;
	}
/* layout */

.leftpage, .rightpage {
	position: absolute;
	top: 100px; 
	padding:0 0 0 0;
	margin:0 0 0 0;
	}
.leftpage{
	right: 50%;
	z-index:2;
	}
.rightpage{
	left: 50%;
	z-index:1;
	}
.page {
	width: 400px;
	height: 400px;
	border-color: #333;
	border-style: solid;
	}
.leftpage div.page{
	border-width: 1px 1px 1px 1px;
	}
.rightpage div.page{
	border-width: 1px 1px 1px 0px;
	}
.leftnavi {
	text-align: left;
	}
.rightnavi {
	text-align: right;
	}

.imglayout {
	position: absolute;
	}
.txtlayout {
	position: relative;
	font-size:11px;
	line-height: 1.5;
	text-indent: 10px;
	text-align: justify;
	padding:0 20px 0 20px;
	}
.booktitle{
	font-size:18px;
	font-weight:bold;
	padding:0 0 25px 0;
	}
.indextitle{
	font-size:12px;
	font-weight:bold;
	padding:0 0 0 0;
	}
.indexstyle{
	font-size:14px;
	line-height: 1.8;
	}
.chaplink{
	text-decoration:none;
	}
.chaplink:hover{
	text-decoration:none;
	}
.chaplink:visited{
	text-decoration:none;
	}
.signature{
	font-size:12px;
	}
	
