@charset "UTF-8";

/* 不要な内容の非表示化 */
#header,
#global-nav,
#pankuzu,
#leftbody,
#footer,
#top-main,
#top-rightbody,
.pagetop{
	display: none;
}


/* タイプセレクタ */
h2 {
	margin-bottom: 10px;
	font-size: 150%;
	border-bottom: solid 1px #000;
}
h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 10px;
	font-size: 100%;
}

a {
	color: #000;
	text-decoration: none;
}
img {
	border: 0;
}



/* リンク書き出し */
a:after {
	content:  " (http://www.gene-lab.com/" attr(href) ")";
}

/* http://からはじまる外部リンクの場合 */
a[href^="http://"]:after {
	content: " (" attr(href) ")";
	font-size: medium;
	font-weight: normal;
}



/*画像回り込み設定*/
.img-left {
	float: left;
	margin: 0 10px 10px 0;
	}
.img-right {
	float: right;
	margin: 0 0 10px 10px;
	}

