@charset "utf-8";

/* ===========================================

 web site : www.comicbuster.jp
 author : support center
 Updated day ： 09/09

=========================================== */

/* ----------------------
 aion.css
--------------------- */

body {
	background: #e2e1d6 url(../../etc/game/bg_aion.gif) no-repeat center top;
}

a {
	color: #990000;
}

a:hover {
	text-decoration: none;
}

div#wrapper {
}

div#aionTable {
	padding: 10px 100px 0px;
}

div#aionTable h2 {
	background: url(../../etc/game/title_aionTable.gif) no-repeat;
	color: #FFFFFF;
}

div#aionTable table {
	background: #e2e1d6;
	border-collapse:collapse;
	border: 1px solid #b7b4a8;
	width: 760px;
	font-size: 12px;
	margin-bottom: 10px;
	line-height: 1.5;
}

div#aionTable th {
	background: #f5f2ea;
	border: 1px solid #b7b4a8;
	width: 40%;
	font-size: 12px;
	text-align: center;
}

div#aionTable td {
	background: #f5f2ea;
	padding: 5px 10px;
	border: 1px solid #b7b4a8;
}

div#aionTable td.item {
	background: #8f7c63;
	color: #FFFFFF;
	text-align: center;
	vertical-align: middle;
	width: 10%;
}

span {
	color: #CC0000;
}

div#footer {
	width: 100%;
	border-top: 1px solid #330000;
	margin-top: 20px;
	padding-top: 20px;
	color: #660000;
}


