<!--
@charset "Shift_JIS";
body {
    padding: 0px;
    margin: 0px;
    background: #F4B7CA; 
    text-align: center;
	width: 100%;
	height: 100%;
}#flash  {
 	position:absolute; 
    top:15%;    /* 内容に応じて調整 */ 
    right:auto; 
    bottom:auto; 
    left:10%;    /* 内容に応じて調整 */ 
}
H1
{
    FONT-SIZE: 8pt;
    color: #666666;
    MARGIN: 0px
}
STRONG
{
    FONT-WEIGHT: normal;
}
.summary
{
    FONT-SIZE: 8pt;
    color: #666666;
}

-->