*{
	margin: 0;
	padding: 0;
}

strong	{font-weight: normal;}
em		{font-style: normal;}


img		{border: none;}


body	{
	background-color: #262626;
	color: #cccccc;
}


#base	{
	background-color: #000000;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
}

#left	{
	float: left;
	width: 250px;

}

#right	{
	float: right;
	width: 649px;
	border-left: 1px solid #1a1a1a;
}


#footer	{
	clear: both;
	background-color:#262626;
	line-height: 40px;
	font-size: 80%;
}

/*コンテンツ
----------------------------------------------------------------- */
#contents ul{
	margin-left: 50px;
}

.l_end	{
	margin-bottom: 30px;
}


h2	{
	border-left: solid 10px #5b0012;
	margin-top: 25px;
	margin-left: 15px;
	margin-bottom: 10px;
	padding-left: 15px;
	line-height: 1.5em;
	height: 1.5em;
	font-size: 120%;
}

h3	{
	border-left: solid 7px #a67e4e;
	border-bottom: solid 1px #a67e4e;
	margin-top: 20px;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 30px;
	padding-left: 0.5em;
}

#pan	{
	margin-top: 16px;
}

p	{
	margin-left: 40px;
	margin-right: 30px;
	margin-bottom: 20px;
	letter-spacing: 0.03em;
	line-height: 1.4em;
}

.center	{
	text-align: center;
}

.bold-r	{
	font-weight: bold;
	color: #c40026;
	font-size: 120%;
}

.r-top	{
	padding-top: 10px;
	padding-bottom: 8px;
	text-align: right;
}

.r-top a {
	color: #f09a76;
	font-size: 80%;
}

.top-s	{
	margin-top: 10px;
}

.top-p	{
	padding-left: 10px;
	margin-bottom: 3em;	
}

.cf	{
	clear: both;
	padding-top: 30px;
}

.path {
	margin-top: 5px;
	margin-left: 12px;
}

.path a	{
	color: #a67e4e;
}

#p-photo	{
	margin-top: 0px;
	margin-left: 50px;
	padding-right: 15px;
	float: left;
}

#new-bookimg	{
	margin-top: 30px;
	margin-left: 150px;
	margin-bottom: 30px;
}


.img-l	{
	margin: 35px;
}

.bd1	{
	border: 1px solid #e16745;
	margin-left: 5px;
}

.bd2	{
	border: 1px solid #444444;
	margin-left: 5px;
}



/*サイドメニュー
----------------------------------------------------------------- */

#side dt {
	border-bottom: 1px solid #444444;
	margin-left: 10px;
	font-style: oblique;
	font-size: 90%;

}

#side dd {
	margin-left: 20px;
	margin-right: 10px;
	border-bottom: 1px solid #444;

}

#side dd a{
	display: block;
	height: 42px;
	line-height: 42px;
	text-decoration: none;
}

#side a {
	color: #cccccc;
}

#side a:hover {
	background-color: #444444;
}



