@charset "utf-8";
/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

	本の枝折 Style Sheet

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
body {
	width: 100%;
	margin: 0px;
	line-height: 100%;
	color: #222;
	background: url(../../img/shiori/bg/bg_page.png) #fff;
	font-family: meiryo,'Book Antiqua','times new roman',メイリオ,'ヒラギノ丸ゴ Pro W4','Hiragino Maru Gothic Pro W4','Hiragino Maru Gothic Pro',Osaka,'ＭＳ Ｐゴシック',sans-serif;
}
img {
	border-style: none;
	vertical-align:bottom;
}
ol,ul {
	margin-top: 0px;
	margin-bottom: 0px;
}
form {
	display: inline;
	padding: 0px;
}
h1,h2,h3,h4,h5,h6 {
	display: inline;
	font-weight: normal;
}
li,.doc,.txt { 
	line-height: 142%;
	line-break: strict;
	text-align: justify;
	text-justify: newspaper;
	text-autospace: ideograph-alpha;
}
.doc {
	text-indent: 1em;
}
#book {
	width: 860px;
	height: 700px;
	background: url(../../img/shiori/bg/bg_book.png) no-repeat left top;
}
#leaf {
	width: 100%;
	height: 688px;
	background: url(../../img/shiori/bg/bg_trash.png) no-repeat right bottom;
}
#leftpane {
	float: left;
	width: 510px;
	height: 520px;
	padding: 27px 46px 0px 77px;
}
#rightpane {
	float: right;
}
#page {
	width: 550px;
}
#copyright {
	margin-left: 102px;
	color: #999;
	font-size: 14px;
	font-family:'Book Antiqua','times new roman',serif;
}
#banner {
	padding-top:6px;
	padding-left:66px;
}
#makimonobig {
	position: absolute;
	visibility: hidden;
	width: 332px;
	height: 578px;
	margin-left: 538px;
	background: url(../../img/shiori/bg/bg_l_makimono.png) no-repeat;
	z-index: 3;
}
#obmlink {
	margin-top: 75px;
	margin-left: 140px;
	font-family:'Book Antiqua','times new roman',serif;
}
#area {
	margin-top: 48px;
	margin-left: 55px;
}

.areasite {
	white-space: nowrap;
	overflow: hidden;
	width: 138px;
	font-size: 13px;
	text-align: center;
	padding: 3px 0px;
}
.makimono {
	width: 168px;
	height: 51px;
	padding-top: 33px;
	padding-left: 12px;
	margin-bottom: 1px;
	background: url(../../img/shiori/bg/bg_makimono.png) no-repeat;
	text-align: center;
	font-size: 14px;
}

/* レイアウト */
.top { vertical-align: top; }
.middle { vertical-align: middle; }
.base { vertical-align: baseline; }
.bottom { vertical-align: bottom; }
.left { text-align: left; }
.center { text-align: center; }
.right { text-align: right; }
.hidari { margin-left:0px; margin-right:auto; }
.naka { margin-left:auto; margin-right:auto; }
.migi { margin-left:auto; margin-right:0px; }
.clr { clear: both; }
.nowrap { white-space: nowrap; }

/* デザイン */
span.note { border-bottom: 1px dashed #f50; cursor: help; }
.alert { color: #f50; }
.cursor { cursor: pointer; }
.border { border: 1px solid #ccc; }

/* リスト */
ol.roman,ul.roman,li.roman { list-style-type: lower-roman; }
ol.circle,ul.circle,li.circle { list-style-type: circle; }
ol.square,ul.square,li.square { list-style-type: square; }

/* 文字サイズ */
.fsxs { font-size: 9pt; }
.fss { font-size: 10pt; }
.fshs { font-size: 10.5pt; }
.fsm { font-size: 11pt; }
.fsl { font-size: 12pt; }
.fsxl { font-size: 13pt; }

/* リンク */
a { text-decoration:none; }
a:link,a:visited { color:#44f; }
a:hover { background-color:transparent; color:#0a0; }

a.lnk { display:block; width:100%; }
a:link.lnk,a:visited.lnk { color:#333; }
a:hover.lnk { background-color:#111; color:#ddd; }

