@charset "shift_jis";

body {
  scrollbar-face-color: #fdfdfd;
  scrollbar-hightright-color: #e0ffe0;
  scrollbar-shadow-color: #d6d6d6;
  scrollbar-arrow-color: #cecece;
  scrollbar-track-color: #e0ffe0;
  scrollbar-darkshadow-color: #f9d252;
  scrollbar-base-color: #f0f0f0;
  font-size: 12px;
  background-image: url(imgs/backimg.jpg);
  background-repeat: repeat-y;
  background-position: center top;
  background-color: #d3fed1;
}

td {
	font-size: 12px
}


h1 {
  padding: 0;
  margin-top: 10px;
  margin-right: 0;
  margin-bottom: 0;
  margin-left: 0;
}

h2 {
  color: #cc0066;
  font-size: 24px;
  line-height: 1.2em;
}

h4 { color: #cc0099; 
     text-align: left;
}

p {
  text-align: left;
  font-size: 12px;
  color: #330000;
  line-height: 1.2em;
}

/* ◆本の紹介◆*/

#title {
  margin: 0 auto;
}

/*作者名*/
#title .saku {
  font-size: 16px;
  font-weight: bold;
  color: #cc0066;
  width: 430px;
  text-align: right;
  padding-top: 15px;
}

/*imgご注文はこちら*/
#bookdate .order {
  width: 200px;
  text-align: center;
}

/*書誌データ*/
#bookdate .shoshi {
  line-height: 1.2em;
  font-weight: bold;
  color: #330033;
  width: 220px;
}

/*内容説明*/
#bookdate .naiyo {
  font-size: 12px;
  color: #660000;
  line-height: 1.3em;
  width: 530px;
}

/* ◆見開き◆*/
#mihiraki {
  margin-top: 0 auto;
  padding-top: 15px;
  padding-bottom: 15px;    
}

/*◆著者紹介◆*/
#author { margin-top: 15px; }


/*角丸box*/
	.box {
		width: 530px;
		background: url(imgs/center_box.jpg) 0 0 repeat-y;  /*真ん中のボックス画像*/
	}
	.box-inner {
		background: url(imgs/bottom_box.jpg) 0 100% no-repeat;   /*下のボックス画像*/
	}
	.box-content {
		background: url(imgs/top_box.jpg) 0 0 no-repeat;   /*上のボックス画像*/
		padding: 2em;
	}
