@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * シリーズ図書ページスタイル定義
 * ===========================================
 *
 * $Id: seriesBook.css,v 1.2 2010-01-30 11:51:34 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */


/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: left;
}

#contents A { color: #00008B; text-decoration: none; font-weight: bold; }
#contents A:hover { color: #FF0000; text-decoration: underline; font-weight: bold; }

#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;
	margin-bottom: 10px;
	padding: 2px 15px;
}

#contents UL {
	list-style-type: none;
}

#contents UL LI {
	display: block;
	clear: both;

	padding-top: 10px;
	padding-bottom: 10px;

	margin-left: 20px;

	border-bottom: 1px solid #F0F0F0;
}

#contents UL LI SPAN {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */
	width: 10px;

	color: #00008B;
	background-color: #00008B;

	margin-right: 20px;
}

*html #contents UL LI SPAN { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents UL LI SPAN { /* for ie 7 */
    display: inline !important;
}



#contents UL.detail {
	display: block;
	float: left;

	width: 550px;

	background: #FFFFFF url(../_img/square.gif) no-repeat left top;

	padding-left: 40px;
}
