* {	font-size: 9pt;	font-family: "新細明體";}
a {	cursor: url('alink.cur'),auto;text-decoration: none;color: #0000FF;}

html {
	height: 100px;
	overflow-x: hidden;
	overflow-y: scroll;
	cursor: url('cursor.cur'),auto;
}
body {
	width: 800px;
	background: #e4e4cc url('image/background.jpg') repeat fixed center center;
	text-align: center;
}

div.head{
	width: 800px;
	color: #FFFFFF;
	padding: 5px 0px;
	margin: 5px 0px;
	border: 1px solid #403D2B;
	background-color: #604c40;
}

div#base{
	width: 800px;
	margin: 0px;
	padding: 0px;
}

div#left {
	float: left;
	padding: 55px 5px 10px 5px;
	margin: 5px 0px;
	width: 120px;
	z-index: 999;
}

div#right {
	float: left;
	padding: 0px;
	margin: 50px 0px 8px 0px;
	width: 658px;
	text-align: left;
	height: 100%;
}

ul.menu {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 120px;
	text-align: left;
	position: relative;
	z-index: 999;
}
ul.menu ul {
	margin: 0;
	padding: 0;
	position: absolute;
	top: -1px;
	left: 120px;
	background: #fef7e7;
	display: none;
	opacity: 0;
	list-style: none;
}
ul.menu a {
	display: block;
	color: #000;
	text-decoration: none;
	padding: 7px;
	background-color: #fef7e7;
}
ul.menu a:hover {
	background-color: #f0eee7;
}
ul.menu li {
	width: 120px;
	border: 1px solid #aaa;
	border-top: none;
	position: relative;
	float: left;
}
ul.menu .sub {
	background: #f0eee7 url('image/arrow.gif') 110px 10px no-repeat;
}
ul.menu .sub2, ul.menu .sub2:hover {
	background: #d8cca8 url('image/arrow.gif') 110px 10px no-repeat;
	cursor: default;
}
ul.menu .top {
	border-top: 1px solid #aaa;
}
div.child {
	background-color: #FDFDEB;
	padding: 5px 5px 5px 10px;
}
div.child div {
	line-height: 20px;
}
div.child div.area {
	padding-left: 10px;
}
div.child div.area a {
	display: inline-block;
	width: 120px;
	padding-left: 4px;
}
div.child div.area a:hover {
	background-color: #F1EDDE;
}
div.listheadline {
	background-image: url('image/beastmap/right_hline.png');
	background-repeat: no-repeat;
	background-position: -200px 0px;
	height:1px;
	font-size:0;
}
div#listlogo {
	height: 25px;
	background: #fdfdeb url('image/beastmap/listlogo.png') no-repeat;
}
div#supplylogo {
	height: 25px;
	background: #fdfdeb url('image/beastmap/supplylogo.png') no-repeat;
}
fieldset {
	background-color: #FFFFDD;
	border: 1px #888 solid;
}
fieldset legend {
	padding: 5px;
	margin: 10px auto 1px 14px;
	border: 1px #888 solid;
}
fieldset hr {
	display: block;
	float: left;
}
fieldset div.fieldset {
	padding: 7px 7px 7px 25px;
	background-color: #FFFFEE;
	border: 1px #888 dotted;
	margin: 7px;
	display: block;
	width: 580px;
	float: left;
}
div.beast {
	margin: 5px;
	padding: 5px;
	background-image: url('image/beastmap/right_hline.png');
	background-repeat: no-repeat;
	background-position: -10px top;
}
div.beast table, fieldset {
	width: 99%;
	border-collapse: collapse;
	line-height: 16px;
	margin: auto;
}
div.beast table tr {
	/*vertical-align: top;*/
}
div.beast div.img, fieldset div.img {
	border: 1px solid #403D2B;
	background-color: #FFFFEE;
	margin-left: 10px;
}
div.beast img, fieldset img {/*div.img img {*/
	position: absolute;
}
div.beast div.name {
	text-align: center;
	padding-top: 2px;
	margin-left: 10px;
}
div.beast div.hr, fieldset div.hr {
	margin: 2px;
	padding: 0px;
	height: 0px;
	border-top: 1px dotted #AAAAAA;
	font-size:0;
}
span.earth,span.water,span.fire,span.wind {font-weight: bold;}
span.earth, span.catch {color: #008000;}
span.water {color: #0000FF;}
span.fire, span.uncatch {color: #FF0000;}
span.wind {color: #FFC700;}
div#supplylist {
	background-color: #fdfdeb;
	padding: 10px 7px 10px 20px;
}
div#supplylist div{
	padding: 7px 7px 7px 14px;
	width: 500px;
	border-left: 1px #DBDBDB solid;
}
div#supplylist div.author {
	margin-top: 7px;
	padding: 7px;
	border: 1px solid #DBDBDB;
	background-image: url('image/beastmap/supplyauthor.png');
	background-repeat: repeat-y;
} 