@charset "UTF-8";


/* HTML 5 elements
---------------------------------------- */
html {
	-webkit-text-size-adjust: none;
}

section, nav, article, aside, hgroup, header, footer, figure, figcaption, summary {
  display: block;
  margin: 0;
  padding: 0;
}

/* reset
---------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}

img {
	max-width: 99%;
	height: auto;
	padding: 1px;
	margin: 0;
	border: 1px solid #eaecec;
	background-color: #fff;
}

.bgnone {
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}

ul,li{
	list-style-type: none;
	margin: 0;
}

table {
	width: 100%;
	margin: 1.5% 0 2%;
	border-collapse: collapse;
	border-spacing: 0;
}

hr {
	display: block;
	-webkit-margin-before: 10px;
	-webkit-margin-after: 0;
	margin-top: 10px;
	-webkit-margin-start: auto;
	-webkit-margin-end: auto;
	border: none;
	border-top: #cfcfcf 1px solid;
}

br {
	padding: 0;
	margin: 0;
	font-size: 1px;
	line-height: 1;
}

/* body
-------------------------------------------------- */
body{
	padding: 0;
	margin: 0;
	font-size: 12px;
	line-height: 1.8;
	letter-spacing: 1px;
	color: #3a2323;
	position: relative;
    font-family: "ＭＳ Ｐゴシック", "MS PGothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, sans-serif;
}


/* #header
-------------------------------------------------------------- */
#header {
    width: 800px;
    height: 270px;
    position: relative;
	margin: 0 auto 0;
    background: url(images/headbg.jpg) 0 10% repeat-x;
}
a.logo {
    width: 300px;
    height: 86px;
    padding: 0;
    margin: 0;
    display: block;
}
.logo img {
    max-width: 100%;
    height: auto;
    padding: 0;
    border: none;
    background: none;
}
    
.memo {
		margin: 0 0 0;
        line-height: 2;
        font-size: 11px;
        text-align: right;
        font-weight: nomal;
        color: #f17700;
        border-bottom: #f17700 1px solid;
}

#wrap {
	margin: 0;
    background: url(images/bg.jpg) 0 0 repeat;
}

h1 {
    padding: 8px;
	margin: 10px 0;
	color: #c00606;
	line-height: 1;
	font-weight: bold;
    font-size: medium;
    border-left: #c00606 3px solid;
    border-bottom: #c00606 1px dotted;
}
    h1.key {
        width: 100%;
        padding: 0;
        margin: 0 auto 0;
        text-align: center;
        line-height: 1.8;
        font-size: 10px; 
        font-weight: normal;
        color: #111;
        border: none;
    }
	h1.title {
        line-height: 1.5;
        margin: 1.5% auto 0;
    }
    h1 a {
        color: #c00606;
    }
    
     


#book_contents h2 {
    padding: 8px;
	margin: 10px 0;
	color: #fff;
	line-height: 1;
	font-weight: bold;
    font-size: medium;
    background: #c00606;
}
	
#book_contents h3 {
    padding: 8px;
	margin: 10px 0;
	font-size: medium;
}
	
a {
	color: #4e9ef7;
	text-decoration: none;
}
	a:hover { color: #f17800; text-decoration: underline;}
    a.catt {
    	padding: 5px 0 5px 23px;
        margin: 5px 0 0;
        line-height: 1;
        font-weight: bold;
        display: block;
    	color: #4e9ef7;
		background: url(images/mark.png) 7px center no-repeat;
    }
        a.catt:hover {background: url(images/mark.png) 7px center no-repeat;}
    a.more {
    	padding: 5px 10px 5px 23px;
    	color: #f4c963;
        font-size: smaller;
        border-radius:			6px;
        -moz-border-radius:		6px;
        -webkit-border-radius:	6px;
		background: #e1e1e1 url(images/more.png) 7px center no-repeat;
    }

/* #book_contents-------------------------------------------------------------- */
#book_contents {
    margin: 0.5% auto 0;
    background: url(images/mainbg.png) 0 0 repeat;
}
    #book_contents br {
        height: 1px;
    }
    #book_contents ul {
    	width: 890px;
        padding: 0;
        margin: 0 auto;
    }
    #book_contents ul li {
        margin: 2px 5px 2px 0;
        float: left;
    }
        #book_contents li a {
            padding: 12px 8px 10px 25px;
            display: block;
            font-weight: bold;
            font-size: 14px;
            line-height: 1.3;
            color: #fcffc7;
            letter-spacing: 0.06em;
            border: 1px solid #fff;
            background: #cb4757 url(images/mark.png) 8px center no-repeat;
        }
        #book_contents ul li a:hover {
            border: 1px solid #fff;
            color: #55332e;
            text-decoration: none;
            text-shadow: 0 -1px 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 1px 0 2px #fff,
                         0 -1px 8px #fff, 0 1px 8px #fff, -1px 0 8px #fff, 1px 0 8px #fff,
                         0 -1px 2px #fff, 0 1px 2px #fff, -1px 0 2px #fff, 1px 0 2px #fff; 
            background: url(images/arr02.png) 8px center no-repeat;
        }
        #book_contents li.current-menu-item a {
            color: #fff;
            background: #cb4757 url(images/mark.png) 8px center no-repeat;
        }

