/*---------------------------------------------------------- 
|
|   【スタイルシート】
|		      参照元ファイル名：
|    
+-----------------------------------------------------------*/


BODY {color:white ;
	  background:black ;
	  scrollbar-track-color:#505050;
      scrollbar-face-color:#000000;
      scrollbar-arrow-color:#ffffff;
      scrollbar-3dlight-color:#ffffff;
      scrollbar-darkshadow-color:#606060;
      scrollbar-highlight-Color:#d0d0d0;
      scrollbar-shadow-color:#404040;
     }         /* テキスト色,背景色、スコロールバーの色 */

A:link {color:#6ef0f5}				/* リンク色 */
/* A:link {color:#9ef0f5} */			/* リンク色 */
A:visited {color:#b4f0f5}			/* 訪問済みリンク色 */
/* A:visited {color:#cef2f5} */			/* 訪問済みリンク色 */
A:active {color:#ff5f5f}			/* 選択されたリンク色 */
A:hover {color:#ffffa5}			   /* ﾏｳｽｶｰｿﾙが乗った時のリンク色（薄黄色） */


/*  ★☆★☆★☆キーワードによる指定☆★☆★☆★   */

/*    ★☆テキスト属性☆★ 	*/
	/*--- 文字揃え（適用：ﾌﾞﾛｯｸﾚﾍﾞﾙｴﾚﾒﾝﾄ） ---*/  
.bCenter {text-align:center}			/*  中央の文字揃え */
.bLeft {text-align:left}			/*  左の文字揃え */
.bRight {text-align:right}			/*  右の文字揃え */

	/*--- 垂直文字揃え（適用：ｲﾝﾗｲﾝｴﾚﾒﾝﾄ） ---*/
.iSub {vertical-align:sub}                      /*   */
.iSuper {vertical-align:super}                  /*   */
.iTop {vertical-align:top}                      /*   */
.iMiddle {vertical-align:middle}                /*   */
.iBottom {vertical-align:bottom}                /*   */

/*    ★☆ボックス属性☆★ 	*/
	/*--- 枠線のスタイル（適用：すべてのｴﾚﾒﾝﾄ） ---*/
.aBorderNone {border-style:none}		/*  枠線なし */
.aBorderInset {border-style:inset}		/*  枠線３Ｄの溝 */
.aBorderOutset {border-style:outset}		/*  枠線３Ｄのでっぱり */
.aBorderGroove {border-style:groove}		/*  枠線３Ｄの溝 */
.aBorderRidge {border-style:ridge}		/*  枠線３Ｄのでっぱり */
	/*--- 垂直文字揃え（適用：ｲﾝﾗｲﾝｴﾚﾒﾝﾄ） ---*/
.i

/*    ★☆色と背景属性☆★ 	*/
	/*--- 背景画像（適用：すべてのｴﾚﾒﾝﾄ） ---*/
.aBGImageWall {background-image:url('../images/gate/wall_color60.jpg')}		/* url（３Ｄの壁のｲﾒｰｼﾞ） */

/*    ★☆フォント属性☆★ 	*/
	/*--- フォントの太さ（適用：すべてのｴﾚﾒﾝﾄ） ---*/
.aBold {font-weight:bold}			/* ＢＯＬＤ */
	/*--- フォントのサイズ（適用：すべてのｴﾚﾒﾝﾄ） ---*/
.a1pt {font-size:1pt}			/* 1pt（絶対単位） */
.a2pt {font-size:2pt}			/* 2pt（絶対単位） */
.a3pt {font-size:3pt}			/* 3pt（絶対単位） */
.a4pt {font-size:4pt}			/* 4pt（絶対単位） */
.a5pt {font-size:5pt}			/* 5pt（絶対単位） */
.a6pt {font-size:6pt}			/* 6pt（絶対単位） */
.a7pt {font-size:7pt}			/* 7pt（絶対単位） */
.a8pt {font-size:8pt}			/* 8pt（絶対単位） */
.a9pt {font-size:9pt}			/* 9pt（絶対単位） */
.a10pt {font-size:10pt}			/* 10pt（絶対単位） */
.a11pt {font-size:11pt}			/* 11pt（絶対単位） */
.a12pt {font-size:12pt}			/* 12pt（絶対単位） */
.a13pt {font-size:13pt}			/* 13pt（絶対単位） */
.a14pt {font-size:14pt}			/* 14pt（絶対単位） */
.a15pt {font-size:15pt}			/* 15pt（絶対単位） */
.a16pt {font-size:16pt}			/* 16pt（絶対単位） */
.a17pt {font-size:17pt}			/* 17pt（絶対単位） */
.a18pt {font-size:18pt}			/* 18pt（絶対単位） */
.a19pt {font-size:19pt}			/* 19pt（絶対単位） */
.a20pt {font-size:20pt}			/* 20pt（絶対単位） */


/*    ★☆バナー（タイトル）イメージの表示と「ｈ１」と「ｈ２」の非表示（ﾊﾝﾄﾞﾌﾞｯｸP.195参照）☆★ 	*/
#banner-img-sigma{
	height: 105px;
	width: 370px; 
	display: block;  
	background-image: url(../images/title/sigma_star.gif);
	background-repeat: no-repeat;
	float: left;
}

#banner-img-realestate{
	height: 400px;
	width: 66px; 
	display: block;  
	background-image: url(../images/title/real_estate_star.gif);
	background-repeat: no-repeat;
}

#banner-img-rentalart{
	height: 400px;
	width: 66px; 
	display: block;  
	background-image: url(../images/title/rental_art_star.gif);
	background-repeat: no-repeat;
}

#banner-img-insurance{
	height: 400px;
	width: 66px; 
	display: block;  
	background-image: url(../images/title/insurance_star.gif);
	background-repeat: no-repeat;
}

#banner-img-sellingtea{
	height: 400px;
	width: 66px; 
	display: block;  
	background-image: url(../images/title/selling_tea_star.gif);
	background-repeat: no-repeat;
}

#favorite{
	font-size:8pt;
	color : #b4f0f5;
	background-color:#000000;
	border : 0px		/* このｽﾃｯﾌﾟがないと自動的に枠線が表示される  */
/*	border-top:1px solid #fff;
	border-left:1px solid #ccf;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
	padding:0.2em; 
*/
}


.banner-del{
	display: none;  
	font-size: xx-small;
}

.float-right {
	float: right;
}

.float-left {
	float: left;
}


