/*@charset "UTF-8"; */

/* New */

/* Center Area*/
#flame_list{
	width: 90%;
	margin: 0 auto 0 auto;
}

/* Button Area */
#button_block{
	height:35px;
	white-space:nowrap;
}

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

#main_list{
		clear:both;
}

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

/* RSS */
#new_rss{
	text-align:right;
}

/* New Info Message */
#newinfo{
  border:1px solid #cccccc;
  padding:10px;
  color:#333333;
  text-align:center;
	background-color:#ffffff;
}

/* DPMC CLS List */
#new_list_head { 
	white-space:nowrap;
	text-align: left;
	height:22px;
	font-size:10pt;
	color:#555555;
	font-weight: bold;
}

.new_list { 
	white-space:nowrap;
	text-align: left;
	height:22px;
	color:#333333;
	font-size:10pt;
}
.new_list a{ 
	font-weight: bold;
}

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


/* Result List Book */
.result_list { 
	margin: 0;
	padding: 0;
}

.result_list td {
	border-bottom: 1px solid #dddddd;
	padding: 6px 5px;
	vertical-align: top;
}

.result_list td#list_image {
	white-space:nowrap;
	text-align: left;
	width: 1%;
	}

.result_list td#list_mtcd {
	font-weight: bold;
	color: #555555;
	white-space:nowrap;
	text-align: left;
	width: 1%;
	}

.result_list td#list_date {
	white-space:nowrap;
	text-align: left;
	width: 1%;
	}

.result_list td#list_result {
	text-align: left;
	line-height: 1.3em;
	padding-right: 15px;
	width: 100%;
}

/* Result List Serial */
.result_list_serial{
   margin: 0;
   padding: 0;
   border-collapse: collapse;
   width:100%;
}

.result_list_serial th{
   white-space: nowrap;
   text-align: left;
   vertical-align: top;
   background-color: #efefef;
   padding: 5px 5px 5px 5px;
   border:1px solid #bbbbbb;
}

.result_list_serial td{
   background-color:#ffffff;
   text-align: left;
   vertical-align: top;
   padding: 5px 5px 5px 5px;
   border:1px solid #bbbbbb;
}

/* 雑誌新着案内 */
#place_info{
    background:url("../img/opac_new_infotitle.jpg") #F9F9F9 repeat-x bottom;
    white-space:nowrap;
    text-align:left;
    padding:7px 15px;
    border-bottom:1px solid #EBEBEB;
    font-weight: bold;
    font-size:11pt;
    margin-bottom:5px;
    color:#e16600;
    width:100%;
}

/* タイトルリスト */
#selected_strong{
    color:maroon;
    font-size:200%;
    font-weight: bold;
}

