@charset "utf-8";
a:link{
	color: #36F;
}
A:visited{
	                 /* 既に見たリンク */
	color: #06F;
	text-decoration: none     /* 下線を消す */
;
}
A:active{
	color: #FCF ;
} /* クリック時のリンク */
A:hover{
	                   /* カーソルが上にある時のリンク */
	color: #09F;
	text-decoration: none     /* 下線を消す */;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
a img{
	border-style:none;
}
body{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 125%;
	color: #666;
	margin: 0px;
	padding: 0px;
	background-image : url(back2.gif);
	text-align: right;
}
#territory{
	width: 970px;
	margin: 0 auto;
	background-color: #FFF;

}

#content{
	float: right;
	width: 780px;
	margin-top: 10px;
	margin-bottom: 40px;
	padding-right: 20px;
	font-size: 14px;
	text-align: left;
}


#nav{
	background-color: #FFF;
	float: left;
	width: 160px;
	margin-top: 10px;
	padding-left: 5px;
	margin-bottom: 40px;
}
#footer{
	clear: both;
	background-color: #FFF;
	margin: 120px;
}
#logo{
	float: left;
}
#menu{
	line-height: none;
	margin-right: 10px;
	margin-top: 20px;
	float: right;
}

.sinkan{
	float: right;
	margin-left: 0em;
	color: #F00;
	font-weight: bold;
}
.sinkanclear{
	clear:both
;
}
#booksearch{
	margin-left: auto;
	float: right;
}
#menu2{
	float: right;
}
.center{
	float: right;
}
#syou{
	font-size: 9px;
}

#osirase{
	float: left;
	width: 430px;
	margin-top: 5px;
	margin-left: 5px;
	margin-right: 15px;
	margin-bottom: 10px;
	background-color: #FFF;
	height: 685px;
}
#bookimg{
	background-color: #FFF;
	float: right;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: auto;
}

#bookimg img{
     border:solid 1px #999;
	 -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	a hover position:relative; top:2; left:2;
}
#bookimg a:hover{
 position: relative;
 top: 2px;
 left: 2px;
}
#bookimg h4{
    background: #ffffff;
    border-left: 30px solid #99F2BF;
    padding: 5px 15px 15px 15px;
    margin: 10px -15px 0px -10px;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.25) ;
    font: $(post.title.font);
	width:200px;
	height:10px;

    }
#bookimgtest{
	background-color: #FFF;
	float: right;
	margin-top: 0px;
	margin-right: 70px;
	margin-bottom: 10px;
	margin-left: auto;
}

#bookimgtest img{
     border:solid 1px #999;
	 -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	a hover position:relative; top:2; left:2;
}
#bookimgtest a:hover{
 position: relative;
 top: 2px;
 left: 2px;
}
#bookimgtest h4{
    background: #ffffff;
    border-left: 30px solid #99F2BF;
    padding: 5px 15px 15px 15px;
    margin: 10px -15px 0px -10px;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.25) ;
    font: $(post.title.font);
	width:200px;
	height:10px;

    }
#osusumeset{
	background-color: #FFF;
	float: none;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 10px;
}

#osusumeset h4{
    background: #ffffff;
    border-left: 30px solid #FFD6FC;
    padding: 5px 15px 15px 15px;
    margin: 10px -15px 0px -10px;
    box-shadow:1px 1px 3px rgba(0, 0, 0, 0.25) ;
    font: $(post.title.font);
	width:200px;
	height:10px;

    }


#postit_box{
	position: relative;
	width: 420px;
	height: 685px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-size: 13px;
}
/* ポストイット */
#postit_box .postit{
	position: absolute;
	width: 388px;
	margin: 0;
	padding: 10px;
	top: 0px;
	right: 6px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	background-color: #faf7e0;
	color: #666666;
	-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
	height: 685px;
}


/* 下線 */
#postit_box .postit span{
    display:block;
    border-bottom:1px solid #908a60;
}
hr{
	border: none;
	border-top: 1px  dotted;
	height: 1px;
	color: #666666;

}
#heading3{
    border:solid 1px #ddd;
    padding: 5px;
    border-radius: 5px;
    background: #eee;
    -moz-border-radius: 5px; /* FF */
    background: -moz-linear-gradient(top,  #fff,  #eee); /* FF */
    -webkit-border-radius: 5px;/* Webkit */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));/* Webkit */
    -pie-background:linear-gradient(top,  #fff,  #eee); /* ie */
    behavior : url(../css/images/PIE.htc);  /* ie */
    }
    #heading3 span{
	border-left:5px #3cf solid;padding-left:10px;
}

#fuchinasi img{
	 border:none;
	 -moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
	a hover position:none;
}
#futinasinokageari img{
     border:none;
	 -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	a hover position:relative; top:2; left:2;
}


#territory #content table tbody tr td div ul li strong{
	color: #F00;
}


.newbookimg{
	margin right: 10px;
	margin-top: 10px;
	margin-left: 10px;
	display:inline;
	float: left;
}
.newbookimg img{
     border:solid 1px #999;
	 -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.25);
	a hover position:relative; top:2; left:2;
}
.newbookimg a:hover{
 position: relative;
 top: 2px;
 left: 2px;
}



.booksetumei{
	margin-top: 0px;
	text-align: left;
	position: absolute;
	top: 11px;
	left: 145px;
	line-height: 160%;
	width: 450px;
}


.newbooksbox{
	width: 685px;
	height: 170px;
	margin-top: 15px;
	margin-bottom: 10px;
	background-color: #fff4e6;
	position: relative;
		-moz-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
	box-sizing: border-box;
}
.isbn{
	font-size: 12px;
}
.syomei{
	font-size: 18px;
}
a:link.syomei{
	text-decoration : none;
color : #000;
}
a:visited.syomei{
  color: #000;
text-decoration:none;
}
a:hover.syomei{
	color: #F90;
text-decoration:underline;
}
a.syomei:active {
　color: #F90;
　text-decoration:underline;
}
