@charset "utf-8";
/* CSS Document */

/*
-----------------------------------------------
Paselabo Screen Master
Author:   Newton_SPR
Version:  01
----------------------------------------------- */
/*Hide from IE5-mac\*/
*html{height: 1%;}
/*End hide from IE5-mac*/
/*
-----------------------------------------------
001.initialize
----------------------------------------------- */
* { 
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-style: normal;
  }

div,p {
  padding: 0;
  margin: 0;
  }
hr {
  display: none;
  }

ul {
	list-style-type:none;
	list-style-position: outside;
	padding:0;
	margin:0;
	}

img{
	vertical-align: bottom;
	line-height:0;
	}
	
iframe {
	border:none;
	}
/*
-----------------------------------------------
002.text
----------------------------------------------- */
body {
	font:"ＭＳ ゴシック", "Osaka－等幅";
	font-size:10px;
	color:#555555
	}
#header h2 {
	color:#eee;
	}
a {
	color:#555555;
	text-decoration: none;
	}
a:visited {
	color:#555555;
	}
a:hover img {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	}
.end {
	color:#990000;
	}
#sekirei a{
color:#FF6600;
text-decoration:underline;
}