@charset "Shift_JIS";


/* CSS Document */



p.qa{ margin-bottom:1.2em; }
.question { color:#003366; }
/* 購入 */
.GoOrder { margin-top:30px; margin-bottom:15px; padding-left:10px;}

/* リンク画像の透明度変更 */
.op a:link img{border:none;}
.op a:visited img{border:none;}
.op a:hover img{border:none; opacity:0.6; filter: alpha(opacity=60);}
.op a:active img{border:none; opacity:0.6; filter: alpha(opacity=60);}



/* 書籍タイトル */
#MainBooktitle {
color: #1E1E1E;
padding:10px;
padding-left:15px;
background-image:url(../books/bk_image/titlebackimg.jpg);
}
#MainBooktitle h1 {
font-size:2.4em;
line-height:1.6;
}
#MainBooktitle h2 {
font-size:1.4em;
line-height:1.2;
}
#MainBooktitle a,a:link,a:visited {
color:#1E1E1E;
text-decoration:underline;
}
#MainBooktitle a:hover {
color:#FF6600;
text-decoration:none;
}
#MainBooktitle a:active {
color:#FF3300;
text-decoration:none;
}

/* 表紙画像下の書誌情報 */
.bookInfo {
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.4em;
	padding-left:4px;
	margin-left:4px;	
	margin-bottom: 10px;
	color: #1E1E1E;
	border-left: solid 4px #006699;
}

/* 書籍リード全体 */
.bookRead{
	margin-top: 20px;
	color: #333333;
	margin-bottom:20px;
}

/* 書籍リード 強調 */
.bookRead h3 {
font-size:1.4em;
font-weight:bold;
margin-bottom:12px;
line-height:1.2;
}

/* 書籍リード 通常 */
.bookRead p {
font-size:1.4em;
line-height:1.4;
}

/* サンプル画像 */
.sampleImage {
height:70px;
margin:9px 15px;
}
.sampleImage a:link img{
border:none;
padding:9px 15px; }
.sampleImage a:visited img{
border:none;
padding:9px 15px; }
.sampleImage a:hover img{
padding:9px 15px;
border:none;
opacity:0.6;
alpha:(opacity=60); }
.sampleImage a:active img{
padding:9px 15px;
border:none;
opacity:0.6;
alpha:(opacity=60); }


/* 編集者からの紹介文 */
.editorComment { padding:1em;}

/* 編集者からの紹介文 見出し */
.editorComment h3 { font-size:1.4em; line-height:1.2; padding-left:30px; padding-top:20px; padding-bottom:20px; background-image:url(../books/isbn_img/editorcomment.gif); background-position:left; background-repeat:no-repeat;}
/* 編集者からの紹介文 本文 */
.editorComment p { padding-left:1em; padding-right:1em; line-height:1.6; }

/* 著者紹介文 */
.author {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	color: #1E1E1E;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 5px;
	border-top: double 1px #EDEDED;
}
.author h3{padding-left:4px; marjin-left:20px; margin-bottom:14px; font-size:1.4em; font-weight:bold; line-height:1.2;  border-left: solid 3px #006699;}
.author dl{margin-left:1em; padding:0;}
.author dt{
font-size:1.2em;
font-weight:bold;
}
.author .kakushou{
color:#666666; margin-bottom:4px;
}
.author dd{ padding-left:10px; line-height:1.6; margin-left:5px; margin-bottom:3em; margin-top:0.6em; border-left:dotted  2px #BACBD2;}

/* 書籍内容 */
.booketc {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.6;
	color: #333333;
	padding-top: 20px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 5px;
	border-top: double 1px #EDEDED;
}



.imgborder a:hover img{ border:solid 2px #CCCCCC
}

/* 画像サンプル */
img .sample { padding-bottom:20px;
}

/* 書籍内容2 */
.booketc2 {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	color: #333333;
	padding-top: 10px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 50px;
	margin-bottom: 5px;
}

/* 書籍目次 */
.bookmokuji {
	font-size: 1.2em;
	font-style: normal;
	line-height: 1.2em;
	color: #333333;
	margin-top: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}

/* 書籍メニュー */
.booktopmenu {
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.2em;
	color: #333333;
	margin-top: 5px;
}

/* 右上メニュー */
#rightTopMenu {
	font-size: 1.0em;
	font-style: normal;
	line-height: 1.4em;
	color: #333333;
	padding-top:5px;
	padding-right:5px;
	padding-bottom:15px;
}
#rightTopMenu a,a:link,a:visited {
color:#1E1E1E;
text-decoration:underline;
}
#rightTopMenu a:hover {
color:#FF6600;
text-decoration:none;
}
#rightTopMenu a:active {
color:#FF3300;
text-decoration:none;
}



/* 一覧リスト部分 */
ul, ol{  
    margin:auto -3em 1em 0; padding:0;  
    position:relative; left:-3em; overflow:hidden;  
}  
  
li{margin-top:0.25em; margin-bottom:0.25em;}  
ul ul, ul ol,  
ol ol, ol ul{ margin-left:1em; padding-left:0;}  
ul li, ol li{ margin-left:5em;}  
li li{margin-left:1em;}  
  
.flat li{margin-left:3em;}  
.flat li ul, .flat li ol{margin-left:1em; padding-left:0;}  
.flat li li{margin-left:0;}  
  
.spaced{margin-bottom:0;}  
.spaced ul, .spaced ol{margin-top:1em;}  
.spaced li{margin-bottom:1em;}  
.indent li{padding-left:1em; text-indent:-1em;}  
.inside li{list-style-position:inside;}  
.clear li{list-style-type:none;} 
.square li{list-style-type:square;}
.none li{list-style-type:none;}
  
  .disc li{list-style-type:disc;}
ul.bullet-a li{list-style-image: url(../newsimage/bullet-image-a.png);}