<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------all------------------------*/
body {
	background:#930;
	color:#003;
}
#main{
	background:#FC6;
	border:#C63 1px solid;
}
#logo {
	background:url(logo.png);
	top:6px;
	width:236px;
	height:109px;
	margin-left:-512px;
}
#logo img{
	margin-top:-36px;
	display:block;
	border:none;
}
#left li {
	border-top:1px dotted #FC6;
}
#left li:last-child {
	border-bottom:1px dotted #FC6;
}
#left a {
	color:#fff;
}
#left a:hover {
	background:#FC6;
}
#left_back {
	background:#C63;
	box-shadow:#300 2px 2px 4px;
}
h2 {
	font:italic bold 36px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#C63 2px 2px 0;
	margin-top:36px;
}
h3 {
	color:#fff;
	text-shadow:#C63 1px 1px;
	clear:both;
	margin-top:16px;
	font-size:24px;
}
a {
	color:#003;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
/*------------------------tab_panel------------------------*/
.tab li, .tab2 li, .tab3 li {
	list-style:none;
	float:left;
	cursor:pointer;
	background:#C63;
	border:1px solid #C63;
	margin-right:4px;
	position:relative;
	top:1px;
	color:#fff;
	display:block;
	padding:2px 8px;
}
.tab li:hover, .tab2 li:hover, .tab3 li:hover{
	background:#FFFAFF;
	color:#003;
	border-bottom:1px solid #FFFAFF;
}
.panel div, .panel2 div, .panel3 div {
	clear:both;
	background:#FFFAFF;
	border:1px solid #C63;
	padding:10px;
	width:720px;
	box-shadow:#300 2px 2px 4px;
	color:#003;
}
.tab li.selected, .tab2 li.selected, .tab3 li.selected {
	border-bottom:1px solid #FFFAFF;
	background:#FFFAFF;
	color:#003;
}
.clearfix dd{
	width:320px;
	height:240px;
	display:block;
	float:left;
	margin-right:8px;
	margin-bottom:16px;
}
/*------------------------top------------------------*/
#top h2 {
	font:italic bold 84px Arial, Helvetica, sans-serif;
	color:#fff;
	text-shadow:#C63 4px 4px;
	margin-top:16px;
}
#top h3{
	color:#fff;
	text-shadow:#C63 1px 1px;
}
#top hr {
	border:1px solid #fff;
}
#top #update{
	border:1px solid #C63;
	border-top:16px solid #C63;
	box-shadow:#300 2px 2px 4px;
	background:#FFFAFF;
	color:#003;
}
#top #progress{
	border:1px solid #C63;
	border-top:16px solid #C63;
	box-shadow:#300 2px 2px 4px;
	background:#FFFAFF;
	color:#003;
}
#top #update p{
	opacity:1;
}
#top #back{
	height:668px;
	background:url(back.jpg) no-repeat;
	top:224px;
}
/*------------------------system------------------------*/
.basic dl{
	float:left;
	width:320px;
	height:384px;
	display:inline;
	margin:0 0 0 24px;
}
.basic dl dd{
	width:320px;
}
#item dt {
	width:60px;
	height:61px;
	background:url(system/item.png);
}
#item #item2 {
	background-position:-61px 0;
}
#item #item3 {
	background-position:-122px 0;
}
#item #item4 {
	background-position:-183px 0;
}
#item #item5 {
	background-position:-244px 0;
}
#item #item6 {
	background-position:-305px 0;
}
#item #item7 {
	background-position:-366px 0;
}
#item #item8 {
	background-position:-427px 0;
}
#item #item9 {
	background-position:-488px 0;
}
#item #item10 {
	background-position:-549px 0;
}
#item #item11 {
	background-position:-610px 0;
}
#item #item12 {
	background-position:-671px 0;
}
#item #item13 {
	background-position:-732px 0;
}
#item #item14 {
	background-position:-793px 0;
}
#item #item15 {
	background-position:-854px 0;
}
#item #item16 {
	background-position:-915px 0;
}
#item #item17 {
	background-position:-976px 0;
}
#item #item18 {
	background-position:-1037px 0;
}
#item dd {
	clear:both;
	position:relative;
	top:-64px;
	left:72px;
}
/*------------------------weapon------------------------*/
#weapon .clearfix img{
	float:left;
	margin-right:8px;
}
/*------------------------enemy------------------------*/
#enemy .boss{
	height:224px;
	width:224px;
}
td {
	border:1px solid #c63;
	padding:8px;
	color:#330;
}
th {
	text-align:left;
	background:#C63;
	color:#fff;
	padding:8px;
}
table {
	width:720px;
	border-collapse:collapse;
}
table#upgrade td{
	text-align:right;
}

/*------------------------enemy_2------------------------*/
/*------------------------stage------------------------*/
.f66 li{
	background:#f66;
}
/*------------------------kuso------------------------*/
/*------------------------bug------------------------*/
/*------------------------other------------------------*/
#staff{
	text-align:center;
}
/*------------------------site_history------------------------*/</pre></body></html>