/* @override http://macbook-air.local/taizando/include/style.css */

/* 全体の表示 */
*{
	font-size: 13px;
	margin: 0px;
	padding: 0px;
    font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ明朝',serf;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}



p, ul, ol, dl, pre, table, fieldset, blockquote
{
	margin: 0px;
}

p {
	padding-bottom: 1em;
	text-align: justify;
	text-justify:inter-ideograph;
}

.frame #content p {

}

a,
a:active,
a:link,
a:visited
{
        text-decoration: none;
        font-size: 100%;
     	color: #156e00;
}

a:hover {
    color: #4aa40c;
	text-decoration: underline;
}

span {
	font-size: 100%;
}

img {
	border: none;
}

span.subtitle {
	padding-left: 1em;
	font-size: 75%;
	font-weight: normal;
}

span.inline-left {
	float: left;
	padding-right: 5px;
}

.clear {
	clear: both;
}

.clear.spacer {
	height: 200px;
}

.caption {
	color: #555;
	margin-bottom: 10px;
	height: 20px;
	line-height: 20px;
	position: relative;
}

.caption img {
	position: relative;
	padding:0px 5px;
	top:3px;
}

.title {
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	margin-bottom: 0.5em;
	font-weight: bold;
}

.title a {
		font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}

/* ページ背景の表示 */

body.frame {
		background:url("images/background_8.0_side.jpg") repeat-x; }



}

body.order,
body.books {
	background:url("images/background_8.0_side.jpg") repeat-x;
}

#page {
}

body.book {
	background:url("images/background_5.0_side.jpg") repeat-x; }

body.book #page-inner {
		background: url("images/background_5.0.jpg") no-repeat center top;
}

/* レイアウト */
#page {
	width: 820px;
	margin: 0px auto;
}

#page-inner {
	width: 780px;
	padding: 0px 20px;
	margin:0px auto;
	background: url("images/background_8.0.jpg") no-repeat;
}

/* コンテンツ表示 */
#content {
	position: relative;
}

#content-inner {
	padding: 0px 10px;
}

.frame #content-inner {
	padding: 10px 20px;
	background: #fff;
	}

.frame #page {
	background: url("images/background_8.0_shadow.jpg") repeat-y;
}

.book-content #content-inner {
	padding: 20px;
}

#content p {
	font-size: 13px;
}

#content h1.title {
	font-size: 25px;
	margin: 20px 0px 0.5em 0px;
	clear: both;
}

.frame.page #content .content-head {
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 50px;
	clear: both;
	background: url("images/background_h1-trans.png") no-repeat;
}

.frame.page #content .content-head h1.title {
	position: absolute;
	left: 20px;
	top: -5px;
	font-size: 25px;
	padding: 0px;
}

.browse.frame #content .content-head h1.title {
	display: none;
}

.frame.book-content #content .content-head h1.title,
.frame.order #content .content-head h1.title,
.frame.link #content .content-head h1.title,
.frame.inquiry #content .content-head h1.title{
	position: absolute;
	left: 20px;
	bottom: 0px;
	display: none;
}

.frame.book-content #content .content-head,
.frame.order #content .content-head,
.frame.link #content .content-head,
.frame.inquiry #content .content-head{
	position: relative;
	padding: 0px;

	margin-bottom: 0px;
	height: 100px;
	clear: both;
	background: url("images/test-trans.png") no-repeat;
}
.frame.link #content .content-head {
		background: url("images/h1_photo_link.jpg") no-repeat;
}

.frame.inquiry #content .content-head {
		background: url("images/h1_photo_contact.jpg") no-repeat;
}

.frame.book-content #content .content-head {
		background: url("images/h1_photo_doclist.jpg") no-repeat;
}

.frame.order #content .content-head {
		background: url("images/h1_photo_order.jpg") no-repeat;
}

.frame.thanks #content .content-head {
		background: url("images/h1_photo_thanks.jpg") no-repeat;
}


#content h2.title {
	font-size: 25px;
	margin: 0.5em 0px;
	clear: both;
}

#content h1.title img {
	position: relative;
	bottom: -3px;
	margin-right: 1em;
	}
	
#content h3.title {
	font-size: 18px;
	margin-bottom: 5px;
	clear: both;
}

.link #content h3.title {
	color: #333;
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: normal;
	clear: both;
	border-bottom: 1px #156e00 solid;
}

#content h4.title {
	font-size: 15px;
	margin: 0px;
	border-bottom: 1px #aaa solid;
	clear: both;
}

/* ヘッダー＆ロゴ表示 */
#header {
	position: relative;
	height: 100px;
}

