@charset "utf-8";

/* JBSE AUTHORS.CSS  */


/*--------------------------------------
*	
*	00.COMMON
*	01.LOCAL_NAVIGATION
*	02.MAIN_CONTENTS
*		02-00.COMMON
*		02-01.INDEX
*		02-02.RULES
*		02-03.INSTRUCTION
*
*--------------------------------------*/


/**-------------------------------------
	00.COMMON
---------------------------------------**/

div#content
{
	margin: 0 0 0 20px;
	width: 840px;
}

div#content h2
{
	margin: 0 0 50px 0;
}

div#main
{
	margin: 0 0 0 10px;
	width: 820px;
}

div#left
{
	float: left;
	padding: 0 40px 40px 0;
	width: 190px;
}

div#right
{
	float: left;
	padding: 0 0 40px 0;
	width: 590px;
}

/**-------------------------------------
	01.LOCAL_NAVIGATION
---------------------------------------**/

ul#lNavMain
{
	margin-bottom: 34px;
	padding-bottom: 34px;
	width: 190px;
	background: url(../../common/images/seperater_line.gif) no-repeat bottom;
}

ul#lNavMain li
{
	margin-bottom: 34px;
}

ul#lNavMain li.last
{
	margin-bottom: 0;
}

ul#lNavSub
{
	width: 190px;
	line-height: 1.2em;
}

ul#lNavSub li
{
	margin-bottom: 34px;
	width: 190px;
}

ul#lNavSub li dl dt
{
	margin-bottom: 7px;
	font-weight: bold;
}

ul#lNavSub li dl dd
{
	margin-bottom: 4px;
	padding: 0 0 0 30px;
	font-size: 92%;
}

ul#lNavSub li dl.lNavSubDl dd
{
	background: url(../images/btn_dl_mini.gif) no-repeat left 1px;
}

ul#lNavSub li dl.lNavSubLi dd.ug
{
	background: url(../images/btn_pdf.gif) no-repeat left 1px;
}

ul#lNavSub li dl.lNavSubLi dd.lu
{
	background: url(../images/btn_goto.gif) no-repeat left 1px;
}

/**-------------------------------------
	02.MAIN_CONTENTS
---------------------------------------**/

/*---02-00.COMMON---*/

div#right h3
{
	margin-bottom: 24px;
}

/*---02-01.INDEX---*/

div.indexBlock
{
	margin: 0 0 30px 0;
	padding: 0 0 30px 0;
	width: 590px;
	background: url(../../common/images/seperater_line.gif) no-repeat left bottom;
}

div.indexBlock.last
{
	margin: 0 0 30px 0;
	padding: 0 0 0 0;
	width: 590px;
	background: none;
}

p.desc
{
	font-size: 92%;
	color: #666666;
	line-height: 1.7em;
}

dl#dlWord
{
	margin-bottom: 36px;
}

dl#dlTex
{
}

dl#dlWord dt,
dl#dlTex dt
{
	margin-bottom: 10px;
	font-weight: bold;
}

dl#dlWord table,
dl#dlTex table
{
	font-size: 92%;
	text-align: left;
}

dl#dlWord table th,
dl#dlTex table th
{
	padding: 0 20px 0 0;
	width: 150px;
}

dl#dlWord table td.center,
dl#dlTex table td.center
{
	padding: 0 20px 0 0;
	width: 300px;
	color: #666666;
	vertical-align: top;
}

dl#dlWord table td.right,
dl#dlTex table td.right
{
	width: 120px;
}

dl#dlTex table th,
dl#dlTex table td
{
	padding-bottom: 12px;
}

p.osDl
{
	margin: 18px 0 2px 0;
	padding: 0 0 0 30px;
	background: url(../images/btn_pdf.gif) no-repeat left 1px;
	font-size: 92%;
	line-height: 1.2em;
}

p.osLi
{
	margin: 18px 0 32px 0;
	padding: 0 0 0 30px;
	background: url(../images/btn_goto.gif) no-repeat left 1px;
	font-size: 92%;
	line-height: 1.2em;
}

/*---02-02.RULES---*/

p.rulesComment
{
	margin-bottom: 22px;
	font-size: 92%;
	font-weight: bold;
}

.rulesList
{
	font-size: 92%;
}

.rulesList dt
{
	margin-bottom: 3px;
	font-weight: bold;
	color: #333333;
}

.rulesList dd
{
	margin-bottom: 30px;
	color: #666666;
	line-height: 1.7em;
}

/*---02-03.INSTRUCTION---*/

h4
{
	margin-bottom: 22px;
}

div.instBlock
{
	margin: 0 0 30px 0;
	padding: 0 0 2px 0;
	width: 590px;
	background: url(../../common/images/seperater_line.gif) no-repeat left bottom;
}

.rulesList .secondaryList
{
	padding: 20px 0 0 25px;
}

.rulesList .secondaryList div.indent1em
{
	padding: 0 0 0 1em;
}

.rulesList .thirdList
{
	padding: 8px 0 0 25px;
	font-weight: normal;
}

.rulesList .thirdList dt
{
	margin-bottom: 0;
}

.rulesList .thirdList dd
{
	margin-bottom: 8px;
}

.instTable
{
	margin: 10px 0 16px 0;
	width: 565px;
	border: 1px solid #EAEAEA;
	font-size: 92%;
	line-height: 1.3em;
}

.instTable th
{
	padding: 4px 4px 4px 6px;
	border: 1px solid #EAEAEA;
	background-color: #F9F9F9;
}

.instTable td
{
	padding: 4px 4px 4px 6px;
	border: 1px solid #EAEAEA;
}

p.b2t
{
	margin-left: 490px;
	width: 100px;
	height: 13px;
}






