@charset "utf-8";

/*
===================================================================

press.css

===================================================================

*/

table.PressTbl {
	border: 1px solid #BBBBBB;
	margin-bottom: 15px;
	width: 100%;
}
	table.PressTbl td {
		border: 1px solid #BBBBBB;
		padding: 6px;
	}
 	table.PressTbl td.HeadTd {
		background-color:#FFEEEE;
	}
 	table.PressTbl td.TitleTd {
		font-size:medium;
		line-height: 1.4em;
	}
		table.PressTbl td.TitleTd div.PdfMark {
			float:left;
			width: 22px;
			margin-top: 2px;
		}
		table.PressTbl td.TitleTd div.TitleText {
			float:left;
			width: 540px;
			vertical-align:text-top;
		}
 	table.PressTbl td.UrlTd {
		line-height: 1.4em;
	}
 	table.PressTbl h4.PublicTitle {
		color:#AA6666;
		font-size: small;
		font-weight: normal;
		border: none;
		padding: 0;
	}
	
