/*************************************************
        共通スタイルシート
*************************************************/

/*****  タイトル  *****/
div.title
{
    position         : absolute;
    top              : 2;
    width            : 680;
    font-size        : 30px;
/*    font-weight      : bold; */
    text-align       : center;
    color            : darkblue;
    filter           : dropshadow(color=#eeeeee,offx=1,offy=1);
    background       : url(../img/titlebg.gif) no-repeat bottom center;
}

/*****  時計  *****/
div.clock
{
    position         : absolute;
    top              : 10;
    left             : 684;
	width            : 318;
    font-size        : 15px;
    font-weight      : bold;
    text-align       : center;
	border:solid 1px black;
/*    background-color : wheat;*/
}

/*****  ファンクションボタン  *****/
div.functionbar
{
    position         : absolute;
    top              : 45;
    width            : 1000;	/*100%;*/
    text-align       : center;
}

.function1
{
    font-size        : 14px;
    width            : 86;
    height           : 20;
    font-weight      : bold;
    cursor           : hand;
}

.function2
{
    font-size        : 14px;
    width            : 87;
    height           : 20;
    margin-right     : 6;
    font-weight      : bold;
    cursor           : hand;
}

