/********************************************
  アルファシステムズWebサイト スタイルシート 
  ファイル : general.css
  もくてき : 一般ページの共通スタイル定義
*********************************************/

/*** 見出し ***/
h3{
	font-size:120%;
	padding :7px;
	margin :20px 0px 15px 0px;
	background-repeat :repeat;
	border:1px outset;
}
h4{
	font-size:110%;
	margin:20px 5px 10px 10px;
	padding-left:1px;
}


/*** メイン部のリスト項目 ***/
td.main ul, td.main ol, td.main table td{
	margin-left:2em;
	line-height:140%;
}