@charset "utf-8";

/*-------------------------------------------------
  サイトマップレイアウト指定
  作成者：Hidemi Iwazaki
  作成日：2009/03/18
  最終更新日：2009/03/18
--------------------------------------------------*/

/* サイトマップ　リストテーブル*/
table.sitemap{
	border:none;
}
table.sitemap td{
	padding: 10px 10px 10px 15px;
	vertical-align: top;
	border:none;
	background-image: url(../../imgs/common/ic_linklist.gif);
	background-position: 0 1em;
	background-repeat: no-repeat;
	border-bottom:dotted 1px #666666;
}
table.sitemap td.none{
	background:none;
	padding: 10px 10px 10px 0;
}
table.sitemap th{
	font-weight: normal;
	padding: 10px 0 10px 15px;
	text-align: left;
	vertical-align: top;
	border:none;
	background-image: url(../imgs/ic_linklist_o.gif);
	background-position: 0 0.8em;
	background-repeat: no-repeat;
	border-bottom:dotted 1px #666666;
	font-weight:bold;
	font-size:120%;
}
