/*--------------------------------
 *  chk jpn style sheet
 *
 *  2014-04-30 hatamori 
 *--------------------------------*/
#main p, #main ul, #main ol, #main dd, #main dt, #main #date
		{ color: #555; }
#main p	{ margin-left: 1em; line-height : 140%; }
#foot	{ background-color: #444; color: white; text-align: right;
          margin-top: 2em; padding: 0.6em; font-style: normal; line-height: 160%; }
#main h2#subTitle { margin: 0; }
#main .tbl td	{ padding: 1px 0.4em; }
#main table.tbl { border-collapse: collapse; }

/* index */
#index #main dd  { line-height : 130%; }
#index #main dt  { font-weight: bold; margin: 0.5em 1em; }
/* software */
#software .new   { height: 4em; font-weight: bold; }
/* release_note */
#release_note h2
		{ margin-left: -0.5em; margin-top: 2em; }
#release_note table
		{ border: solid 1px gray; border-collapse: collapse; margin-left: 1em; width: 500px; }
#release_note th
		{ text-align: left; padding-left: 1em; }
#release_note td
		{ background-color: white; border: solid 1px gray; padding-left: 0.5em; }
#release_note h4
		{ margin-left: 0.4em; color: steelblue; }
#release_note ul, #release_note ol { line-height: 140%; }
#release_note ul#subMenu { margin-left: 0; padding-left: 0; list-style-type: none; }
#release_note #subMenu li { padding: 1px 1em; }
#release_note #subMenu li.select { background-color: white; border: dotted 1px gray; }
#release_note .kcd .c1	{ width: 14em; }
/* support_model */
#support_mode .check	{ text-align: center; font-weight: bold; }
#support_mode th.top    { text-align: left; }
#support_mode #main th, #support_mode #main td { padding: 1px 5px; }
#support_mode #main td.t1    { font-weight: bold; background-color: #E0E0D0; }
/* information */
#main #returnMenu		{ margin-top: 2em; border:dotted 1px steelblue; background-color: white;
						  width: 6em; padding: 2px 1em; }
