/* CSS Document */

#newBook{
	position:relative;
	margin:0px;
}

#slideItems {
 margin-top:20px;
}

/*マスク用ブロック*/
.item{
	width:550px;
	height:120px;
	position:absolute;
	left:25px;
	top:0px;
	overflow:hidden;
	padding:0px 0px;
}

/*スライドボタン*/
.leftBtn, .rightBtn{
	width:25px;
	position:absolute;
	top:40px;
	text-align:left;
}

.leftBtn {
	left:10px;
	top: 0px;
	background-color:#EDF3E6;
	text-align:right;
}

.rightBtn{
	left:560px;
	height:120px;
	top: 0px;
	background-color:#EDF3E6;
	text-align:right;
}

/*内容*/
.item ul{
	width:1500px;
	position:absolute;
	left:0px;
	top:0px;
}

/*アイテム*/
.item li{
	list-style-type:none;
	width:100px;
	height:120px;
	float:left;
	background-color:#EDF3E6;
/*	padding:15px 0px 0px;*/
}


/*書籍ＤＶＤテーブルレイアウト*/
.books {
	padding:20px 0 0;
	width:615px;
}

.booktable {
	width:600px;
	margin: 25px 0 25px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: green;
}

.img {
	height:150px;
	width:150px;
}

.detail {
	height:120px;
	width:450px;
	padding-top:5px;
	font-size:80%;
}


.detail2 {
	height:200px;
	width:450px;
	padding-top:5px;
	font-size:0.8em;
}

.title {
	width:450px;
	font-size:medium;
	text-align:center;
	vertical-align:top;
	height:25px;
}

.subtitle{
	height:15;
	color:#333333;
	text-align:center;
	font-size:smaller;
	width:450px;
	border-bottom-width:1px;
	border-bottom-style:dotted;
	border-bottom-color:green;
}
.catch {
	color:#BB0000;
	text-align:center;
	font-weight:bold;
	font-size:80%;
	background-color:#FCE85C;
}
.comment {
	width:580px;
	font-size:80%;
}

