body{
	background-color: #ffffff;
}

/*     （時計表示欄）     */

div#header_clock{
        height: 41px;
        width: 166px;
	position: relative;
        font-size: 12px;
}

/*     （時計0表示欄）     */

div#clock_form_0{
        height: 22px;
        width: 166px;
        z-index: 1;
   	position: absolute;
        top: 22px;
        font-size: 12px;
        font-weight: bold;
	background-color: #ffffff;
}

/*     （時計1表示欄）     */

div#clock_form_1{
        height: 22px;
        width: 166px;
        z-index: 0;
   	position: absolute;
        top: 22px;
        font-size: 12px;
	background-color: #ffffff;
}