@charset "utf-8";
/*------------------------all------------------------*/
body {
	background:#CCE6FF;
	color:#006;
}
#main{
	background:#9cf;
	border:#36c 1px solid;
}
#logo {
	background:url(logo.gif);
	top:44px;
	width:203px;
	height:42px;
	margin-left:-485px;
}
#left li {
	border-top:1px dotted #9CF;
}
#left li:last-child {
	border-bottom:1px dotted #9CF;
}
#left a {
	color:#fff;
}
#left a:hover {
	background:#9cf;
}
#left_back {
	background:#00a;
}
h2 {
	font:italic bold 36px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00a 2px 2px 0;
	margin-top:36px;
}
h3 {
	color:#fff;
	text-shadow:#00a 1px 1px;
	clear:both;
	margin-top:16px;
	font-size:24px;
}
a {
	color:#fff;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*------------------------tab_panel------------------------*/
.tab li, .tab2 li {
	list-style:none;
	float:left;
	cursor:pointer;
	background:#00a;
	border:1px solid #00a;
	margin-right:4px;
	position:relative;
	top:1px;
	color:#fff;
	display:block;
	padding:2px 8px;
}
.tab li:hover, .tab2 li:hover{
	background:#f8f8ff;
	color:#006;
	border-bottom:1px solid #f8f8ff;
}
.panel div, .panel2 div {
	clear:both;
	background:#f8f8ff;
	border:1px solid #00a;
	padding:10px;
	width:720px;
	box-shadow:#669 2px 2px 4px;
}
.tab li.selected, .tab2 li.selected {
	border-bottom:1px solid #f8f8ff;
	background:#f8f8ff;
	color:#006;
}
.clearfix dd{
	width:256px;
	height:240px;
	display:block;
	float:left;
	margin-right:8px;
}
/*------------------------top------------------------*/
#top h2 {
	font:italic bold 84px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#00a 4px 4px;
	margin-top:16px;
}
#top h3{
	color:#fff;
	text-shadow:#00a 1px 1px;
}
#top hr {
	border:1px solid #fff;
}
#top #update{
	border:1px solid #00A;
	border-top:16px solid #00A;
	box-shadow:#669 2px 2px 4px;
	background:#fff;
}
#top #progress{
	border:1px solid #00A;
	border-top:16px solid #00A;
	box-shadow:#669 2px 2px 4px;
	background:#fff;
}
#top #update p{
	opacity:1;
}
#top #back{
	background:url(back.jpg) no-repeat;
}
/*------------------------system------------------------*/
.basic dl{
	float:left;
	width:256px;
	height:336px;
	display:inline;
	margin:0 0 0 48px;
}
#item dt {
	width:32px;
	height:32px;
	background:url(system/item.png);
}
/*------------------------weapon------------------------*/
#weapon .clearfix img{
	float:left;
	margin-right:8px;
}
/*------------------------enemy------------------------*/

td {
	border:none;
	text-align:center;
	width:80px;
}
tr.odd{
	background:#f8f8ff;
}
tr.even{
	background:#eef;
}
tr:hover {
	background:#9Cf;
}
th {
	text-align:left;
	background:#00a;
	color:#fff;
}
tr:first-child th {
	text-align:center;
	background:#00a;
	color:#fff;
}
table {
	width:720px;
	box-shadow:#669 2px 2px 4px;
}
/*------------------------enemy_2------------------------*/
/*------------------------stage------------------------*/
.f66 li{
	background:#f66;
}
/*------------------------kuso------------------------*/
/*------------------------bug------------------------*/
/*------------------------other------------------------*/
#staff{
	text-align:center;
}
/*------------------------site_history------------------------*/