#logo {
	position: relative;
	left: -5px;
	top: 0px;
}

/* フッター */
#footer {
	width: 820px;
	margin: 0px auto;
	line-height: 35px;
	text-align: center;
	clear: both;
	margin-bottom: 20px;
}

body.frame #footer {
	height: 60px;
	background: url("images/background_footer.gif") no-repeat bottom;
}

.frame #content-bottom {
}


#footer-inner a,
#footer-inner a:active,
#footer-inner a:link,
#footer-inner a:visited{
	font-size: 12px;
	color: #666;
    font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ明朝',serf;
}

#footer-inner span {
		font-size: 13px;
		color: #666;
}

/* 書籍詳細表示時のメインイメージ表示 */
#topimage {
	min-height: 360px;
	height: auto !important;
	height: 360px;
	margin-bottom: 20px;
	position: relative;
}

#topimage img.main {
	position: absolute;
	left: 260px;
}

#topimage h2.title {
	font-size: 18px;
	margin: 0.5em 0px;
	clear: both;
}

/* プライマリーリンク */
#primary-links {
	font-size: 13px;
	position: absolute;
	display: block;
	right: 0px;
	top: 10px;
}

#primary-links ul li {
	list-style: none;
	display: block;
	float: left;
	position: relative;
	line-height: 15px;
	height: 25px;
}

#primary-links ul li a{
		background: url("images/linedot.gif") repeat-y;

	padding: 0px 10px 0px 9px;
	color: #333;
}

/* expand */

#primary-links ul li.expanded a{
	position: relative;
	padding-left: 25px;
}

#primary-links ul li.expanded:hover {
	background:url("images/linedot.gif") repeat-y;
}

#primary-links ul li.expanded {
	padding: 0px 0px 0px 0px;
	background:url("images/primary_allow_close.gif") no-repeat 9px 3px;
}

#primary-links ul li.expanded:hover {
	text-decoration: none;
	background:url("images/primary_allow_open.gif") no-repeat 9px 2px;
}

#primary-links ul li.expanded ul{
	display: none;
}

#primary-links ul li.expanded:hover ul{
	display: block;
	position: absolute;
	left: 0px;
	top: 20px;
	padding: 0px 0px;
	background: none;
}

/* Second */

#primary-links ul li.expanded ul li {
	width: 200px;
	display: block;
	float: none;
	text-align: left;
	height: 18px;
	line-height: 18px;
	padding: 0px;
	margin: 0px;
	overflow: hidden;
	border-bottom: 1px #999 solid;
}

#primary-links ul li.expanded ul li:hover {
	background: #666;
}

#primary-links ul li.expanded:hover ul li a{
	display: block;
	text-decoration: none;
	border: none;
	background: none;
	background:url("images/primary_allow_close.gif") no-repeat 9px 3px;
	margin: 0px;
	padding: 0px 0px 0px 25px;
}

#primary-links ul li.expanded:hover ul li a:hover{
	background:url("images/primary_allow_hover.gif") no-repeat 9px 3px;
}

#primary-links ul li.expanded ul li a:hover{
   	color: #156e00;
   	color:#fff;
}

/* リンク */

.link #content li {
	list-style: none;
}

.link #content a span.url {
	    font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ明朝',serf;
	    padding-left: 1em;
	    font-size: 13px;
		display: none;
	    }

.link #content li.title {
	margin-bottom: 15px;
	border-bottom: 1px #eee solid;
	height: 100%;
}

.link #content a span.title {
	font-size: 15px;
	padding-left: 20px;
	background: url("images/outlink.gif") no-repeat left center;
}

.link #content li ul li {
	line-height: 1.8;
	font-size: 12px;
	padding: 5px 20px 10px 20px;
	font-weight: normal;
}

/* 目次表示 */
#content-list {
	background: #fff;
}

#content-list li {
	font-size: 13px;
	line-height: 1.8;
}

#content-list .title a {
	color: #000;
}

#content-list .title {
	font-size: 18px;
	height: 23px;
	line-height: 23px;
	font-weight: normal;
	border-left: 6px #4aa40c solid;
	padding-left: 5px;
	margin: 0px;
}

#content-list .title .subtitle {
	padding-left: 1em;
	font-size: 13px;
	font-weight: normal;
	}

#content-list li div.dotted {
	clear: both;
	display: block;
	background: url("images/dot_28.gif") repeat-x;
	overflow: hidden;
	line-height: 28px;
}

#content-list span.page-title {
	float: left;
	font-size: 13px;
	background: #fff;
	padding-right: 0px;
}

