
/*------------------------------------------------

------------------------------------------------*/
.table_b{
	border-width: 2px;
	border-style: solid;
	border-color: #eeeae2;
}


/*------------------------------------------------
	左のテーブルの中線用
------------------------------------------------*/
.uline {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #000000;
}

.table_b td{
	text-align: center;
}

.bd{
	background-color: #eeeae2;
}


table {
	background-color: #FFFFFF;
}

/*------------------------------------------------
	リスト
------------------------------------------------*/

#list {
		margin-left:10px;
		text-indent:1em;
		background-repeat:no-repeat;
    	background-position:left center;
		background-image:url(../../img/sitemap/ya.gif);
}


