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

/* salsa share style - 「Salsa MLPA kitのご案内」共通スタイル
----------------------------------------------------------- */
@import url("/salsa/css/salsa_share.css");

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

#main dl.application_table {
	margin: 30px 20px;
}

#main dl.application_table dt {
	margin-bottom: 5px;
	padding-left: 7px;
	border-left: 6px solid #69c;
	font-weight: bold;
}

#main dl.application_table dd {
	padding: 7px 6px;
	background-color: #def;
	border: 1px solid #ccc;
}

#main a:hover img,
#main li a:hover img {
	filter: alpha(opacity=85);
	opacity: 0.85;
}

