@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * 書籍検索スタイル定義
 * ===========================================
 *
 * $Id: bookSearch.css,v 1.7 2010-02-10 14:23:11 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: center;
}

#contents UL.form {
	list-style-type: none;

	text-align: left;
}

#contents UL.summery {
	margin-left: 20px;
}

#contents UL.form LI {
	display: block;
	clear: both;

	padding: 10px 0px;
}

#contents UL.form LI UL.detail {
	display: block;
	float: left;
	width: 600px;
}

#contents DIV.center {
	text-align: center;
}

#contents LABEL {
	display: block;
	float: left;
	width: 200px;

	text-align: right;
}

#contents INPUT {
	width: 500px;

	font-size: 100%;

	margin-left: 5px;
}

#contents BUTTON {
	font-size: 100%;
	font-weight: bold;

	border: 1px solid #000000;

	padding: 3px;
}