/* #contents
-------------------------------------------------------------- */
#contents {
    padding: 0;
    margin: 0 auto 0;
    position: relative;
    overflow: hidden;
    background: #fff;
}
    #info001 {
        width: 71%;
        padding: 0 5px 0;
        margin: 0 0 0 0;
        float: right;
    }
	#books {
        width: 25%;
        float: left;
    }

/* textBox
-------------------------------------------------------------- */
.thum_box img{
    width: 280px;
    margin: 0 10px 3px 0;
	float: left;
}

/* 要素
-------------------------------------------------------------- */
section {
	padding: 2% 0;
	margin: 0 0 5%;
}

p {
	display: block;
	margin: 2% 0;
}

/* books-------------------------------------------------------------- */
#books {
	padding: 1% 0 1%;
	margin: 0 0 5% 1%;
    list-style: none;
    line-height: 1;
    font-size: 10px;
    color: #4e9ef7;
    background: #fff;
}

#books h1 {
    padding: 5% 0;
    text-align: center;
    margin: 0.5% 0 0;
    font-weight: nomal;
    font-size: 10px;
    color: #fff;
    background: #f17700;
}
#books h2 {
    padding: 1%;
    margin: 0.5% 0 0;
    color: #4e9ef7;
    font-weight: nomal;
    font-size: 10px;
    background: none;
}
	
#books ul {
    padding: 0 5px;
	margin: 0 0 20px;
    background-color: #fff;
    background-image: -moz-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: -ms-linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .2) 25%, transparent 25%,transparent 50%, rgba(255, 255, 255, .2) 50%, rgba(255, 255, 255, .2) 75%,transparent 75%, transparent);
    -moz-background-size: 2px 2px;
    -webkit-background-size: 2px 2px;
    -o-background-size: 2px 2px;
    -ms-background-size: 2px2px;
    background-size: 2px 2px;
	border: 1px solid #fff;
    box-shadow: 0 5px 4px rgba(0,0,0,0.1);
}

#books ul li {
	margin: 0;
	padding: 5px 0 5px;
	border: none;
	list-style: none;
    background-color: #fff;
}
    
#books ul a {
	background-repeat: no-repeat;
	background-position: 10px center;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #efefef;
	padding: 5px 0 5px 0;
	text-decoration:none;
	display: block;
	color: #222;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f5f5f5));
	background: linear-gradient(#fff, #f5f5f5);
}
    
#books ul.sub-menu a {
	color: #fff;
	background: url(images/mainbg.png) 0 0 repeat;
}
    
#books ul a.dcjq-parent  {
	background: #fff url(menu_images/plus_grey.png) 4px center no-repeat;
	font-weight: bold;
}
    
#books ul a.dcjq-parent.active {
	background: url(menu_images/minus_grey.png) 4px center no-repeat;
}
    
#books ul a:hover {
	color: #4e9ef7;
}

/* copy
-------------------------------------------------------------- */
.copy {
	padding: 1% 0;
    margin: 0 auto 0;
	text-align: center;
	font-size: 10px;
	font-weight: normal;
    color: #fff;
    background: #534d4c;
}
.copy  a {color: #fff;}

/* goToTop
-------------------------------------------------------------- */
.goToTop {
	margin: 2% 1% 1.5%;
}
.goToTop a{
	color: #fff;
	font-size: 10px;
	font-weight: bold;
}

/* align
-------------------------------------------------------------- */
.alignright {
	float: right;
}
.alignleft {
	float: left;
}

/* page_navi
-------------------------------------------------------------- */
.page_navi {
	margin: 3% 0;
	line-height: 1;
	color: #7f7f7f;
}
	.page_navi span.page-numbers {
		padding: 3px 0 3px 3px;
		margin: 0 3px 3px 0;
		border: #CCC 1px solid;
		display: inline-block;
	}
	.page_navi a.page-numbers {
		padding: 4px 5px;
		margin: 0 3px 3px 0;
		border: #efefef 1px outset;
		display: inline-block;
		font-weight: bold;
		color: #fffea4;
		border-radius:			6px;
		-moz-border-radius:		6px;
		-webkit-border-radius:	6px;
		background: #72ab56;
	}
	.page_navi a.page-numbers:hover {
		background: #fffea4;
		color: #068618;
		border: #efefef 1px inset;
	}
	
	.page_navi span.current,
	.page_navi span.dots {
		border: none;
		color: #068618;
		font-weight: bold;
	}

