@charset"utf-8";


/* ==========================================
   
			Styles
			
			1.knowledge
					
			
========================================== */




/* ==========================================
   1.knowledge
========================================== */

#knowledge #content{}
#knowledge #content #contentHead{
	margin: 0px 0px 15px;
	padding: 0px 0px 0px 20px;
	background: url(../img/knowledge/bk-content-head.jpg) no-repeat left center;
	border: 1px solid #DDDDDD;
	color: #643718;
	letter-spacing: 0.1em;
}
#knowledge #content #contentHead h3{
	margin: 0px;
	padding: 5px 5px 5px 0px;
	font-size: small;
}
#knowledge #content #contentHead h4{
	margin: 0px;
	padding: 0px 5px 5px;
	font-size: small;
}
#knowledge #content #contentInside{
	padding: 0px 10px;
	line-height: 1.4;
}
#knowledge #content #contentInside .unit{
	padding: 0px 0px 15px 0px;
}

/* 1-*. ------------------- */



#knowledge #sideArea{}
#knowledge #sideArea dl,
#knowledge #sideArea dt{	margin: 0px;	padding: 0px;}
#knowledge #sideArea dt a:link,
#knowledge #sideArea dt a:visited{
	display: block;
	padding: 5px 5px 3px 20px;
	background: url(../img/knowledge/bk-sidetitle.jpg) no-repeat left center;
	border: 1px solid #C0C0C0;
	text-decoration: none;
	color: #FFFFFF;
}
#knowledge #sideArea dt a:hover,
#knowledge #sideArea dt a:active{	background: url(../img/knowledge/bk-sidetitle-on.jpg) no-repeat left center;}
#knowledge #sideArea dd{
	margin: 0px;
	padding: 8px;
	background: url(../img/knowledge/bk-sidearea.jpg) no-repeat left top;
	line-height: 1.3;
}
#knowledge #sideArea dd ul{
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 5px;
}
#knowledge #sideArea dd ul.discList{	list-style-type: disc;}
#knowledge #sideArea dd ul.numList{	list-style-type: decimal;}
#knowledge #sideArea dd li{
	margin: 0px 0px 5px 8px;
	padding: 0px;
	list-style-position: outside;
}
#knowledge #sideArea dd span{
	display: block;
	text-align: right;
}
#knowledge #sideArea dd span a:link,
#knowledge #sideArea dd span a:visited{
	background: url(../img/icon-arr01.gif) no-repeat left center;
	padding-left: 13px;
	text-decoration: none;
}
