@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * 論文認証インフォメーションページスタイル定義
 * ===========================================
 *
 * $Id: thesisAuth_information.css,v 1.4 2010-02-07 15:58:13 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */


/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: left;
}

#contents A { color: #00008B; text-decoration: none; }
#contents A:hover { color: #FF0000; 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;
	margin-bottom: 10px;
	padding: 2px 15px;
}

#contents OL {
	margin-left: 40px;
	margin-bottom: 40px;
}

#contents OL LI {
	margin: 10px 0px;
}

#contents UL.magazinelist {
	list-style-type: none;

	margin-top: 20px;
}

#contents UL.magazinelist LI {
	display: block;
	float: left;
	width: 180px;

	padding: 0px 10px;
}

#contents UL.magazinelist LI SPAN.title {
	display: block;

	text-align: center;
	font-weight: bold;
}

#contents UL.magazinelist LI UL.detail LI {
	text-align: center;
	font-weight: bold;

	padding: 10px 0px;
	margin-bottom: 10px;

	border: 1px solid #000000;
}

