/*
 * home.css ホームページ用 CSS ファイル
 */

/*
 * 上段のレイアウト
 */
#Greeting {
	font-size: 80%;
	line-height: 1.2;
	color: #666699;
}
.ContentsMenu {
	font-weight: bold;
	line-height: 1.5;
}


/*
 * 下段のレイアウト
 */
.InfoItem {
	font-size: 90%;
	line-height: 1.2;
	padding: 10px 0px 0px 20px;
}
.InfoItemTopic {
	font-weight: bold;
	color: #000066;
}
.InfoItemNotify {
	color: red;
}

/* 製品情報 */
.ProductName {
	font: 90% Arial,sans-serif;
}
.ProductPrice {
	font: bold;
	font-weight: 90%;
}

/* 更新情報 */
.UpdateDate, .UpdateInfo {
	font-size: 90%;
	vertical-align: top;
}


/*
 * フッタの著作権
 */
#Copyright {
	font: 80% Verdana,Arial,sans-serif;
	color: gray;
	border: solid #000066;
	border-width: 1px 0px 0px 0px;
	text-align: center;
	margin: 5px 10px 0px 10px;
}

/*
 * テーブル
 */
.Noitice {
	color: red;
}
TABLE.ClassInfo {
	margin-bottom: 5px;
}
TD.ClassName {
	font-weight: bold;
	font-size: 80%;
	color: #666699;
	border: solid #666699;
	border-width: 0px 0px 1px 0px;
}
TD.ClassDesc {
	font-size: 80%;
	border: solid #666699;
	border-width: 0px 0px 1px 0px;
}
