/*******************************************/
/*                                         */
/*                                         */
/*  タロットページ用テンプレート           */
/*                                         */
/*                                         */
/*******************************************/

/***************************************************/
/***************************************************/
/***************************************************/
/*                                                 */
/*  ボディー部（タロットページコンテンツ）         */
/*                                                 */
/***************************************************/
/***************************************************/
/***************************************************/

div#top{
	width: 804px;
	height: 1200px;
	position: relative;
	left: 177px;
}

/************************************************/
/*                                              */
/*      タロットページコンテンツメニュー        */
/*                                              */
/************************************************/

div#top_menu{
	width: 803px;
	height: 20px;
        border-bottom-style: groove;
        border-bottom-width: 1px;
        border-bottom-color: silver;
        text-align: center;
        font-size: small;
        line-height: 20px;
	position: relative;
        background-color: #ffffff;
/*        background-color: silver;*/
}

/****************************************/
/*                                      */
/*      タロットページコンテンツ        */
/*                                      */
/****************************************/

/*      タロットページ文字修飾クラス    */

label.top_tarot_text_a{
	font-size: 11pt;
        font-weight: bold;
}

label.top_tarot_text_b{
	font-size: 10pt;
        font-weight: bold;
        color: #006400;
}

label.top_tarot_text_c{
	font-size: 10pt;
        font-weight: bold;
        color: #8b0000;
}

/************************/
/*      【タロット】    */
/************************/

/*      タロット占い１欄のページ     */

div#top_tarot_1{
	width: 803px;
	height: 1174px;
        padding-top: 5px;
	position: absolute;
        top: 21px;
        z-index: 1;
        background-color: #ffffff;
/*        background-color: gold;*/
}

/*      タロット占い１のページの見出し    */

div#top_tarot_1_hed{
	width: 790px;
	height: 20px;
	font-size: 12pt;
        font-weight: bold;
        color: #000066;
        padding-top: 5px;
        padding-left: 5px;
	position: absolute;
        top: 5px;
        left: 5px;
        background-color: #d2b48c;
/*        background-color: gold;*/
}

/*      タロット占い１の表示域    */

div#top_tarot_1_data{
	width: 790px;
	height: 1135px;
        padding-top: 5px;
        padding-left: 5px;
	position: absolute;
        top: 35px;
        left: 5px;
        background-color: #c0c0c0;
/*        background-color: gold;*/
}

/*      タロット占い１のテーブル域    */

table.tarot_1_Tb{
	width: 785px;
        background-color: #778899;
}

tr.tarot_1_Tb_L{
        background-color: #ffffff;
}

td.tarot_1_Tb_tbh{
	font-size: 10pt;
        font-weight: bold;
        background-color: #bdb76b;
}

/**********************************/
/*      書籍【タロット占い】      */
/**********************************/

div#top_Book{
	width: 803px;
	height: 1174px;
        padding-top: 5px;
	position: absolute;
        top: 21px;
        z-index: 0;
        background-color: #ffffff;
/*        background-color: lime;*/
}

/**********************************/
/*      Link【タロット占い】      */
/**********************************/

div#top_Link{
	width: 803px;
	height: 1174px;
        padding-top: 5px;
	position: absolute;
        top: 21px;
        z-index: 0;
        background-color: #ffffff;
/*        background-color: gold;*/
}
