/***********************************************/
/*                                             */
/*                                             */
/*  相性診断Mainページ用テンプレート           */
/*                                             */
/*                                             */
/***********************************************/

/*******************************************************/
/*******************************************************/
/*******************************************************/
/*                                                     */
/*  ボディー部（相性診断Mainページコンテンツ）         */
/*                                                     */
/*******************************************************/
/*******************************************************/
/*******************************************************/

div#top{
	width: 804px;
	height: 1200px;
	position: relative;
	left: 177px;
}

/****************************************************/
/*                                                  */
/*      相性診断Mainページコンテンツメニュー        */
/*                                                  */
/****************************************************/

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;*/
}

/********************************************/
/*                                          */
/*      相性診断Mainページコンテンツ        */
/*                                          */
/********************************************/

/*      相性診断Mainページ文字修飾クラス    */

label.top_aisyou_text_a{
	font-size: 11pt;
        font-weight: bold;
}

label.top_aisyou_text_b{
	font-size: 10pt;
        font-weight: bold;
        color: #006400;
}

label.top_aisyou_text_c{
	font-size: 10pt;
        font-weight: bold;
        color: #8b0000;
}

/************************************/
/*      相性診断【宿曜占星盤】      */
/************************************/

/*      相性診断(1)のページ    */

div#top_aisyou_0{
	width: 803px;
	height: 1173px;
        padding-top: 5px;
	position: absolute;
        top: 21px;
        z-index: 1;
        background-color: #ffffff;
/*        background-color: gold;*/
}

/*      相性診断(1)のページの見出し    */

div#top_aisyou_data0_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: #bdb76b;
/*        background-color: gold;*/
}

/*      データ(オーナー)の入力域    */

div#top_aisyou_data0a{
	width: 790px;
	height: 130px;
        padding-top: 5px;
        padding-left: 5px;
	position: absolute;
        top: 35px;
        left: 5px;
        background-color: #c0c0c0;
/*        background-color: gold;*/
}

/*      データ(相手)の入力域    */

div#top_aisyou_data0b{
	width: 790px;
	height: 130px;
        padding-top: 5px;
        padding-left: 5px;
	position: absolute;
        top: 175px;
        left: 5px;
        background-color: #c0c0c0;
/*        background-color: gold;*/
}

/*      相性診断(あなたと相手の相性診断)の表示域    */

div#top_aisyou_hantei_0{
	width: 795px;
	height: 855px;
        padding-top: 5px;
	position: absolute;
        top: 315px;
        left: 5px;
        background-color: #c0c0c0;
/*        background-color: pink;*/
}

/*      相性診断(2)のページ    */

div#top_aisyou_1{
	width: 803px;
	height: 1173px;
        padding-top: 5px;
	position: absolute;
        top: 21px;
        z-index: 0;
        background-color: #ffffff;
/*        background-color: gold;*/
}

/*      相性診断(2)のページの見出し    */

div#top_aisyou_data1_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: #8fbc8f;
/*        background-color: gold;*/
}

/*      データ(判定対象A)の入力域    */

div#top_aisyou_data1a{
	width: 790px;
	height: 130px;
        padding-top: 5px;
        padding-left: 5px;
	position: absolute;
        top: 35px;
        left: 5px;
        background-color: #c0c0c0;
/*        background-color: gold;*/
}

/*      データ(判定対象B)の入力域    */

div#top_aisyou_data1b{
	width: 790px;
	height: 130px;
        padding-top: 5px;
        padding-left: 5px;
	position: absolute;
        top: 175px;
        left: 5px;
        background-color: #c0c0c0;
/*        background-color: gold;*/
}

/*      相性診断(一般の相性診断)の表示域    */

div#top_aisyou_hantei_1{
	width: 795px;
	height: 855px;
        padding-top: 5px;
	position: absolute;
        top: 315px;
        left: 5px;
        background-color: #c0c0c0;
/*        background-color: pink;*/
}
