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

/* =========================================================
■topicPath
========================================================= */
ol#topicPath {
	margin: 20px auto 30px auto;
	padding: 0;
	font-size: 10px;
	list-style: none;
}

ol#topicPath li {
	float: left;
	margin-right: 5px;
}

ol#topicPath li p {
	display: inline;
	padding: 5px 1em 5px 0.4em;
	background-image: url("/images/topic_mask.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #FF6633;
	color: #FFFFFF;
	text-decoration: none;
}

ol#topicPath li em {
	padding: 5px 1em;
	background-image: url("/images/topic_mask.gif");
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-color: #CCCCCC;
	font-style: normal;
	font-weight: bold;
}


/* Hides from IE-mac \*/
* html ol {
	height: 1%;
}

ol {
	display: block;
}
/* End hide from IE-mac */


a#download_img {
	background-image: url("/landing/ad/091026_image/ad_landing_download_button.jpg");
	background-repeat: no-repeat;
	width: 332px;
	height: 102px;
	text-align: center;
	margin: 30px auto;
}