@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 .txt_r {
	text-align: right;
}

#main table {
	margin: 0 12px 20px 12px;
	border-top: 1px solid #ccc;
}

#main table th,
#main table td {
	padding: 3px 5px;
	border-bottom: 1px solid #ccc;
}

#main table th {
	background-color: #aac6e3;
	text-align: center;
}

#main table th#name {
	width: 160px;
}

#main ul li {
	display: inline;
	padding: 0 6px;
	border-right: 1px solid #ccc;
}

#main ul li.end {
	border: none;
}

#main ul li a.select {
	color: #333;
	text-decoration: none;
}

