@charset "utf-8";
/* CSS Document */

.siteMap {
	background-image: url(../images/siteMap/siteMapAllBg.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}


.siteMap .siteMapIntroduction {
	margin: 0 10px;
	padding-bottom: 30px;
}
.siteMap .siteMapIntroduction .smiContent {
	float: left;
	width: 160px;
	margin: 10px 0 10px 24px;
	padding: 18px;
	background-image: url(../images/siteMap/siteMapBg.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.siteMap .siteMapIntroduction .smiContent h1 {
	font-size: 18px;
	color: #003a6a;
	display:inline;/*避免使用header語法出現斷行*/
	margin-right:5px;
}
.siteMap .siteMapIntroduction .smiContent ul li {
	font-size: 11px;
	color: #888888;
	list-style-type: square;
	list-style-position: inside;
	line-height: 24px;
}