body,html{margin:0;padding:0;}
body{
	font-family: verdana,meiryo,osaka;
}

h1,h2,h3,h4,h5{margin:0;padding:0;font-size:14px;font-weight: bold;}

div.center{
	width:900px;
	margin-left:auto;
	margin-right:auto;
}

div.wmax{
	width:100%;
}


div#header{
	color:#444;
	height:100px;
	border-top:2px solid #C74747;
	border-bottom:1px solid #fcc;
	background-image:url(header-back.png);
	background-position: bottom;

	box-shadow: 0px 0px 25px #faa;

}
div#header h1{
	font-size:32px;
	line-height:54px;
	letter-spacing:2px;
	font-family: serif;
}

div#header div.subtitle div span{
	display: block;
	font-size:14px;
}

div#content{
	margin-top:20px;
	background-color: #fffafa;
	background-image: url(stripe.png);
}

#list{
	width:553px;
	height: 480px;
	margin-left:auto;
	margin-right:auto;
	vertical-align: top;
}

#covers{
	vertical-align: top;
	display: inline-block;
	width:339px;
	position: relative;
	z-index: 999;
}

a#cover{
	display: block;
	width:339px;
	height: 480px;
	background-image: url("cover/2025-2.jpg");
	box-shadow: 0px 0px 2px #faa;
}

#toc{
	vertical-align: top;
	display: inline-block;
	width: 209px;
	height: 480px;
	position: relative;
	z-index: 990;
}

ul#others{
	height: 480px;
	list-style: none;
	margin:0;
	padding:0;
}

ul#others li{
	width:200px;
	line-height: 40px;
	background-color: #fef7f7;
	border:1px solid #fde;
	border-top-color: #ffecfa;
	border-left:none;
	border-right: 4px solid #eac;
	border-radius: 5px;
	border-top-left-radius:0;
	border-bottom-left-radius:0;
	text-indent: 10px;
	margin-bottom: 1px;
}

ul#others li:hover{
	cursor:pointer;
	width:210px;
	text-indent: 20px;
	box-shadow: 2px 2px 2px #aaa;
	border-right: 4px solid #fac;
	background-color: #fff7f7;
}

ul#others li a{
	display: block;
	text-decoration: none;
	color: #500;
}

div#footer{
	background-color: white;
	border-radius: 5px;
	margin-top:5px;
	box-shadow: 0px 1px 5px #c88;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

div#footerback{
	clear:left;
	margin-top:20px;
	background-color: #fdd;
	background-image: url(background.png);
	background-position: center top;
	background-repeat: repeat-x;

	width:100%;
	height:90px;

}

div p{
	margin:10px;
	display: inline-block;
}


div.mesh-stripe{
	background-image: url(stripe.png);
	margin:0;
	padding:0;
	height: 100%;
}


span.address:hover{
	cursor:pointer;
	color: red;
}