body {
	font-size: 10pt;
	background-color: #F1F1F1;
	padding: 0px;
	margin: 0px;
	color: #333333;
}

img {
	border-width: 0px;
	border-style: none;
	padding: 0px;
	margin: 0px
}

div, ul, li, span {
	padding: 0px;
	margin: 0px;
}

a {
	border: none;
}

pre {
	white-space: -moz-pre-wrap; /* Mozilla */
	white-space: -pre-wrap;     /* Opera 4-6 */
	white-space: -o-pre-wrap;   /* Opera 7 */
	white-space: pre-wrap;      /* CSS3 */
	word-wrap: break-word;      /* IE 5.5+ */
}

#contener {
	padding: 0px;
	margin: 0px auto;
	width: 900px;
	background-color: #FFFFFF;
}

#header {
	background-image: url(image/sitename.png);
	background-repeat: no-repeat;
	position: relative;
	height: 90px;
	border-bottom: 2px solid #999999;
	margin-bottom: 2px;
}

#header ul {
	list-style: none;
	position: absolute;
	text-align: center;
	right: 2px;
	bottom: 2px;
}

#header ul li {
	float: left;
	border-right: 2px solid #444444;
	height: 22px;
	width: 80px;
	padding: 2px;
}

#header ul li.right{
	border-right: 0px none;
}

#header ul li a {
	text-decoration: none;
	padding: 3px 0px;
	font-size: 10pt;
	text-align: center;
	display: block;
	width: 100%;
	color: #000000;
}

#header ul li a:hover {
	background-color: #999999;
}


#topimg a:visited {
	color: #000000;
}


#contents {
//	border-top: 2px solid #999999;
}

#maincg {
	text-align: center;
}

#left {
	width: 580px;
	float: left;
}

#right {
	width: 302px;
	float: right;
}

#salelink {
	list-style: none;
}

#salelink li {
	float: left;
	padding: 2px;
}

#footer {
	clear: both;
	padding: 10px 0px;
	font-size: 8pt;
	color: #AAAAAA;
	text-align: center;
}
#footer p {
	margin: 0px;

}

#copyright,  {
//	font-size: 8pt;
//	color: #AAAAAA;
//	text-align: center;
}

.gadget {
	width: 300px;
	border: 1px solid #000000;
	margin: 2px 0px;
}

.info {
	width: 100%;
	border: 1px solid #000000;
	margin: 2px 0px;
}

.contents, .history {
	margin: 10px;
}

.history {
	height: 80px;
	overflow-y: auto;
}

.history .date {
	margin-right: 10px;
}

.history ul {
	list-style: none;
}

.history ul li {
	border-bottom: 1px dashed #444444;
	padding: 2px 0px;
}

.info:after {
	content : "";
	display : block;
	height : 0;
	clear : both;
}

.gadget .name, .info .name {
	height: 16px;
	margin-bottom: 2px;
	background-color: #999999;
	background-image: url(/image/t.png);
	background-repeat: no-repeat;
}

.gadget .name span, .info .name span {
	font-size: 9pt;
	font-weight: bold;
	line-height: 17px;
	margin-left: 16px;
}

.gadget ul {
	list-style: none;
}

.gadget .type {
	margin: 3px 2px;
	font-weight: bold;
}

.char {
	position: relative;
	width: 550px;
	height: 300px;
	border-bottom: 2px solid #000000;
	margin: 5px;
}

.char .img {
	position: absolute;
	left: 0px;
	top: 0px;
}

.char .charname {
	position: absolute;
	top: 20px;
	left: 210px;
	width: 200px;
	font-size: 14pt;
	font-weight: bold;
}

.char .desc {
	position: absolute;
	left: 220px;
	top: 50px;
	width: 300px;
}

table {
    width: 500px;
    border: 1px #E3E3E3 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

th {
    padding: 5px;
    border: #E3E3E3 solid;
    border-width: 0 0 1px 1px;
    background: #F5F5F5;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
}
td {
    padding: 5px 0px 5px 20px;
    border: 1px #E3E3E3 solid;
    border-width: 0 0 1px 1px;
}

.error {
	color: #FF0000;
}

p.bookmarkThis {
	padding: 0 0 0 10px;
}

img.bookmarkThis {
	padding: 0 0 0 2px;
}

ul.normal {
	padding-left: 20px;
}
