/***************************************************
  アルファシステムズWebサイト スタイルシート 
  ファイル : index.css
  もくてき : インデックス系ページ共通のスタイル定義
****************************************************/

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

/*** インデックスリスト用テーブル ***/
table.index{
	width:580px;
	border-width:0;
	margin-top:10px;
}

/*** インデックスリスト用テーブルの行 ***/
table.index tr{
	vertical-align:top;
}

/*** インデックスリストのタイトル ***/
table.index dt{
	padding-left:5px;
	margin-bottom:5px;
	border-bottom:solid 1px black;
}


/*** インデックスリストのタイトルリンク ***/
table.index dt a{
	font-size:130%;
}

/*** インデックスリストの説明 ***/
table.index dd{
	padding-left:5px;
	margin-bottom:20px;
}

/*** インデックス横のイメージ画像エリア ***/
table.index td.image{
	width: 240px;
}

/*** 概要装飾 ***/
p.purpose{
  padding:10px;
  background-color:#f1f1f1;
  margin:15px auto 0px;
  border:outset 3px #aaa;
  line-height:1.3em;
}

