
﻿.hpb-main {
	background-color: #b0c4de;
}

.hpb-body {
	background-color: #b0c4de;
	font-size: 80%;
	color: #000000;
}

.under-background {
	background-color: #728aa7;
}

.bigfont-color {
	color: forestgreen;
}

.hpb-vmenu {
	background-color: #ADD8E6;
	color: #ADD8E6;
}

.img-frame {
	border-width: thin thin thin thin;
	border-style: groove groove groove groove;
	border-color: white white white white;
	color: white;
	background-color: silver;
}

.font-borderdashed {
	border-style: dashed;
	border-color: blue;
	border-width: 1;
	padding: 5px;  	/*領域内のスペース*/
}

/*テーブルの見出し行*/

.hpb-tb-TH {
	background-color: #FFFFCC;
	height: 40;
	font-weight: normal;
	text-align: left;
	padding: 5px;  	/*領域内のスペース*/
}

/*テーブルのデータ行*/

.hpb-tb-TD {
	background-color: #bbcce8;
	height: 120;
	padding: 5px;
}

