@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * 書籍一覧スタイル定義
 * ===========================================
 *
 * $Id: bookResult.css,v 1.9 2010-02-20 05:25:23 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */

/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: left;
}

#contents H1 {
	display: block;

	font-size: 100%;
	font-weight: bold;

	background: #E0FBF9 url(../_img/title_header.jpg) no-repeat left center;
	border: 1px solid #32C2B8;

	margin-top: 10px;
	padding: 2px 15px;
}

#contents H2 {

	color: #000080;

	font-size: 100%;

	font-weight: bold;

	text-align: right;
}

#contents UL {
	list-style-type: none;
}

#contents UL.notes {
	margin-top: 10px;
}

#contents UL.notes LI {
	display: block;
	float: left;
	width: 20%;

	text-align: center;
}

#contents HR {
	clear: both;
}

#contents UL.booklist DIV.wrap {
	clear: both;
}

#contents UL.booklist LI.item {
	display: block;
	float: left;

	width: 407px;

	margin: 20px 5px;
}

#contents UL.booklist LI.item IMG {
	display: block;
	float: left;

	margin-right: 5px;
}

#contents UL.booklist LI.item SPAN.title {
	display: block;

	background-color: #E3E3FF;

	font-weight: bold;

	padding: 1px 3px;

	margin-bottom: 5px;
}

#contents UL.booklist LI.item UL.description {
	display: block;
	float: left;
	width: 300px;

	font-size: 95%;

}

#contents UL.booklist LI.item UL.description LI.author {
	background-color: #E0FBF9;
}

#contents UL.booklist LI.item UL.description SPAN.key {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	width: 100px;

	text-align: right;
}

*html #contents UL.booklist LI.item UL.description SPAN.key { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents UL.booklist LI.item UL.description SPAN.key { /* for ie 7 */
    display: inline !important;
}

#contents UL.booklist LI.item UL.description SPAN.value {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	width: 200px;
}

*html #contents UL.booklist LI.item UL.description SPAN.value { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents UL.booklist LI.item UL.description SPAN.value { /* for ie 7 */
    display: inline !important;
}

