@charset "euc-jp";

/* -----------------------------------------------------------
	#h3
----------------------------------------------------------- */

div.contents_box_left_set h3 {
	text-align:left;
	overflow:hidden;
	height:50px;
	text-indent:-2000px;
	font-size:12px;
	background-image: url(img/title_01.jpg);
	background-repeat: no-repeat;
}

div.contents_box_left_set2 h3 {
	text-align:left;
	overflow:hidden;
	height:50px;
	text-indent:-2000px;
	font-size:12px;
	background-image: url(img/title_02.jpg);
	background-repeat: no-repeat;
}

div.contents_box_left_set3 h3 {
	text-align:left;
	overflow:hidden;
	height:50px;
	text-indent:-2000px;
	font-size:12px;
	background-image: url(img/title_03.jpg);
	background-repeat: no-repeat;
}

/* -----------------------------------------------------------
	#contents_center
		コンテンツ センター
----------------------------------------------------------- */
div.ebook_sample {
	float: left;
	width: 670px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding-top: 20px;
}

div.ebook_sample img {
	float: left;
	width: 300px;
	margin-bottom:20px;
}

div.ebook_sample table {
	float: right;
	width: 360px;
	border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

div.ebook_sample th {
	width: 80px;
	padding: 10px;
	background-color: #E4E4E4;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-left-color: #CCC;
}

div.ebook_sample td {
	width: 220px;
	padding: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-left-color: #CCC;
}

div.contents_box_left_set h2 {
	text-align:left;
	overflow:hidden;
	height:45px;
	text-indent:-2000px;
	font-size:12px;
	background-image: url(img/title_01.jpg);
	background-repeat: no-repeat;
}