html,
body {
	height: 100%;
	overflow: hidden;
}

body{
	margin: 0px;
	padding: 0px;
	color: #000000;
	background-color: #ffffff;
}

#zoom table {
	width: 100%;
	height: 100%;
}

#header {
	height: 30px;
	vertical-align: middle;
	background-color: #6f4b24;
}

#mokuji {/*-目次ペインの幅の定義-*/
	padding: 0px 0px;
	width: 250px;
	height: 100%;/*- for FireFox -*/
	vertical-align: top;
}

*html td#mokuji {/*-IE8 or lower-*/
	width: 650px;
}

#view {
	padding: 0px 0px;
}

#navi {
	vertical-align: middle;
	height: 35px;
	background-color: #aaa;
}

td#footer {
	background-color: #6f4b24;
	color: #fff;
	padding: 0 0 0 0;
	/*-width: 100%;-*/
	height: 25px;
	text-align: right;
}

.copyright {
	display: block;
	margin-top: 2px;
	margin-right: 10px;
	font-size: 0.9em;
	font-weight: normal;
}


/*-------------------------------------------------*/


#header h1 {
	display: inline;
}

#header h1 span.serial {
	font-size: 0.5em;
	color: #fff;
	margin-left: 2em;
}

*html #header h1 span.serial {
	font-size: 0.4em;
}


#header h1 span.title,
#header h1 span.code {
	font-size: 0.6em;
	color: #fff;
	font-family: "MS Mincho","小塚明朝Std-R","Kozuka Mincho Pro","Hiragino Mincho Pro";
	margin: 3px 0 3px 1em;
}

*html #header h1 span.title,
*html #header h1 span.code {
	font-size: 0.6em;
}

#header h1 span.code {
	margin-left: 1.5em;
}




/*-------------------------------------------------*/
#navi {
	position: relative;
	height: 35px;
	background-color: #999;
}

td#navi, x:-moz-any-link, x:only-child{ height: 38px; }/*- for FireFox -*/


*html #navi {/*- for IE -*/
	height: 35px;
}


#navi form {
	position: relative;
	float: left;
	margin: 5px 0 1px 5em;/*- for Firefox-*/
	display: inline;
	color: #fff;
}

#navi span.denomi {
	margin: 0 0 0 3px;
	padding: 3px 0 0 0;
}

*html #navi form {/*- for IE -*/
	margin: 5px 0 1px 0;
	padding: 0px 0 0px 10px;
}


#navi select {
	width: 5em;
}

/*----------　ページナビゲーション　-------------*/

.naviBtn_l {
	position: relative;
	float: left;
	display: inline;
	height: 25px;
	margin: 0px 0px 0px 3em;
	font-size: 1em;
}

.naviBtn_l li {
	list-style: none;
	float: left;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	height: 25px;
	width: 75px;
}


li.index {
	margin-right: 2em;
}

.naviBtn_l li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #0066cc;
}


.index a:hover,
.index a:focus,
.vol a:hover,
.vol a:focus {
	color: #f3b714;
	font-weight: bold;
}

.vol_non {
	color: #555;
	float: left;
	display: block;
	text-align: center;
	margin: 10px 0 0 0;
	height: 25px;
	width: 75px;
}

/*-ナビ ボタン-*/

.naviBtn {
	position: relative;
	float: right;
	display: inline;
	height: 35px;
	margin: 0px 10px 0px 0px;
}

.naviBtn li {
	list-style: none;
	float: left;
	display: block;
	height: 35px;
	width: 100px;
	text-indent: -9999px;
}


.naviBtn li a {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	background-image: url(./images/NaviBTN.jpg);
	outline: none;
}


.btBack a {
	background-position: 0px 0px;
}

.btNext a {
	background-position: 0px -35px;
}


.btBack a:hover,
.btBack a:focus {
	background-position: -100px 0px;
}

.btNext a:hover,
.btNext a:focus {
	background-position: -100px -35px;
}


.btBack_non {
	background-image: url(./images/NaviBTN.jpg);
	background-position: -200px 0px;
}
.btNext_non {
	background-image: url(./images/NaviBTN.jpg);
	background-position: -200px -35px;
}



/*============ しおり選択メニュー ============*/
/*-左ペインのインラインフレーム内の定義-*/
#if_menu {
	/*-background-color: #ffe8cc;-*/
	background-color: #fff4e0;
	overflow: scroll;
}


#if_menu div {
	height: 100%;
	width: 100%;
}

#if_menu ul {
	margin: 10px 5px 10px -2em;
}

*html #if_menu ul {
	margin: 10px 5px 10px 7px;
}

li.mokuji_list,
li.mokuji_hd {
	list-style: none;
}

@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) {/*- Only chrome safari-*/
     li.mokuji_list,
     li.mokuji_hd {
        font-size: 80%;
    }
}

li.mokuji_hd {
	text-align: center;
	margin: 5px 0 10px 0;
	font-weight: bold;
}

li.mokuji_list {
	text-align: left;
	margin: 0 0 7px 0;
}


li.mokuji_list a {
	color: #0066cc;
	text-decoration: none;
}

li.mokuji_list a:hover,
li.mokuji_list a:focus {
	color: #a05f4b;
	text-decoration: underline;
}

