body{
	background-color: #ffffff;
}

/**********************************************/
/*                                            */
/*                                            */
/*  夢公方Subページ用テンプレート             */
/*                                            */
/*                                            */
/**********************************************/

div#contents{
        margin-left: auto;
        margin-right: auto;
	width: 800px;
}

/*******************************/
/*                             */
/*  ヘッダー部                 */
/*                             */
/*******************************/

div#header{
        height: 108px;
}

/*******************************/
/*  ヘッダー部（先頭）         */
/*******************************/

/*     （パン屑リスト）        */

div#header_top{
        height: 21px;
	width: 800px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
        font-size: small;
        padding: 1px 1px 0px 1px;
        background-color: #ffffff;
/*	background-color: teal;*/
}

/*******************************/
/*  ヘッダー部（中央）         */
/*******************************/

/*     （ヘッダー表示領域）    */

div#header_Main{
        height: 67px;
	width: 800px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
        font-size: small;
	position: relative;
        background-color: #ffffff;
/*	background-color: yellow;*/
}

/*     （左表示領域）    */

div.header_Main_Left{
        height: 66px;
	width: 199px;
        border-right-style: groove;
        border-right-width: 1px;
        border-right-color: silver;
        font-size: small;
	position: absolute;
        background-color: #ffffff;
/*	background-color: red;*/
}

/*     （中央表示領域）    */

div.header_Main_Center{
        height: 66px;
	width: 400px;
	left: 200px;
        border-right-style: groove;
        border-right-width: 1px;
        border-right-color: silver;
        font-size: medium;
        font-weight: bold;
	position: absolute;
        background-color: #ffffff;
/*	background-color: blue;*/
}

/*     （右表示領域）    */

div.header_Main_Right{
        height: 66px;
	width: 201px;
	left: 601px;
        font-size: small;
   	position: absolute;
        background-color: #ffffff;
/*	background-color: gray;*/
}

/*******************************/
/*  ヘッダー部（末尾）         */
/*******************************/

/*     （ナビゲーション領域）  */

div#header_bottom{
        height: 15px;
	width: 800px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
        font-size: small;
        font-weight: bold;
        padding: 1px 1px 0px 1px;
	position: relative;
        background-color: #ffffff;
/*	background-color: lime;*/
}

/*******************************/
/*                             */
/*  ボディー部                 */
/*                             */
/*******************************/

div#container{
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
	position: relative;
}
