@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");

/* gene_analysis share style - 「遺伝子解析サービスのご案内」共通スタイル
----------------------------------------------------------- */
@import url("/gene_analysis/css/gene_analysis_share.css");

#main .tool_section {
	clear: both;
	margin-bottom: 20px;
	overflow: hidden;
}

#main .tool_section .right {
	float: right;
	width: 189px;
	padding-left: 10px;
}

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

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

#main table th {
	background-color: #d7e3f5;
	text-align: center;
	white-space: nowrap;
}

#main table td {
	background-color: #eee;
	font-size: 0.85em;
}

