/*************************************************/
/*                                               */
/*                                               */
/*  夢公方トップページ用テンプレート             */
/*                                               */
/*                                               */
/*************************************************/

/*************************************************/
/*                                               */
/*  ボディー部                                   */
/*                                               */
/*************************************************/

div#container{
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
	position: relative;
}

/*************************************************/
/*  ボディー部（サイドバー）                     */
/*************************************************/

div#sidebar{
	width: 176px;
	height: 1200px;
        border-right-style: groove;
        border-right-width: 1px;
        border-right-color: silver;
   	position: absolute;
}

/*************************************************/
/*  ボディー部（サイドバー・カレンダー）         */
/*************************************************/

div#calendar{
	width: 176px;
}

/***************************************************************/
/*  ボディー部（サイドバー・メインコンテンツメニュー）         */
/***************************************************************/

/*     h1     */

div.sidebar_menuh1{
        font-size: 9pt;
        font-weight: bold;
}

/*     h2     */

div.sidebar_menuh2{
        font-size: 9pt;
        font-weight: bold;
        margin-left: 11px;
}