@charset "utf-8";
/*---------------------------------------------------------------
	BODY
---------------------------------------------------------------*/
#main-body {
	margin: auto;
	padding-bottom: 20px;
	background-color: #ffffff;
	line-height: 140%;
}

/*---------------------------------------------------------------
	タイトル
---------------------------------------------------------------*/
#main-body #top-title {
	height: 36px;
	margin-bottom: 20px;
}

#main-body #top-text {
	margin-bottom: 20px;
	background-color: #FFFFFF;
}

/*---------------------------------------------------------------
	サブカテゴリ
---------------------------------------------------------------*/
#main-body .sub-cate {
	margin-bottom: 30px;
}
#main-body .sub-title {
	width: 405px;
	height: 30px;
	font-weight: bold;
	font-size: 110%;
	color: #003366;
	padding-top: 6px;
	background: url(../images/sitemap/sub-title.jpg) no-repeat left top;
	float: left;
}
#main-body .sub-text {

}
#main-body span {
	margin-left: 8px;
}
	
/*	リスト	*/
#main-body ul {
	width: 400px;
	margin-left:5px;
}

#main-body li.arrow {
	width: 185px;
	padding-left:14px;
	background: url(../images/arrow-b.jpg) no-repeat left top;
	float: left;
}
	
#main-body li.deci {
	list-style-position: outside;
	list-style-type: decimal;
}

#main-body li.disc {
	list-style-position: outside;
	list-style-type: disc;
}

