@charset "utf-8";
/* ===================================================================
  style.css
=================================================================== */
/* --------------------------------------------------------
	reset
-------------------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
img{ border: none; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.ta_right { text-align: right;}

.display_no { display:none;}


/* --------------------------------------------------------
	.clearfix
-------------------------------------------------------- */
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   height: 0;
   visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
   height: 1px;
   /*\*//*/
   height: auto;
   overflow: hidden;
   /**/
}
/* --------------------------------------------------------
	a
-------------------------------------------------------- */
a {
	outline: none;
}
a:link {
	color: #005ab3;
	text-decoration: underline;
	outline: none;
}
a:visited {
	color: #005ab3;
	text-decoration: underline;
}
a:hover {
	color: #00c0e8;
	text-decoration: none;
}
a:active {
	color: #00c0e8;
	text-decoration: none;
}


/* --------------------------------------------------------
	body
-------------------------------------------------------- */
body{
	background: url(../images/all_bg.gif) repeat-y center top #ffe0ef;
    font: 14px "ＭＳ Ｐゴシック",Osaka,"ヒラギノ角ゴ Pro W3";
    color: #333;
    text-align: center;
	line-height: 1.7;
}

/* --------------------------------------------------------
	#container
-------------------------------------------------------- */
#container{
	width: 940px;
	background: #fff;
	margin: 0 auto;
	padding: 0;
	text-align: left;
}

/* --------------------------------------------------------
   header
-------------------------------------------------------- */
#header {
	width: 940px;
	margin: 0 auto;
	background: url(../images/header_bg.gif) repeat-x top #fff;
	overflow: hidden;
	_zoom: 1;
}
#header_l {
	width: 390px;
	float: left;
}
#header h1 {
	width: 80px;
	margin: 18px 0 0 20px;
	float: left;
   display: inline;
}
#header h1 a {
	height: 0;
	width: 80px;
	padding-top: 52px;
	overflow: hidden;
	display: block;
	background: url(../images/logo_2545.gif) no-repeat;
}
#header_l p {
	height: 0;
	width: 267px;
	margin: 23px 0 0 0;
	padding-top: 33px;
	overflow: hidden;
	display: block;
	background: url(../images/logo_lead.gif) no-repeat;
	float: right;
}
#header_r p {
	margin: 25px 15px 0 0;
	float: right;
	display: inline;
}
#header_r span {
	height: 0;
	width: 173px;
	margin: 22px 15px 0 0;
	padding-top: 31px;
	overflow: hidden;
	display: block;
	background: url(../images/logo_forest.gif) no-repeat;
	float: right;
	display: inline;
}

#main{
	position: relative;
	clear: both;
	width: 900px;
	margin: 0 auto 15px;
	padding: 0;
}

#main #btn_amazon a, #main #btn_rakuten a{
	display: block;
	width: 112px;
	height: 66px;
}

#main #btn_amazon a span, #main #btn_rakuten a span{
	display: none;
}

#main #btn_amazon a{
	position: absolute;
	top: 138px;
	left: 743px;
	background: url(../images/btn_store.jpg) no-repeat 0 0;
}

#main #btn_amazon a:hover{
	background: url(../images/btn_store.jpg) no-repeat 0 -66px;
}

#main #btn_rakuten a{
	position: absolute;
	top: 225px;
	left: 743px;
	background: url(../images/btn_store.jpg) no-repeat -112px 0;
}

#main #btn_rakuten a:hover{
	background: url(../images/btn_store.jpg) no-repeat -112px -66px;
}
/* --------------------------------------------------------
	#contents
-------------------------------------------------------- */
#contents{
	width: 940px;
	overflow: hidden;
	height: 100%;
	margin: 0;
	padding: 0;
}
/* --------------------------------------------------------
	基本構造
-------------------------------------------------------- */
#box_left{
	float: left;
	overflow: hidden;
	width: 600px;
	margin: 5px 0 20px 20px !important; margin: 2px 0 10px 10px; /*IE6*/
	padding: 0;
}

