@charset "utf-8";

/* -----------------------------------------
   topicPath
------------------------------------------ */
.topicPath {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	width: 960px;
	font-size: 90%;
}
.topicPath li {
	display: inline;
}
.topicPath li strong {
	padding: 1px 0 1px 64px;
	background: url(/common/images/cmn_txt_topicpath_01.gif) no-repeat center left;
	font-weight: bold;
}
.topicPath li a {
	margin-right: 8px;
	padding-right: 12px;
	background: url(/common/images/cmn_arw_topicpath_01.gif) no-repeat right;
}
.topicPath li a:link, .topicPath li a:visited { color: #660000; text-decoration: none;}
.topicPath li a:active, .topicPath li a:hover { color: #cc3300; text-decoration: underline;}

/* -----------------------------------------
   base
------------------------------------------ */
#contents {
	padding-top: 10px;
}
#sdcont {
	position: relative;
	margin: 20px auto;
}
#sdcont {
	position: relative;
	margin: 20px auto;
}
#sdcont .cont-wrap {
	width: 880px;
	margin: 0 auto 0;
}

