
/* Center Area*/
#flame_list{
		border:1px solid #cccccc;
		background-color:#ffffff;
		padding:10px;
}

/* Title */
#new_title{
    border-left:5px solid #018B17;
    border-bottom:1px solid #018B17;
    color:#333333;
}

#newinfo{
   /* background-color:#f5f5f5;*/
	border:1px dotted #018B17;
}

/* opac_common.css */
.btn_block{

}
    .btn_block table{
      width:100%;
    }

.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_icon{
    vertical-align:middle;
    border:0;
}

/* 20141009 add */
html,body{
        height:100%;
        font-size:90%;
       /* background-color:#EBEDE8;*/
    background-color:#EFFFEF;
}

div#flame_list a, a:link, a:visited, a:hover, a:active {
  color:#216EE0;
  text-decoration:none;
}
div#flame_list a:hover {
  color:#E85F17;
  text-decoration:underline;
}

a, a:link, a:visited, a:hover, a:active {
    color: #000000;
    text-decoration: underline;
}
a[name]:hover {
    outline: 0 none !important;
    text-decoration: none !important;
}

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

#date_info{
  text-align: left;
}

#cls_nm{
  text-align: left;
}

/* 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;
}

