@charset "euc-jp";

/*  書店様向けページ  */
div.left_date {
	float:left;
	display:inline;
	width:100px;
	background:url("../image/point1.gif") no-repeat left center;
	padding-left:15px;
}

div.right_book {
	float:left;
	display:inline;
	width:425px;
}

div.right_book p {
	color:#000000;
	font-size:14px;
	font-weight:bold;
}

.line_dotted {
	clear:both;
	display:block;
	background:url("../image/tensen.gif") repeat-x;
	height:10px;
}

/* =========================================================
add 09.04.21
========================================================= */
div#contents p.storeLead {
	margin: 0 5px 15px;
}


/* storeTab
----------------------------------------------- */
div#contents div#storeTab {
	width: 565px;
	height: 50px;
	margin: 0 0 10px;
	background: url(../image/store/bg_tab.gif) repeat-x 0 100%;
}

div#contents div#storeTab ul {
	height: 30px;
}

div#contents div#storeTab ul li {
	float: left;
	margin-right: 5px;
}

div#contents div#storeTab ul li a {
	float: left;
	display: block;
	width: 80px;
	height: 30px;
	background-image: url(../image/store/spr_tab.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	outline: none;
}

div#contents div#storeTab ul li#storeTab01 a {
	background-position: 0 0;
}
div#contents div#storeTab ul li#storeTab01 a:hover,
div#contents div#storeTab ul li#storeTab01 a.current {
	background-position: 0 100%;
}

div#contents div#storeTab ul li#storeTab02 a {
	background-position: -80px 0;
}
div#contents div#storeTab ul li#storeTab02 a:hover,
div#contents div#storeTab ul li#storeTab02 a.current {
	background-position: -80px 100%;
}

div#contents div#storeTab ul li#storeTab03 a {
	background-position: -160px 0;
}
div#contents div#storeTab ul li#storeTab03 a:hover,
div#contents div#storeTab ul li#storeTab03 a.current {
	background-position: -160px 100%;
}


div#contents div#storeCategory01 {
}
div#contents div#storeCategory02 {
	display: none;
}
div#contents div#storeCategory03 {
	display: none;
}


/* storeItem
----------------------------------------------- */
div#contents div.storeItem {
	width: 565px;
	margin: 0 0 10px;
	padding: 0 0 20px;
	background:url("../image/tensen.gif") repeat-x 0 100%;

}

div#contents div.storeItem p.photo {
	float: left;
	width: 160px;
	text-align: center;
}

div#contents div.storeItem div.itemSummary {
	float: right;
	width: 400px;
}

div#contents div.storeItem div.itemSummary h3 {
	margin: 0;
	padding: 0;
	font-size: 100%;
	font-weight: normal;
}

div#contents div.storeItem div.itemSummary p{
	margin: 5px 0;
}

div#contents div.storeItem div.itemSummary p.fileSize {
	margin: 0;
}
div#contents div.storeItem div.itemSummary p.fileSize span {
	padding: 0 2px;
	background: #666666;
	color: #FFFFFF;
	font-size: 74%;
	font
}

div#contents div.storeItem div.itemSummary p.download {
	padding: 10px;
	background: #F6F6F6;
	text-align: center;
}
