@charset "UTF-8";

body{
 padding:0px;
left:375px;
top:50px;
}
div#Clock_Display{
 width:54px;
 height:54px;
 display:none;
 cursor:default;
 position:relative;
 left:349px;
top:-59px;
}

/* 点の共通指定 */
div.Clock_HourHand,
div.Clock_MinuteHand,
div.Clock_SecondHand,
div.Clock_Dot_small,
div.Clock_Dot_large{
 border-width:0;
 border-style:solid;
 background-color:#333;
 position:absolute;
 overflow:hidden;
 cursor:default;
}

div.Clock_HourHand{
 height:2px;
 width:2px;
}
div.Clock_MinuteHand{
 height:2px;
 width:2px;
}
div.Clock_SecondHand{
 height:1px;
 width:1px;
}
div.Clock_Dot_small{
/* height:1px;
 width:1px;*/
 display:none;
}
div.Clock_Dot_large{
 height:2px;
 width:2px;
}
div.Clock_Number{
 font-size:10px;
 border-width:0;
 border-style:solid;
 position:absolute;
 cursor:default;
display:none;
}
iframe#ColorDialog{
 position:absolute;
 display:none;
 background-color:transparent;
}
