@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * 論文検索サービスインフォメーションページスタイル定義
 * ===========================================
 *
 * $Id: thesisSearchInformation.css,v 1.3.2.1 2011-05-08 17:50:23 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */

/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: left;
}

#contents A { color: #00008B; font-weight: bold; text-decoration: none; }
#contents A:hover { color: #FF0000;font-weight: bold;  text-decoration: underline; }

#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 {
	display: block;

	font-size: 100%;
	font-weight: bold;

	border-bottom: 2px dotted #DDDDDD;

	margin: 10px 100px;
	padding: 2px 15px;
}

#contents UL {
	list-style-type: none;

	background: #FFF0B3 url(../_img/square_green.jpg) repeat-y left top;
	margin: 10px 100px;

	padding-left: 18px;
}

#contents UL.en {
	list-style-type: disc;
	padding-left: 40px;

	margin-top: 100px;
}

#contents UL LI UL{
	list-style-type: circle;
	background: none;
	margin: 10px 0px;
}

#contents P {
	display: block;
	text-align: center;
}

#contents P.en {
	margin-bottom: 150px;
}

#contents DIV.description {
	margin: 10px 100px;
}

#contents OL.agreement {
	list-style-position: inside;

	display: block;
	height: 200px;
	overflow: scroll;

	margin: 10px 100px;
}

	#contents OL.agreement LI {
		margin-left: 20px;
		margin-bottom: 10px;
	}

		#contents OL.agreement LI SPAN.title {
			font-weight: bold;
		}

	#contents OL.agreement LI OL LI {
		margin-bottom: 0px;
	}

