/********************************************
  アルファシステムズWebサイト スタイルシート 
  ファイル : newsrelease.css
  もくてき : 「ニュースリリース」のスタイル定義
*********************************************/

/* シグネチャ */
div.signature {
	text-align: right;
}

div.signature p{
	line-height:0.5em;
}

/* タイトル */
p.releaseTitle {
	font-weight: bold;
	color: #003399;
	font-size: 140%;
	text-align: center;
}

/* お問い合わせ */
table.inquiry th{
	width:120px;
	border:solid 1px gray;
}

table.inquiry td{
	border:solid 1px gray;
}

/* 脚注 */
dl.footnote{
	margin:3em 1em 1em 1em;
	border-top:solid 1px gray
}

dl.footnote dt{
}

dl.footnote dd{
	margin-bottom:1em;
