@charset "utf-8";
/* ------------------------- TOC
id,class(name)
index
category


------------------------- */

/* ============================== index */

#index .contentswrapper section h1.headingTypeB01 {
	margin-bottom: 0;	
}
#index .twoColumnsBlock .textUnit h3.headingTypeC03 {
	margin: 0 0 10px;
}


/* ============================== category */
/* topicPath */
#category nav#topicPath {
	margin-bottom: 10px;	
}
#category nav#topicPath ul {
	margin: 2px 0 0 15px;
	padding: 0;
	list-style: none;
}
#category nav#topicPath ul li {
	display: inline;
	position: relative;
	padding: 0 4px 0 10px;
	background: url(/common/img/arrow_path.gif) no-repeat 0 0.3em;
}
#category nav#topicPath ul li a {
	text-decoration: underline;	
}

