@charset "utf-8";
/* CSS Document */

/* サイトマップ
-------------------------------------*/

/* 標準設定 */
.contents table tr th{
	background:#FFFFFF;
}

.contents table tr th.colspan{
	width:auto;
}

.contents table tr th{
	font-weight:bold;
}

/* リスト */

.contents table tr td ul.sub{
	width:200px;
	float:left;
}

.contents table tr th ul.sub li{
	float:left;
	margin-right:50px;
}

.contents table tr td ul li ul li{
	margin-left:20px;
	background: url(../../common/img/icon_arw_001.gif) no-repeat 0 0.6em;
}

/* 矢印 */

.contents table tr th p, 
.contents table tr td p, 
.contents table tr th ul li, 
.contents table tr td ul.sub li{
	background: url(../../common/img/icon_arw_001.gif) no-repeat 0 0.6em;
	padding-left:10px;
}

.contents table tr td ul li{
	background: url(../../common/img/icon_square_001.gif) no-repeat 0 0.6em;
	padding-left:10px;
}

