body {
	background-color: #000000;
	color: #E0DDB2;
	font-size: 12px;
}

h1 {
	font-size: 18px;
	margin: 4px;
	margin-bottom: 8px;
}

h2 {
	font-size: 16px;
	margin: 4px;
	margin-bottom: 8px;
}

h3 {
	font-size: 14px;
	margin: 4px;
	margin-bottom: 8px;
}

div.frame1 {
	border: 1px solid #C0BFAB;
	background-color: #444037;
	border-radius: 10px;        /* CSS3‘�ˆÄ */  
	-webkit-border-radius: 10px;    /* Safari,Google Chrome—p */  
	-moz-border-radius: 10px;   /* Firefox—p */ 
	padding: 10px;
	margin-top: 4px;
}

div.frame1 > div {
	border: 1px solid #000000;
	background-color: #000000;
	box-shadow: 0px 0px 8px 6px rgb(0, 0, 0);
}

div.frame2 {
	border: 1px solid #000000;
	background-color: #C0BFAB;
    border-radius: 5px;        /* CSS3‘�ˆÄ */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 5px;   /* Firefox—p */ 
    padding: 6px;
    margin-top: 2px;
}

div.frame2 > div {
	border: 1px solid #000000;
	background-color: #000000;
    box-shadow: 0px 0px 8px 8px rgb(0, 0, 0);
}


div.frame3 {
	border: 1px solid #000000;
	background-color: #C0BFAB;
    padding: 6px;
    margin-top: 2px;
}

div.frame3 > div {
	border: 1px solid #000000;
	background-color: #000000;
    box-shadow: 0px 0px 8px 8px rgb(0, 0, 0);
}

div.tab_a {
	border: 1px solid #000000;
	background-color: #C0BFAB;
    border-radius: 5px;        /* CSS3‘�ˆÄ */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 5px;   /* Firefox—p */ 
    padding: 6px;
    margin-top: 2px;
}

div.tab_a > div {
	border: 1px solid #000000;
	background-color: #000000;
    box-shadow: 0px 0px 8px 7px rgb(0, 0, 0);
    font-size: 10px;
    color: #E0DDB2;
}

div.tab_b {
	border: 1px solid #000000;
	background-color: #767779;
    border-radius: 5px;        /* CSS3‘�ˆÄ */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome—p */  
    -moz-border-radius: 5px;   /* Firefox—p */ 
    padding: 6px;
    margin-top: 2px;
    cursor:pointer;cursor:hand;
}

div.tab_b > div {
	border: 1px solid #000000;
	background-color: #000000;
    box-shadow: 0px 0px 8px 8px rgb(0, 0, 0);
    font-size: 10px;
    color: #767779;
}

div.tab_b:hover {
	background-color: #d2daf1;
}

div.tab_b:hover > div {
    color: #d2daf1;
}


img.btn_up, img.btn_down {
	margin: 1px;
	cursor:pointer;cursor:hand
}

span.lv, span.tp, span.tlv, span.sp {
	font-weight: bold;
	font-size: 14px;
}

table {
	border-collapse: collapse;
}

td {
	font-size: 12px;
	padding: 2px;
}

select.job {
	color: #E0DDB2;
	background-color: #000000;
	text-align: center;
	font-weight: bold;
	border: 1px solid #C0BFAB;
}


table.skill {
	
	border: 0px solid gray;
	border-collapse: collapse;
	margin: 8px;
}

table.skill td {
	border: 0px solid gray;
	font-size: 12px;
	padding: 0px;
	width: 32px;
	height: 32px;
	text-align: center;
}

table.skill td.btn {
	text-align: left;
}

img.up {
	margin: 1px;
}

img.down {
	margin: 1px;
}

div.sicon {
	position:relative;
}

div.slv {
	color: #FFFFFF;
	position:absolute;
	bottom:0;
	right:0;
	margin-right: 2px;
	font-weight:bold;
}



div.sicon {
	position: relative;
	width: 32px;
	height: 46px;
	float: left;
}

div.sicon div[name="lv"] {
	font-size: 11px; 
	color: #FFFFFF; 
	text-shadow: 0 0 4px #000000, 0 0 4px #000000, 0 0 0.40px #000000;
	font-weight: bold;
	position: absolute;
	bottom: 14px;
	right: 2px;
	margin: 0px;
	clear: both;
}

div.skill_col > div {
	border-right: 1px solid #404040;
	width: 55px;
	height: 358px;
	background-color: #000000;
	float: left;
}

div.sline {
	width:24px;
	height:7px;
	float: left;
	position: relative;
	top:12px;
}

div.sline img[name="line0"] {
	width:50%;
	height:7px;
}

div.sline img[name="line1"] {
	width:50%;
	height:7px;
}



div.skill_col div div {
	width: 55px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	
	background-color: #000000;
}

div.skill_row {
	position: relative;
	margin-top:10px;
	height:46px;
}

div.skill_box {
	position: relative;
	width:615px; height: 358px;
	overflow: hidden;
}

div.skill_list_box {
	position: absolute;
	top: 10px;
	left:12px;
	clear:both;
}


div#tip {
	width: 240px;
	margin: 0 1em 0 0;
	border: solid #ccc 1px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: .3em .5em;
	background: #000000;
	opacity: .8;
	filter: alpha(opacity=80);
}

div#tip > .desc {
	color: #cadcf2;
}

div.skill_list {
	font-size: 12px;
}