#content-list span.page-link a,
#content-list span.page-title a{
	padding-right: 23px;
	background: url("images/book_browse_icon.gif") no-repeat right center;
}

#content-list span.page-num {
    font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ明朝',serf;
	float: right;
	padding: 1px 0px 1px 10px;
	line-height: 28px;
	font-size: 12px;
	background: #fff;
	color: #999;
}


#content-list ul li {
	list-style: none;
}

#content-list ol li {
	list-style-type: decimal;
	list-style-position: inside;
}

#content-list ol,
#content-list ul.clear {
	clear: both;
}

#content-list ol,
#content-list ul {
	padding: 0px 10px 15px 25px;
}

#content-list .block {
	display: block;
	float: left;
	width: 370px;
	overflow: hidden;
	margin-bottom: 10px;
}

#content-list .block.chapter02 ul{
	padding-bottom: 15em;
}

#content-list .block.chapter03,
#content-list .block.chapter05 {
	clear: both;
}

#content-list .block.chapter05 {
	
}

#content-list .block.chapterA,
#content-list .block.chapterB {
}

#content-list ul.top {
	padding: 0px;
	overflow: hidden;
	height: 100%;
}

#content-list .group {
	overflow: hidden;
}

/* フロントページ書評リスト */
.front #content-inner ul {
	list-style: none;
	line-height: 1.2;
	margin-bottom: 1em;
}

.front #content-inner ul.top {
	margin-bottom: 1em;
}

/* 最新のブログ投稿 */

ul.blog-entry  {
	list-style: none;
	line-height: 1.5;
	margin-bottom: 1em;
}

ul.blog-entry li {
	font-size: 12px;
	margin-bottom: 0.5em;
	padding-left: 1em;
	background: url("images/dot.gif") no-repeat left center;
}
/* サイドバー */
#sidebar-left {
	margin-bottom: 20px;
	width: 220px;
	float: left;
	padding-left: 15px;
}

#sidebar-right {
	width: 240px;
	float: right;
}

/* ボタン */
.button {
	clear: both;
	text-align: right;
	z-index: 1;
}

.button img {
	position: relative;
	z-index: 10;
}

.button.prev {
	position: absolute;
	bottom: 20px;
	left: 0px;
}

.button.prev img{
	float: left;
	clear: both;
	margin-top: 5px;

}


.button.next {
	position: absolute;
	bottom: 20px;
	right: 0px;
}

.button.next img {
	float: right;
	clear: both;
	margin-top: 10px;
}


/* 価格表示　*/
#priceblock {
		width: 240px;
		float: left;
		line-height: 1.8;
}

#priceblock .num_select {
	display: block;
	white-space: nowrap;
	float: right;
}

#priceblock .bottom{
		background: url("images/pricebox_bg_bottom-trans.png") no-repeat left bottom;
		display: block;
		height: 10px;
		margin: 0px;
}

#priceblock .priceblock-inner {
	overflow: hidden;
	display: block;
	width: 220px;
	height: 100%;
	margin: 0px;
	padding:10px 10px 0px 10px;
	background: url("images/pricebox_bg-trans.png") no-repeat left top;
}

#priceblock dl {
}

#priceblock dt,dd {
}

#priceblock dt {
	font-size: 10px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	clear: both;
	float: left;
	font-weight: bold;
	padding-right: 1em;
}

#priceblock dd {
	overflow: hidden;
	font-size: 11px;
}

#priceblock .price {
	line-height: 36px;
}

#priceblock dd.price {
	color: #800;
	font-size: 15px;
    font-family:'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','ＭＳ明朝',serf;
	font-weight: bold;
	margin-bottom: 10px;
	float: right;
}

/* セール告知などのインフォメーションアイコン */
#infomation {
	position: absolute;
	bottom: -20px;
	left: 170px;
}

/* 書籍一覧 */
#books-list {
	padding-top: 10px;
	padding-bottom: 10px;
	overflow: hidden;
}

#books-list #book-block {
	display: block;
	float: left;
	display: block;
	width: 380px;
}

/* フォーム */
.form-item {
clear: both;
padding: 10px 0px 0px 10px;
overflow: hidden;
}


#order-form #priceblock .price {
	line-height: 18px;
}
#order-form #priceblock dd.price {
	font-size: 15px;
}

#order-form input.text {
		border: 1px #aaa solid;
		height: 20px;
		padding: 0px 5px;
}

#order-form input.checkbox {
		border: none;
}

#order-form button.submit,
#order-form input.submit {
}

#order-form input.submit img {
}

