@charset "UTF-8";
/* ------------------------------------------------------
 * タイトル：新着情報 CSS
 * 著作権  ：Copyright(c) 2008 (株)BGI平蔵
 * 会社名  ：株式会社 Bloodstock Genetic Informaion HEIZO
------------------------------------------------------- */

@import "common.css";

/*------------------------------------------------
 news.php
------------------------------------------------*/
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;
}

