body{
	background-color: #ffffff;
}

/*************************************************/
/*                                               */
/*                                               */
/*  夢公方トップページ用テンプレート             */
/*                                               */
/*                                               */
/*************************************************/

div#contents{
        margin-left: auto;
        margin-right: auto;
	width: 980px;
}

/*************************************************/
/*                                               */
/*  ヘッダー部                                   */
/*                                               */
/*************************************************/

div#header{
        height: 92px;
}

/*******************************/
/*  ヘッダー部（先頭）         */
/*******************************/

/*     （サブコンテンツメニュー）     */

div#header_top{
        height: 14px;
	width: 980px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
        font-size: small;
        padding: 1px 1px 0px 1px;
        background-color: #ffffff;
}

/*******************************/
/*  ヘッダー部（末尾）         */
/*******************************/

div#header_bottom{
        height: 77px;
	width: 980px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
	position: relative;
        background-color: #ffffff;
}

/*     （夢公方トップバナー）     */

div#header_bottom_topimg{
        height: 77px;
        width: 176px;
        border-right-style: groove;
        border-right-width: 1px;
        border-right-color: silver;
   	position: absolute;
        background-color: #ffffff;
}

img#topimg{
        height: 77px;
        width: 176px;
        border-width: 0px;
}

/*     （夢公方タイトルイメージ）     */

div#header_bottom_mainimg{
        height: 55px;
        width: 626px;
        border-right-style: groove;
        border-right-width: 1px;
        border-right-color: silver;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
	position: relative;
	left: 177px;
        background-color: #ffffff;
}

img#mainimg{
        height: 55px;
        width: 626px;
        border-width: 0px;
}

/*     （コメント表示欄）     */

div#header_bottom_text{
        height: 14px;
        width: 616px;
        border-right-style: groove;
        border-right-width: 1px;
        border-right-color: silver;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
	position: absolute;
        top: 54px;
	left: 177px;
        font-size: 12px;
        text-align: left;
        padding: 6px 5px 0px 5px;
/*	background-color: green;*/
/*  	background-color: #ffffff;*/
}

/*     （カップ麺タイマー設置欄）     */

div#header_cupTimer{
        height: 41px;
        width: 176px;
     	position: absolute;
        top: 0px;
	left: 804px;
/*	background-color: pink;*/
     	background-color: #ffffff;
}

/*     （カップ麺タイマーグラフ背景部）     */

div#timer_form_bg{
        height: 6px;
        width: 94%;
        border: solid 1px;
        color: #006400;
        padding-top: 1px;
        border-color: #696969;
     	position: absolute;
        top: 2px;
	left: 3%;
	background-color: #ffffff;
}

/*     （カップ麺タイマーグラフ部）     */

div#timer_form{
        height: 6px;
        width: 0%;
        border: solid 1px;
        border-color: #696969;
        border-width: 1px;
     	position: absolute;
        top: 2px;
	left: 3%;
	background-color: #d2b48c;
}

/*     （時計表示欄）     */

div#header_clock{
        height: 41px;
        width: 166px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
   	position: absolute;
        top: 33px;
	left: 804px;
        font-size: 12px;
        padding: 0px 5px 0px 5px;
/*	background-color: gray;*/
  	background-color: #ffffff;
}

/*     （時計0表示欄）     */

div#clock_form_0{
        height: 17px;
        width: 161px;
        z-index: 1;
   	position: absolute;
        top: 19px;
	left: 0px;
        font-size: 12px;
        font-weight: bold;
        padding: 5px 0px 0px 15px;
/*	background-color: gray;*/
  	background-color: #ffffff;
}

/*     （時計1表示欄）     */

div#clock_form_1{
        height: 22px;
        width: 166px;
        z-index: 0;
   	position: absolute;
        top: 19px;
	left: 0px;
        font-size: 12px;
        padding: 0px 5px 0px 5px;
/*	background-color: pink;*/
  	background-color: #ffffff;
}