
*{
	margin:0;
	padding:0;
}
	
html,body{
	height:100%;
	font-size:90%;
}


/* common */
a{
	color:#216EE0;
	text-decoration:none;
}
	a:hover{
		/* color:#5f3c34; */
		/*color:#F2A31B;*/
		color:#E85F17;
		text-decoration:underline;
	}

.hr_line{
	width: 100%;
	border-top: 1px solid #dddddd;
	height: 5px;
	clear:both;
}

.hr_line_bold{
  width:80%;
  border-top: 1px solid #666666;
  height: 5px;
  clear:both;
}


/* image */
img {
	vertical-align: middle;
}

/* label */
label:hover {
   background-color: #E8F3FD;
}

#contens {
	height: 100%;
	}

/* Header */
#head{
	white-space: nowrap;
	margin: 0;
	padding: 0px 0px 0px 0px;
	width: 100%;
	height: 60px;
	border: 0px;
}


/* SubHeader */
#headmenu{
	background:url("../img/opac_subhead.jpg") top repeat-x;
	font-weight: bold;
    line-height: 25px;
	white-space: nowrap;
	vertical-align: middle;
	height: 25px;
	width: 100%;

	}
	#headmenu a{ 
		}

#headmenu_btn table{
	border-collapse: collapse;
	margin-left : auto ;
	margin-right : 0 ;
}

#headmenu_btn td{
        white-space:nowrap;
}
	#headmenu_btn a{
				text-decoration:none;
				text-align:center;
				color:#333333;
				font-size:13;
				font-weight:bold;
				width:110px;
				height:25px;
				display: block;
				line-height:25px;
				background-image:url(../img/opac_menu_btn.jpg);
	}
	#headmenu_btn a:hover{
				background-image:url(../img/opac_menu_btn_over.jpg);
	}





/* Bottom Space */
.bottom{
	clear:both;
	height:25px;
	}
#bottom{
  clear:both;
  height:25px;
  }

/* Footer */
#footer{
	bottom:0px;
	height:30px;
	width:100%;
	color: #666666;
	text-align: center;
	border-top: 2px solid #cccccc;
	font-size: 85%;
	line-height:30px;
	clear:both;
}



.navi_block{
	white-space: nowrap;
	color: #666666;
	text-align: left;
}


.btn_block{

}
		.btn_block table{
			width:100%;
		}

.opac_btn_s{
        white-space:nowrap;
}
	.opac_btn_s a{
				text-decoration:none;
				text-align:center;
				color:#333333;
				font-size:1em;
				font-weight:bold;
				width:95px;
				height:26px;
				display: block;
				line-height:26px;
				background:url(../img/opac_btn.jpg) 0 0 no-repeat;
	}
	.opac_btn_s a:hover{
				text-decoration:none;
				color:#333333;
				background:url(../img/opac_btn_over.jpg) 0 0 no-repeat;
	}
	
.opac_btn_m{
        white-space:nowrap;
}
	.opac_btn_m a{
				text-decoration:none;
				text-align:center;
				color:#333333;
				font-size:1em;
				font-weight:bold;
				width:129px;
				height:26px;
				display: block;
				line-height:26px;
				background:url(../img/opac_btn_middle.jpg) 0 0 no-repeat;
	}
	.opac_btn_m a:hover{
				text-decoration:none;
				color:#333333;
				background:url(../img/opac_btn_middle_over.jpg) 0 0 no-repeat;
	}

.opac_btn_l{
        white-space:nowrap;
}
  .opac_btn_l a{
        text-decoration:none;
        text-align:center;
        color:#333333;
        font-size:1em;
        font-weight:bold;
        width:172px;
        height:26px;
        display: block;
        line-height:26px;
        background:url(../img/opac_btn_long.jpg) 0 0 no-repeat;
  }
  .opac_btn_l a:hover{
				text-decoration:none;
				color:#333333;
        background:url(../img/opac_btn_long_over.jpg) 0 0 no-repeat;
  }


.opac_btn_outlink{
        white-space:nowrap;
}
  .opac_btn_outlink a{
        text-decoration:none;
        text-align:center;
        color:#333333;
        font-size:0.8em;
        font-weight:bold;
        width:105px;
        height:26px;
        display: block;
        line-height:26px;
        background:url(../img/opac_btn_outlink.jpg) 0 0 no-repeat;
  }
  .opac_btn_outlink a:hover{
				text-decoration:none;
				color:#333333;
        background:url(../img/opac_btn_outlink_over.jpg) 0 0 no-repeat;
  }


.opac_icon{
		vertical-align:middle;
		border:0;
}

/* Barcode Label */
.barcode_block{

}
  .barcode_block table{
    margin:0;
    padding:0;
    font-size:11;
    width:65px;
    height:75px;
    background:url("../img/opac_barcode.gif") 0 0 no-repeat;
  }

  .barcode_block tr{
    width:65px;
    height:15px;
    text-align:center;
  }

.barcode_block_m{

}
  .barcode_block_m table{
    margin:0;
    padding:0;
    font-size:11;
    width:95px;
    height:75px;
    background:url("../img/opac_barcode_m.gif") 0 0 no-repeat;
  }

  .barcode_block_m tr{
    width:95px;
    height:15px;
    text-align:center;
  }

.barcode_block_l{

}
  .barcode_block_l table{
    margin:0;
    padding:0;
    font-size:11;
    width:125px;
    height:75px;
    background:url("../img/opac_barcode_l.gif") 0 0 no-repeat;
  }

  .barcode_block_l tr{
    width:125px;
    height:15px;
    text-align:center;
  }


/* Error Message */
.errormsg{
	color:#000000;
  font-size:1.2em;
	font-weight: bold;
}
.errormsg img{
	vertical-align: middle;
}

/* Info Message */
.infomsg{
	color:#000000;
  font-size:1.1em;
	font-weight: bold;
}
.infomsg img{
	vertical-align: middle;
}


/* Out Link Button Area */
#out_btn_block{
  clear:both;
  width:100%;
  height:25px;
  white-space:nowrap;
}

#out_btn_block td#space{
  width:5px;
}

/* All Button */
.opac_btn_all{
	white-space:nowrap;
	background:url(../img/icon_all.gif)  no-repeat left top;
	width:120px;
	height:16px;
	color: #222222;
 	text-align:center;
	margin:0 0 0 0;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
	font-size:11px;
	_font-size:9px;
	cursor:pointer;
	border:none;
}

#cls_title{
	border-left:10px solid #50A3E9;
	border-bottom:1px solid #aaaaaa;
	white-space:nowrap;
	text-align:left;
	padding:4px;
	padding-left:10px;
	font-weight: bold;
	font-size:12pt;
	color:#666666;
	width:250px;
}

/* clear both */
.clear_both
{
	clear: both;
}

