@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");

#header #main_img {
	width: 900px;
	height: 101px;
	background: url(http://www.falco-genetics.com/news/images/main_img.jpg) 0 0 no-repeat;
	text-indent: -5000em;
}

#sub #l_Nav dt {
	background: url(../../news/images/l_Nav_title.jpg) 0 0 no-repeat;
}

#sub #l_Nav ul li a {
	background: url(../../news/images/l_Nav.jpg) 0 0 no-repeat;
}

#sub #l_Nav ul li#l_Nav01 a {
}

#sub #l_Nav ul li#l_Nav01 a.select,
#sub #l_Nav ul li#l_Nav01 a:hover,
#sub #l_Nav ul li#l_Nav01 a:active {
	background-position: -208px 0 !important;
}

#sub #l_Nav ul li#l_Nav02 a {
	background-position: 0 -42px;
}

#sub #l_Nav ul li#l_Nav02 a.select,
#sub #l_Nav ul li#l_Nav02 a:hover,
#sub #l_Nav ul li#l_Nav02 a:active {
	background-position: -208px -42px !important;
}

#main h2 {
	margin-bottom: 10px;
}

#main h3 {
	margin-bottom: 7px;
}

#main h4 {
	clear: both;
}

#main p {
	padding: 0 12px;
}

#main dl {
	clear: both;
	margin-bottom: 5px;
	padding-top: 5px;
	border-top: 1px dotted #ccc;
	overflow: hidden;
}

#main dl#thesis_list_head {
	width: 655px;
	margin: 0;
	padding: 0;
	border: none;
	background-color: #aac6e3;
	color: #fff;
	font-weight: bold;
}

#main dl#thesis_list_head dt {
	width: 80px;
	padding: 3px 10px;
}

#main dl#thesis_list_head dd.thesis_title {
	width: 252px;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
}

#main dl#thesis_list_head dd {
	padding: 3px 10px;
}

#main dl dt {
	float: left;
	width: 100px;
	padding-left: 12px;
}

#main dl dd {
	float: left;
	width: 250px;
}

#main dl dd.thesis_title {
	width: 270px;
	padding-right: 5px;
}

/*
論文
*/
#thesis #main h2 {
	width: 625px;
	height: auto;
	margin-bottom: 10px;
	padding: 0 0 6px 30px;
	background: url(http://www.falco-genetics.com/images/share/h2_bg.jpg) 0 bottom no-repeat;
	font-size: 1.15em;
	text-indent: 0;
}

#thesis #main .schneller_section {
	width: 655px;
	margin-bottom: 15px;
	overflow: hidden;
}

#thesis #main .schneller_section .left {
	float: left;
	width: 490px;
}

#thesis #main .schneller_section .right {
	float: right;
	width: 140px;
	padding: 0 10px;
}

#thesis #main .schneller_section dl {
	margin: 0 0 15px 20px;
	border-top: none;
}

#thesis #main .schneller_section dl dt {
	width: 70px;
	font-weight: bold;
	text-indent: 0.8em;
}

#thesis #main .schneller_section ul {
	clear: both;
}

