@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 h3#msg {
	margin: 30px;
	padding: 0;
	background: none;
}

#main .point {
	margin: 15px 75px;
	border-top: 2px solid #69c;
	border-bottom: 2px solid #69c;
	color: #69c;
	font-weight: bold;
}

