@charset "UTF-8";
/* ------------------------------------------------------
 * タイトル：トップページ CSS
 * 著作権  ：Copyright(c) 2008 (株)BGI平蔵
 * 会社名  ：株式会社 Bloodstock Genetic Informaion HEIZO
------------------------------------------------------- */

@import "common.css";


/*------------------------------------------------
 KeyVis
 ------------------------------------------------*/
div#keyVis_index {
	background: url(../images/index/keyvis_index_bg.jpg) 0 0 no-repeat;
	height: 330px;
}

div#keyVis_index ul {
	padding: 256px 0 0 0;
	line-height: 1;
	margin: 0;
	list-style-type: none;
}

div#keyVis_index ul li {
	float: left;
}


/*------------------------------------------------
 news
 ------------------------------------------------*/
div#main div#contents div#page_contents table#newsCont {
	font-size: 90%;
	margin: 10px auto;
}

div#main div#contents div#page_contents table#newsCont td {
	border-bottom:1px dotted #ccc;
}

div#main div#contents div#page_contents table#newsCont td p {
	margin:0;
	padding: 7px 0;
	line-height: 1.5;
	width: auto;
	text-indent:0;
}

div#main div#contents div#page_contents table#newsCont td.news_date {
	width: 90px;
}

div#main div#contents div#page_contents table#newsCont td.news_txt {
	width: 530px;
}


