/*共通*/
th {text-align:center;white-space:nowrap;font-weight:normal;background-color:silver;}
th,td {vertical-align:top;white-space:nowrap;padding:2px;}
thead {height:2.4em;}
/*html,body {height:100%; overflow:hidden;} ツリーと共通なのでコメント*/
body {margin:5px; padding:0;}
table {table-layout:fixed;margin-bottom:60em;}
td {border-color:#c0c0c0;} /*FF,Operaの罫線対応*/

#tree {height:99%;width:20%;overflow:scroll;float:left;white-space:nowrap;line-height:100%;}
#tree small {font-size:60%;}
#tree a {text-decoration:none;}
#tree a:link,#tree a:visited {color:blue;}
#tree span.new,td.new {padding:0;color:crimson;cursor:text;} /*新防具*/
#tree a:hover {color:red;}
#tree a:active {color:black;}
#tree span {padding:2px;color:blue;cursor:pointer;}
#t2L,#t3L,#t4L,#t5L,#t6L,#t7L,#t8L,#t9L,#t10L,#t11L,#t12L {display:none;}
#tree em {font-style: normal;color:darkred;font-size:80%} /*補足*/

#bar {height:99%;width:3px;float:left;}
#line {height:99%;width:3px;cursor:e-resize;background-color:gray;}
#data {height:99%;width:78%;overflow: scroll;}

input {font-size:60%;padding-right:2px;padding-left:2px;}
.r {color:red;} /*キーとかとにかく赤*/
table p {font-size:80%;color:red;} /*剛種武器*/
td div {font-size:60%;margin-left:0.5em;} /*強化元先*/
td div a {display:block;text-decoration: none;}
td div a:link,td div A:visited {color:blue;}
td div a:hover {color:red;}
td div a:active {color:black;}
b {font-size:80%;font-weight:normal;color:Navy;display:block;text-align:center;} /*ラスタ*/

#b {width:72em} /*防具*/
#c {} /*カフ*/

#b ul,#c ul {margin:0;padding:1px 0;list-style-type:none;} /*スキル*/
#b em,#c em {font-style:normal;display:block;float:left}

#b col#cN {width:10em;}
#c col#cN {width:7em;}
col#cTy {width:3.8em;}
col#cR {width:1.5em}
#b col#cDf {width:3.0em;text-align:right;}
#b col#cTi {width:3.0em;}
#c col#cSl {width:1.1em;text-align:center;}
col#cSk {width:6.7em;text-align:right;}
col#cZ {width:3.5em;text-align:right;}
col#cHr {width:1.7em;text-align:right;}
/*col#cCr {width:2em;}
col#cSz {width:9em;}*/
#b col#cS {width:37em;}
#c col#cS {width:29em;}
#b tbody tr {height:7em}
#c tbody tr {height:4em}

#c tr>td:first-child+td+td+td /*装飾品の3列目スロット*/
	{text-align:center;}
#b tr>td:first-child+td+td+td+td+td, /*防具の5列目防御*/
#b tr>td:first-child+td+td+td+td+td+td+td, /*防具の7列目価格*/
#b tr>td:first-child+td+td+td+td+td+td, /*防具の6列目HR*/
#b tr>td:first-child+td+td+td+td, /*防具の4列目スキル*/
#c tr>td:first-child+td+td+td+td, /*装飾品の4列目スキル*/
#c tr>td:first-child+td+td+td+td+td, /*装飾品の5列目HR*/
#c tr>td:first-child+td+td+td+td+td+td /*装飾品の6列目価格*/
	{text-align:right;}