@charset "utf-8";

/* 共通CSS読み込み */

@import url("initial.css");
@import url("icon.css");
@import url("basic.css");

	/* フラッシュスペース */
	div#spcial-info {
		display: block;
		margin-bottom: 10px;
		width: 680px;
		height: 275px;
		}
	.top_thum{
		height: 77px;
		margin: 0 auto 20px;
		text-align: center;
		width: 100%;
	}
	.top_thum a{
		margin-right: 20px;
	}
	.top_thum a img{
		border: 1px solid #CCCCCC;
		height: 75px;
	}
	.top_thum a:hover img{
		filter:alpha(opacity=50);
	    opacity: 0.5;
	}
	.top_thum a.focus img{
		filter:alpha(opacity=50);
	    opacity: 0.5;
	}
	.top_thum a.fin{
		margin-right: 0;
	}


.top_main_link {
	text-decoration: none;
	color: black;
	display: block;
}
#spcial-info a:hover {
	text-decoration: none;
}
.top_main {
	width: 680px;
	height: 275px;
	background-repeat: no-repeat;
	overflow: hidden;
}
.top_main .bookimage {
	float: left;
	margin: 20px 0 0 10px;
}
.top_main .presub,
.top_main .postsub,
.top_main .detail_html {
	margin: 0px 0px 0px 190px;
}
.top_main .presub {
	margin-top: 20px;
}
.top_main .postsub {
	margin-bottom: 12px;
}
.top_main .name {
	font-size: 24px;
	font-weight: bold;
	background-color: white;
	padding: 3px;
	margin: 5px 0;
	padding-left: 190px;
	line-height: 110%;
}