@charset "utf-8";
/* ****************************************************
Since : 2008-03-12
**************************************************** */

/* main visual
=================================*/
#mainContainer #contents #topicPath {
	margin-bottom: 10px;
}
#contents #mainVisual {
	height: 100px;
	margin-bottom: 25px;
	padding-left: 24px;
}
#contents #mainVisual h1 {
	padding-top: 20px;
}
#contents #mainVisual h1 span {
	display: block;
}
#doc #contents #mainVisual,
#table #contents #mainVisual{
	background: url(/binran/document/images/index_bg_002.jpg) no-repeat left top;
}
#canto1 #contents #mainVisual {
	background: url(/binran/part01/images/index_bg_002.jpg) no-repeat left top;
}
#canto2 #contents #mainVisual {
	background: url(/binran/part02/images/index_bg_002.jpg) no-repeat left top;
}

/* sectionLinks
=================================*/
#contents #sectionLinks ul {
	width: 712px;
	overflow: hidden;
	margin-right: -22px;
}
* html #contents #sectionLinks ul {
	width: 690px;
	overflow: auto;
}
#contents #sectionLinks li {
	float: left;
	width: 209px;
	margin: 0 22px 20px 0;
	padding: 2px;
	border: 1px solid #3A940F;
}
* html #contents #sectionLinks li {
	width: 215px;
}
#contents #sectionLinks li.col3 {
	width: 210px;
}
* html #contents #sectionLinks li.col3 {
	width: 216px;
	margin-right: -3px;
}
#contents #sectionLinks li a {
	display: block;
	padding: 2px 0 2px 13px;
	background:url(/binran/common/images/com_ic_006.gif) no-repeat 4px center;
	border-left: 3px solid #3A940F;
}
* html #contents #sectionLinks li a {
	background:url(/binran/common/images/com_ic_006.gif) no-repeat 7px center;
}

/* clearFix
=================================*/
#contents .pagination:after,
#contents #titleArea .textWrapper:after,
#contents dl.magnifying:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
#contents .pagination,
#contents #titleArea .textWrapper,
#contents dl.magnifying {
	display:inline-table;
	min-height:1%;  /* for IE 7*/
}
/* Hides from IE-mac \*/
* html #contents .pagination,
* html #contents #titleArea .textWrapper,
* html #contents dl.magnifying {
	height:1px;
}
#contents .pagination,
#contents #titleArea .textWrapper,
#contents dl.magnifying {
	display:block;
}
/* End hide from IE-mac */