body { 
	color: #000000;  /* 全体の文字色・・・黒色 */
	background-color: #f6f6f6; /*全体の背景色・・・わずかにねずみ色の白色 */

	/*隅の余白をなくす*/
	padding-top:0px; padding-left:0px; padding-right:0px; padding-bottom:0px;
	margin-top:0px; margin-left:0px; margin-right:0px; margin-bottom:0px;
}

/*------------メインとなるセルの設定---------------------- */
/* 左の共通メニューの色、上のタイトルの色など */
td.main { 	
		background-color: #99cc99;/*セルの背景色・・・ */
		color: #000000; /*★★★セルの中の文字色・・・ */
		text-align:center;/* セルの中は中央揃え */
		font-weight : bold;
}
/* ------------サブとなるセルの設定---------------------- */

td.main1 { background-color: #abe2c7;/*★★★セルの背景色・・ */
		color: #000000;
		font-weight : bold;
} 

/* ------------サブとなるセルの設定---------------------- */
td.main2 { background-color: #e0efe0;/*★★★セルの背景色・・ */
		color: #000000;
} 


/*-----------------------------リンクの設定-------------------------*/ 
A:link{ 			/*リンクの設定*/ 
	color: #330099; 	/*文字色*/ 
	text-decoration: none 	/*下線非表示　*/
}  

A:visited { 			/* 訪れたリンクの設定　*/
	color: #330099; 	/*文字色*/ 
	text-decoration: none 	/*下線非表示　*/
} 

A:hover{   				/* 選択中のリンク */
	color : #ffffff;  		/*文字色*/ 
	background-color: #000000; 	/* 背景の色 */
} 
/*-----------------------------リンクの設定-------------------------*/



/*売切の文字の色*/
span.kire{color: #666666;}/*★★★ねずみ色 */

/* -----------------------------白----------------------------- */
td.wc { color: #ffff9c;}/* セルの文字色・・薄いクリーム*/


/* -----------------------------白----------------------------- */
td.w { background-color: #ffffce;/* セルの背景色・・薄いクリーム色 */
	color: #000000;
text-align: center;
font-weight : bold;
}/* セルの文字色 */
    
/* -----------------------------青(呉)----------------------------- */
td.u { background-color: #9999ff;/* セルの背景色・・薄い青 */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */

/* -----------------------------黒(群)----------------------------- */
td.b { background-color: #cccccc;/* セルの背景色・・・薄いねずみ */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */

/* -----------------------------赤(魏)----------------------------- */
td.r { background-color: #ffccff;/* セルの背景色・・・ピンク */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */

/* -----------------------------緑(蜀)----------------------------- */
td.g { background-color: #ccffcc;/* セルの背景色・・薄い実9鳥 */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */

/* -----------------------------金----------------------------- */
td.m { background-color: #ffff00;/* セルの背景色 */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */

/* -----------------------------茶----------------------------- */
td.a { background-color: #cc9999;/* セルの背景色 */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */

/* -----------------------------土地----------------------------- */
td.l { background-color: #cccc99;/* セルの背景色 */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */

/* -----------------------------紫(漢)----------------------------- */
td.mura { background-color: #ce9aff;/* セルの背景色・・薄い紫 */
	text-align: center;
font-weight : bold;
color: #000000 }    /* セルの文字色 */


/* -----------------------------雪----------------------------- */
td.yuki { background-color: #000000;/* セルの背景色 */
	text-align: center;
color: #ccccff }    /* セルの文字色・・薄い水色 */

/* -----------------------------月----------------------------- */
td.tuki { background-color: #000000;/* セルの背景色 */
	text-align: center;
color: #6699ff }    /* セルの文字色・・薄い青 */
/* -----------------------------花----------------------------- */
td.hana { background-color: #000000;/* セルの背景色 */
	text-align: center;
color: #ffccff }    /* セルの文字色・・ぴんく */
/* -----------------------------宙----------------------------- */
td.sora { background-color: #000000;/* セルの背景色 */
	text-align: center;
color: #6600ff }    /* セルの文字色・・濃い青 */
/* -----------------------------日----------------------------- */
td.hi { background-color: #000000;/* セルの背景色 */
	text-align: center;
color: #ffcc66 }    /* セルの文字色・・オレンジ */
/* -----------------------------星----------------------------- */
td.hosi { background-color: #000000;/* セルの背景色 */
	text-align: center;
color: #ffff66 }    /* セルの文字色・・黄色 */

td.pan{ /* パンくずかご */
	width:100%;
	height:13px
}

span.Tmenu{font-weight : bold;}
/* トップページ大きいメニューの説明文の文字の大きさ*/

span.smenu {font-size: small; }
/* トップページ小さいメニューと大きいメニューの説明文の文字の大きさ */


/*-----------------------------左の共通メニュー用の設定-------------------------*/ 

span.menu{font-size : 12px;}/*文字の大きさ*/

td.ti{	/* トップページ小さいメニューの左のセルの見出しの設定*/
	background-color: #f6f6f6; 
	text-align: center;
	width: 95%;
	white-space: nowrap;/* 改行禁止*/
}

td.TSMKleft{	/* トップページ小さいメニューの左のセルの設定*/
	background-color: #ccccff;
	width: 100%;
	white-space: nowrap;/* 改行禁止*/
}