@charset "utf-8";
@import url(./base.css);
	
/* ---------------------------------------- 目次 */	
/* ブラウザ初期化スタイル */	
/* 汎用クラススタイル */	
/* 領域定義スタイル */	
/* 領域別スタイル */	
	
/* ---------------------------------------- 領域別スタイル*/


#wrapper{
	margin: 0 auto;
	background: url(../img/base.gif) repeat-y center top;
	overflow:hidden;
	}
	
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
}

/* 見出し設定 */
h1 {
	margin:0 0 20px;
	line-height:100%;
}

	
/* コンテンツ設定 */	
.contents {
	width:880px;
	height:auto;
	margin:0 auto;
	padding:15px 40px 54px;
	background: url(../img/bg_line.gif) no-repeat center bottom; 
}

/*リンク設定*/
.contents a,.contents a:link,.contents a:visited {
	display:block;
	filter:alpha(opacity=100);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=100)"; /* IE8用 */
    -moz-opacity:1; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 1;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 1; /* Firefox 1.5以上, Opera, Safari用 */	
	}

.contents a:hover,.contents a:active {
	display:block;
	filter:alpha(opacity=70);  /* IE7以下用 */
    -ms-filter: "alpha(opacity=70)"; /* IE8用 */
    -moz-opacity:0.7; /* Firefox 1.5未満, Netscape用 */
    -khtml-opacity: 0.7;  /* Safari 1.x, 他khtmlに対応したブラウザ用  */
    opacity: 0.7; /* Firefox 1.5以上, Opera, Safari用 */
	}

.contents_in {
	width:880px;
	height:auto;
	margin:0 auto ;
	padding:0;
}


/*ボックス　フロート設定*/

/* 左ボックス　幅220px */
.box220_l {
	width:220px;
	float:left;
}

.box220_l p{
	font-size:12px;
	margin:10px 0 20px;
	line-height:150%;
}

.box220_l p.txt_c{
	text-align:center;
}


/* 右ボックス　幅620px */

.box620_r {
	width:620px;
	float:right;
}

#detail_book {
	width:630px;
	margin:0 0 0 -10px;
}


#buy_area {
	width:620px;
	margin:0 0 5px;
}


#buy_area h2 {
	width:620px;
	height:44px;
	line-height:100%;
	display:block;
	clear:both;
	}


/*購入ボタン設定*/
ul.btn_buy {
	width:408px;
	margin:0 ;
	float:left;
}

ul.btn_buy li {
	float:left;
	width:194px;
	height:54px;
	margin:0 10px 10px 0;
}


#book_service {
	float:left;
	width:212px;
}

#pickup {
	width:620px;
	margin:0 0 20px;
}


/*まえがき設定*/

h3 {
	width:870px;
	height:20px;
	padding:5px;
	background:#E92B94;
}

.sttl_preface {
	width:100px;
	height:20px;
	float:left;
}

.btn_preface {
    width:146px;
	height:20px;
	float:right;
	background: url(../img/btn_preface_on.gif) no-repeat;
    }
    .btn_preface a { display: block; }
        .btn_preface a:hover{ background: none; }
	    .btn_preface a:hover img { visibility: hidden; }



.box880 {
	background:#f6f6f6;
	padding:20px;
	margin:0 auto;
	line-height:170%;
}






