@charset "UTF-8";

/*
 * ===========================================
 * 日本メディカルセンター ウェブサイト
 * 論文検索サービスログインページスタイル定義
 * ===========================================
 *
 * $Id: thesisSearchLogin.css,v 1.3 2010-01-30 11:51:33 cvsuser Exp $
 *
 * @author S.Sugaya(sugaya@technohead.jp)
 */

/*
 * ===========================================
 * コンテンツ(メイン部分)指定
 * ===========================================
 */
#contents {
	text-align: center;
}

#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;

	text-align: left;
}

#contents DIV {
	display: -moz-inline-box; /* for mozilla */
	display: inline-block; /* for Opera & Safari & IE */

	width: 400px;

	margin: 20px 0px;
}

*html #contents DIV { /* for ie 6 */
    display: inline !important;
}
*:first-child+html #contents DIV { /* for ie 7 */
    display: inline !important;
}

#contents DIV.login {
	background-color: #C0C0FF;
}

#contents DIV.login SPAN.title {
	display: block;

	color: #FFFFFF;
	background-color: #24116F;

	font-weight: bold;

	padding: 5px;
}

#contents DIV.info {
	background-color: #FFF0B3;
}

#contents DIV.en_top {
	margin-top: 50px;
}

#contents DIV.en_bottom {
	margin-bottom: 150px;
}

#contents DIV.info SPAN.title {
	display: block;

	color: #000080;
	background-color: #F1990F;

	font-weight: bold;

	padding: 5px;
}

#contents DIV.info UL {
	list-style-image: url(../_img/dot.gif);
	text-align: left;

	margin-left: 25px;
}

#contents DIV.info UL LI {
}

#contents SPAN.blue {
	color: #0000FF;
	font-weight: bold;
}

#contents BUTTON {
	font-size: 100%;

	color: #FFFFFF;
	background-color: #0000C6;

	padding: 3px;
	margin: 10px;

	border: 1px solid #7878C6;

	font-weight: bold;
}