#box_right{
	float: right;
	overflow: hidden;
	width: 280px;
	margin: 5px 20px 20px 0 !important; margin: 2px 10px 10px 0; /*IE6*/;
	padding: 0;
}


/* ================-------------box_left-------------================ */
h2{
	margin: 30px 0 8px;
}


h2.first{
	margin: 0 0 8px;
}

hr{
	margin: 15px 0;
	padding: 0;
	border: 1px solid #fff;
	color: #fff;
}
/* --------------------------------------------------------
	.box_feature
-------------------------------------------------------- */
.box_feature{
	margin: 0;
	padding: 0;
	text-align: left;
}

.box_feature img.bookImg{
	float: right;
	margin-left: 10px;
}


.box_feature p{
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.box_feature p.feature_title{
	margin: 0 0 10px;
	padding-top: 10px;
	background: url(../images/bg_feature_title.gif) repeat 0 0;
	border-bottom: 3px solid #f39;
}


.box_feature .book_title{
	display: block;
	font-size: 17px;
	font-weight: 600;
	color: #f39;
}

.box_feature .book_stitle{
	display: block;
	font-size: 13px;
	font-weight: normal;
	color: #f39;
}

.box_feature .book_author{
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #333;
}



.box_feature .btn_detail a{
	display: block;
	width: 181px;
	height: 43px;
	margin: 15px 10px 0 0;
	padding: 0;
	background: url(../images/btn_detail.jpg) no-repeat 0 0;
}

.box_feature .btn_detail a:hover{
	background: url(../images/btn_detail.jpg) no-repeat 0 -43px;
}

.box_feature .btn_detail a span{
	display: none;
}
/* --------------------------------------------------------
	.box_bookdetail
-------------------------------------------------------- */
.box_bookdetail{
	margin: 0;
	padding: 0;
	text-align: left;
}

.box_bookdetail h4{
	margin: 30px 0 10px;
	padding: 10px 10px 8px;
	background: url(../images/bg_feature_title.gif) repeat 0 0;
	border-bottom: 3px solid #f39;
	font-size: 16px;
	font-weight: 600;
	color: #f39;
}

.box_bookdetail h4.first{
	margin: 0 0 10px;
}

.box_bookdetail p{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 1em;
}

.box_bookdetail ul{
	list-style: outside disc;
	margin-left: 2em;	
}

.box_bookdetail ol {
	list-style: decimal;
	margin-left: 33px;	
}

.box_bookdetail p.mb0{ margin-bottom: 0px;}
.box_bookdetail p.mb10{ margin-bottom: 10px;}
.box_bookdetail p.mb20{ margin-bottom: 20px;}
.box_bookdetail p.mb30{ margin-bottom: 30px;}
.box_bookdetail p.mb40{ margin-bottom: 40px;}
.box_bookdetail p.mb50{ margin-bottom: 50px;}

.waku {
	width: auto;
	background: url(../images/bg_stripe.gif) repeat;
	padding: 7px 0;
	margin: 0 0 20px;
}


/* --------------------------------------------------------
	.box_PDFform
-------------------------------------------------------- */
.box_PDFform{
	margin: 30px 0 50px;
	position: relative;
	width: 600px;
	height: 100px;
	background: url(../images/bg_PDFform.gif) no-repeat 0 0;
	padding-top: 120px;
}

.box_PDFform .form_input{
	margin: 0 0 5px 220px;
}
.box_PDFform .form_textbox{
	margin: 0 5px 0 0;
	width: 250px;
}

.box_PDFform p{
	position: absolute;
	top: 168px;
	left: 50px;
	text-align: left;
	font-size: 12px;
	color: #fff;
}
/* --------------------------------------------------------
	.box_profile
-------------------------------------------------------- */
.box_profile{
	margin: 0 0 30px;
	padding: 0;
	text-align: left;
}

.box_profile h4{
	margin: 0 0 10px;
	padding: 10px 10px 8px;
	background: url(../images/bg_feature_title.gif) repeat 0 0;
	border-bottom: 3px solid #f39;
	font-size: 16px;
	font-weight: 600;
	color: #f39;
}

.box_profile p{
	font-size: 13px;
	padding-left: 10px;
	padding-right: 10px;
}

.box_profile p.name{
	font-size: 14px;
	padding-left: 10px;
	padding-right: 10px;
	border-bottom: 2px solid #f39;
	margin-bottom: 5px;
}


/* ================-------------box_right-------------================ */
#box_right img{
	margin: 0;
	padding: 0;
}

