@charset "UTF-8";

/* page title setting   ===================================================== */
#substance-title h1{
	background:url("contents-substance/h1.gif") no-repeat;
}


/* text setting   ===================================================== */
a:link,
a:visited,
a:active {
	color: #666;
	text-decoration: none;
	font-weight:normal;
}
a:hover {
	color: #F60;
	text-decoration: underline;
	font-weight:normal;
}


/* layout setting   ===================================================== */
h2{
	margin:0 0 1em 0;
}

h3{
	margin:0;
	padding:0;
	height:30px;
}

h3 img{
	margin:0;
	padding:0;
}


.sitemapBox{
	width:207px;
	float:left;
	padding:0;
	margin:0 5px 0 0;
}

.sitemapBox ul{
	background:url("contents-substance/ul_bg.gif") no-repeat center bottom;
	padding:0 0 0.3em 0;
	margin:0 0 1em 0;
}

.sitemapBox li{
	padding:0 0 0.2em 1.5em;
	margin:0;
	text-indent:0;
	background:url("contents-substance/mark_li.gif") no-repeat 1em 0.5em;
	line-height:1.1em;
}

