/**
    install.css
    2001.12.25
    modified by Hideyuki Kitade (kitade@sjts.co.jp)
*/

.titlefont{ font-style:normal; font-size:large; font-weight:bold; }
.large{ font-size:18px; }
.big{ font-size:16px; }
.normal{ font-size:14px; }
.small{ font-size:12px; }
.verysmall{ font-size:10px; }
.SUP{font-size:6pt;vertical-align:sup;}

/**
 注意
 */
.chuui{
	font-size:12px;
}

/**
  プロンプト
 */
.prompt{
	color:#ffffff;
	font-size:16px;
}
/**
 編集
 */
.edit{
	font-size:16px;
}

A { color: #606060; text-decoration: none;}
A:hover { color: #000000; text-decoration: underline;}

P {
	text-indent: 16px;
	font-size:14px;
}

P.section {
	text-indent: 0px;
	font-size:16px;
	font-weight:	bold;
}

/**
  Table
 */
TD{
	font-size:14px;
}


/**
  リスト系
 */
LI{
	font-size:14px;
}

dt{
	font-size:14px;
	font-weight:	bold;
}

dd{
	font-size:14px;
}
