@charset "utf-8";
/* ===================================================================
CSS information

 file name  :import.css
 author     :yourName (admin)
 style info :各cssファイル読み込み用
=================================================================== */

/* default style - リセット及びbody基本設定
----------------------------------------------------------- */
@import url("/css/default.css");

/* 共通のスタイル指定(ヘッダー、フッター)
----------------------------------------------------------- */
@import url("/css/module.css");

/* all style
----------------------------------------------------------- */
@import url("/css/style.css");

/* thickbox style
----------------------------------------------------------- */
@import url("/css/thickbox.css");

/* print style - 印刷用スタイル
----------------------------------------------------------- */
@import url("/css/print.css");

/* ethics share style - 「倫理委員会」共通スタイル
----------------------------------------------------------- */
@import url("/ethics/css/ethics_share.css");

#main h3 {
	margin-top: 20px;
}

#main h3#msg {
	margin: 20px 30px;
	padding: 0;
	background: none;
}

#main p.attention {
	margin: 0 0 0.5em 50px;
	font-size: 0.85em;
}


#main dl {
	clear: both;
	width: 630px;
	margin: 12px 12px 0 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #ccc;
	overflow: hidden;
}

#main dl dt {
	float: left;
	width: 165px;
}

#main dl dd {
	float: left;
	width: 450px;
	padding-left: 15px;
}

#main dl.list_head {
	padding-bottom: 0;
	border: none;
}


#main dl.list_head dt,
#main dl.list_head dd {
	border: 1px solid #fff;
	width: 163px;
	background-color: #69c;
	text-align: center;
	font-weight: bold;
}

#main dl.list_head dd {
	width: 448px;
}