BODY {
	background-color:#FFFFFF;
	background-image:url(background.jpg);
	margin-left: 100px;
	margin-right: 100px;
}

div {
	margin-top: 50px;
	margin-bottom: 50px;
}

div.contents{
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 200%
}

div.handout {
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	padding: 16px;
	background-color: #ffffff;
	background-image:url(bkg_base.jpg); 
}

div.monster {
	margin: 20px;
	padding: 16px;
	border: solid 1px #000000;
}

div.question {
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
}

div.point_brown {
	margin-top: 30px;
	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	color: #965042;
}

span.point_brown {
	margin-top: 30px;
//	margin-left: 50px;
	margin-right: 50px;
	margin-bottom: 20px;
	color: #965042;
}

div.table {
	margin-top: 0px;
	margin-bottom: 0px;
	font-size:90% ;
	border: solid 1px #000000;
}

div.table_left {
	display:inline-block; 
	width: 48%; 
	padding-right: 2px; 
	margin-top: 0px;"
	background-color: #c0c0c0c;
	border: solid 1px #000000;
}

div.table_right {
	display:inline-block; 
	float: right; 
	width: 48%; 
	vertical-align: top;
	background-color: #c0c0c0c;
	border: solid 1px #000000;
}

p.eng {
	text-align: left;
	color: #008800;
}

p.jp {
	text-align: left;
	color: #000000;
}

p.indent {
	margin: 0px;
	padding-left:1.5em;
	text-indent:-1.5em;
}

details {
	text-align: right;
	margin-right: 16px;
//	border: solid 1px #000000;
}

span.comment {
	font-weight: bold; 
	color: #AA0000;
	font-size:120% ; 
	background-color: #000000;
}

span.licence {
	font-size:80% ; 
}

span.faction {
	color: #a0a0a0;
	font-size:80% ; 
}

span.skill {
	font-weight: bold; 
	color: #000000;
	background-color: #B2F18C;
}

img.center {
	vertical-align:middle; 
	text-align:center; 
	float:center; 
	margin:auto; 
	display:block;
}

h1 {
	text-align:center;
	clear:left; 
	color:#000000;
	font-size:300%;

}

h2 {
	text-align:left;
	clear:left; 
	color:#000000;
	font-size:200%;
	margin-top:30px;
	margin-bottom: 0px;
}

h3 {
	clear:left;
	color:#7c4214;
	font-size:160%;
	margin-top:1.25em;
	margin-bottom:0px;
}

h3.enemy {
	clear:left;
	color:#7c4214;
	font-size:160%;
	margin-top:0px;
	margin-bottom:0px;
}


h4 {
	clear:left;
	color:#7c4214;
	margin-top:0px;
	margin-bottom:-20px;
}

a:link, a:visited,  a:active {
	color: #505050;
	font-weight: bold;
	border-color: #505050;
	border-bottom: inset 1px #505050;
}


a {
	color: #000000; 
	border-bottom: none;
}

a[target=_blank][rel=nofollow] {
	color: #505050;
	border-bottom: none;
	padding-right: 20px;
	background: url(./icon_link.png) right center/11px auto no-repeat;
}

.center {
	text-align:center; 
}

.left {
	text-align:left;
}

.mini {
	font-size: 80%;
}

.bold {
	font-weight: bold;
}

.border {
	border: solid 1px #000000;
	margin-top: 0px;
	padding-left: 6px; 
	margin-bottom: 0px;
}

.border_bk {
	border: solid 1px #000000;
	margin-top: -20px;
	padding-left: 6px; 
	margin-bottom: 0px;
	background-color:#000000;
	color:#ffffff;
}

.border_bk_nomargin {
	border: solid 1px #000000;
	margin-top: 0px;
	padding-left: 6px; 
	margin-bottom: 0px;
	background-color:#000000;
	color:#ffffff;
}

.right {
	margin-top:0px;
	text-align:right; 
}


.split {
	margin-top: 0px;
	margin-bottom: 0px;
	display: table;
	width: 100%;
	font-size:100%;
//	border: solid 1px #00AA00;

}

.split-item {
	height: 100%;
	display: table-cell;
	padding: 0px 2px;
	width: 48%;
	vertical-align: top;
//	border: solid 1px #00AA00;
//	background-color: #c099c0;
}


.split-left {
	position: static;
//	border: solid 1px #00AA00;
}

.split-left_inner {
	height: 100%;
	position: static;
	width: 100%;
//	border: solid 1px #00AA00;
}


.split-right_inner {
//	border: solid 1px #00AA00;
//	margin-top: -20px;
}

.whiteCard{
	border: solid 1px #000000; 
	margin: 3px; 
	padding: 7px; 
	background-color:#f5f5f5;
}

td {
	border: solid 2px #330000;
}

td.line {
	border: 0px;
	border-bottom: solid 1px #000000;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
}

td.none_line {
	border: 0px;
	border-bottom: solid 1px #000000;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
}

td.line_bold {
	border: 0px;
	border-bottom: solid 1px #000000;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	font-weight: bold;
}

td.line_eng {
	border: 0px;
	border-bottom: solid 1px #008800;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	color: #008800;
}

td.line_eng_bold {
	border: 0px;
	border-bottom: solid 1px #008800;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
	color: #008800;
	font-weight: bold;
}

td.none {
	border: 0px;
	padding: 0px;
	padding-left: 15px;
	padding-right: 15px;
	text-align:center;
}

td.price {
	border: solid 2px #330000;
	background-color: #ffffff;
	text-align:center; 
	padding-right: 20px;
	padding-left: 20px;
}

td.name {
	color: #ffffff;
	background-color: #3E0900;
	padding-right: 20px;
	padding-left: 20px;
}

td.slot {
	background-color: #ECE5B3;
	padding-right: 20px;
	padding-left: 20px;
}

td.aura {
	background-color: #F4F0D5;
	padding-right: 20px;
	padding-left: 20px;
}

td.construction {
	background-color: #895A3A;
	padding-right: 20px;
	padding-left: 20px;
}

