/*新ハッピーメモリー表示画面スタイル*/

body
{
	margin-top : 0px;
	margin-left : 0px;
	margin-right : 0px;
	margin-bottom : 0px;
	background-color :#ffffff;

}

td.tdHeader
{
	background-color :#FFCC99;
	font-size:x-small ;
	color :#333333;
	font-family :MS UI Gothic ;
	font-weight :bold ;
	vertical-align : middle  ;
}

tr.trHeader
{
	background-color :#ffffcc;
	font-size:x-small ;
	color :#333333;
	font-family :MS UI Gothic ;
	vertical-align : middle  ;
}

td.tdDetail
{
	background-color :#FFCC99;
	font-size:x-small ;
	color :#333333;
	font-family :MS UI Gothic ;
	font-weight :bold ;
	vertical-align : middle  ;
}

tr.trDetail
{
	background-color :#ffffff;
	font-size:x-small ;
	color :#333333;
	font-family :MS UI Gothic ;
	vertical-align : middle  ;
}

.dtlblue
{
	color:#0000CC;
}

.dtlred {
	color:#FF3300;
}

.HappyListUser
{
	/*枠線のスタイル・太さ・色*/
	border-style : solid;
	border-width : 1;
	border-color : #C0C0C0;

}

.HappyListCharger
{
	/*枠線のスタイル・太さ・色*/
	border-style : solid;
	border-width : 1;
	border-color : #C0C0C0;
	background-color :#ffffcc;

}

tr.trDetailCharger
{
	background-color :#ffffcc;
	font-size:x-small ;
	font-family :MS UI Gothic ;
}



body.hmw {
 
}

body.hmw table#tblHead,
body.hmw table#tblFrame{
 width:738px;

}

body.hmw table,
body.hmw table td,
body.hmw table th {
 border-collapse:collapse;
}