#tw_wdg{
	margin: 35px 0 0;
}

#tw_btn{
	margin: 0;
	background: url(../images/bg_tw_btn.gif) left bottom;
	padding: 2px 5px 15px 50px;
	text-align: center;
}



#fb_plugin{
	width: 200px;
	margin: 35px 0;
}



/* ================-------------#book_list-------------================ */
#book_list{
	clear:both;
	margin: 20px 0 20px 20px;
	padding: 0;
	width: 920px;
	background: url(../images/bg_booklist.gif) left bottom no-repeat;
}

#book_list h3{
	margin: 0 0 15px;
	padding: 0;
}

#book_list ul{
	list-style: none;
}

#book_list li{
	float: left;
}

#book_list li a{
	position: relative;
	display: block;
	width: 106px;
	height: 290px;
	border: 1px solid #666;
	background: #ffe;
	overflow: hidden;
	margin: 0 5px 5px 0;
	padding: 0;
}

#book_list li a:hover{
	border: 1px solid #f39;
	background: #ff3;
}

#book_list p.book_title{
	margin: 5px 8px 3px;
	padding: 0;
	font-size: 13px;
	font-weight: 600;
	color: #f39;
}

#book_list p.book_author{
	margin: 0 8px;
	padding: 0;
	font-size: 11px;
	font-weight: 600;
	color: #333;
}

#book_list li img{
	position: absolute;
	top: 140px;
	left: 8px;
}


#book_list a:link, #book_list a:visited, #book_list a:hover,#book_list a:active{
	color: inherit;
	text-decoration: none;
	outline: none;
}

/* --------------------------------------------------------
   footer
-------------------------------------------------------- */
#footer {
	width: 940px;
	margin: 0 auto;
	overflow: hidden;
	_zoom: 1;
	clear: both;
	background: #000;
	border-top: 4px solid #ed0fa2;
	padding: 15px 0 35px 0;
	font-size: 12px;
	text-align: left;
}

#copyright {
	width: 450px;
	float: left;
	color: #ccc;
	padding: 0 0 0 20px;
}

#copyright p{
	margin-bottom: 10px;
}

#footerlink {
	width: 270px;
	float: right;
}
#footerlink li {
	float: left;
	margin: 0 2px;
}
#footerlink li a {
	color: #ccc;
}

/*-------------------------------------------------------------
	font
-------------------------------------------------------------*/
strong{ font-weight: 700;}
em{ font-weight: 600; font-style: normal;}

.fs9{ font-size: 9px;}
.fs10{ font-size: 10px;}
.fs11{ font-size: 11px;}
.fs12{ font-size: 12px;}
.fs13{ font-size: 13px;}
.fs14{ font-size: 14px;}
.fs15{ font-size: 15px;}
.fs16{ font-size: 16px;}
.fs17{ font-size: 17px;}
.fs18{ font-size: 18px;}
.fs19{ font-size: 19px;}
.fs20{ font-size: 20px;}

.c_red{ color: #f00;}
.c_pink{ color: #f09;}

.under{ text-decoration: underline;}
.bold600{ font-weight: 600;}