.personal_date span,
.personal_data label {
	display: block;
	float: left;
	clear: both;
	width: 6em;
	line-height: 20px;
}

.personal_data .fax label{
	clear: none;
	width: 5em;
}

.personal_data .form-item.fax,
.personal_data .form-item.tel {
	float: left;
	clear: none;
	padding-right: 30px;
}

#order-form .payment span {
	font-size: 15px;
	padding-left: 10px;
}

#order-form .sum input {
		height: 35px;
}

#order-form span.attention {
	line-height: 25px;
	padding-left: 10px;
	font-size: 12px;
	color: #a00;
}

#order-form .order input {
	text-align: right;
	padding: 0px 10px;
}

#order-form .submit-button {
	text-align: center;
}
fieldset {
	border: none;
	padding-bottom: 20px;
}

body.not-frame legend {
		border-top: 1px #aaa solid;
		padding-top: 0.5em;
		width: 100%;
}
#order-form .error  {
	color: #f00;
	}
	
#order-form .error input {
	border-color: #f00;
}
#order-form h3.title,
legend {
	padding-right: 1em;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
}

.order label {
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 13px;
	display: block;
}

.form-item.sum {
	display: block;
	float: right;
	padding-right: 20px;
}

.form-item.sum label{
	font-size: 20px;
}

.form-item.sum input{
	color: #a00;
	font-size: 25px;
}

button {
	border: none;
	background: none;
}

#order-form li {
	list-style: none;
	line-height: 1.5em;
	padding-left: 1em;
}

#order-form ul {
	margin-bottom: 0.5em;
}

#order-form ul.books {
	border-bottom: 1px #aaa solid;
}

#order-form .remark {
	display: block;
	padding: 10px;
	background: #eee;
	}

#order-form #captcha {
	margin: 10px 0px;
	border: 1px #aaa solid;
	padding: 10px;
}

#order-form #captcha p{
	padding: 0px;
}

.warning {
	color: #f00;
}

.warning input {
	border-color: #f00;
}

/* レビュー */
body.review .head {
	padding-bottom: 20px;
}

body.review dl {
	height: 100%;
	padding: 5px 0px;
	border-bottom: 1px #aaa solid;
}

body.review dt,
body.review dd {
	line-height:1.5;
}

body.review dt {
	float: left;
	width: 6em;
	height: 10px;
	padding-right: 1em;
	clear: both;
	z-index: 10;
}

body.review dt.name {
	line-height: 30px;
	height: 30px;
	padding: 2px 1em 2px 0px;
}

body.review dd.name {
	line-height: 30px;
	height: 30px;
	}
	
body.review .name span {
	padding-left: 1em;
	font-size: 18px;
}

body.review #content p {
	font-size: 15px;
	line-height: 1.8;
}

/* お問い合わせ */
span.addno {
	font-size: 18px;
	display: block;
	height: 25px;
	width: 100%;
}

span.add {
	font-size: 18px;
	display: block;
	height: 35px;
}

span.tel ,
span.fax {
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
	font-size: 20px;
	padding-right: 1em;
    color: #4aa40c;
}

span.tel .label,
span.fax  .label{
	padding-right: 0.5em;
}

span.mail {
	font-size: 20px;
}

/* ページメニュー */
.browse #pagebrowse {
	padding: 10px 20px;
}

.browse #content-inner {
	padding: 0px;
	position: relative;
}

.frame.browse.page #page-inner #content .content-head {
	height: 10px;
}

.frame.page.browse #content .content-head h1.title {
//	display: none;
font-size: ;
}

#pagemenu .topmenu,
#pagemenu .bottommenu {
	position: relative;
	height: 25px;
	width: 740px;
	z-index: 10;
}

#pagemenu a{
	font-size: 15px;
	font-family: Verdana, "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
}

.topmenu .prev a,
.bottommenu .prev a{
	position: absolute;
	top: 0px;
	left: 450px;
}

.topmenu .next a,
.bottommenu .next a{
	position: absolute;
	top: 0px;
	right: 20px;
}

.topmenu .doclist a,
.bottommenu .doclist a{
	position: absolute;
	top: 0px;
	left: 0px;
}

/* glider */
div#my-glider {
}
div.scroller {
        /* modify width and height of scrolling section if necessary    */
        width: 780pxpx;
        overflow: hidden;
        }
        
div.scroller div.section {
                /* modify width and height of each section as needed (should match the size of the scroller window)     */
                width:780px;
                overflow:hidden;
                float:left;
                }
                
div.scroller div.content {
                width: 100000px;
                }

div#section2 {
                background:#666666;
                color:#ffffff;
                }

