@charset "utf-8";
/* CSS Document */
* {
	padding:0px;
	margin:0px;
}
body {
	background:url(../images/bg.gif) #000000;	
}
/*---------------------------------------------------------------*/
/*---------------------------HEADINGS----------------------------*/
/*---------------------------------------------------------------*/
h1{
	text-decoration:none;  
	color:#333333;
	font-family:"Times New Roman", Times, serif;  
	font-size:25px;  
	font-variant:small-caps;
	padding:10px;
	text-align:center;
	font-weight:normal;
}
h2 {
	text-decoration:none;  
	color:#660000;
	font-family:"Times New Roman", Times, serif;  
	font-size:18px;  
	font-variant:small-caps;
	font-weight:normal;
	padding:10px;
}
/*---------------------------------------------------------------*/
/*---------------------------PARAGRAPH---------------------------*/
/*---------------------------------------------------------------*/
p{
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin-left: 25px;
	margin-right:25px;
	font-size:13px;

}
p.title {
	color:#CC3333;
	font-size:36px;
}
#small{
text-align:center;
font-size:20px;
font-family:"Times New Roman", Times, serif;
color:#990000;
}
/*---------------------------------------------------------------*/
/*---------------------------LISTS-------------------------------*/
/*---------------------------------------------------------------*/

li {
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	margin-left: 50px;
	margin-right:25px;
	font-size:15px;
	text-align:left;
}
/*---------------------------------------------------------------*/
/*---------------------------LINKS-------------------------------*/
/*---------------------------------------------------------------*/
a:link {
	color:#990000;
	font-family:"Courier New", Courier, monospace; 
	text-decoration:none;
	font-size:20px;
	font-variant:small-caps;
}
a:visited {
	color:#990000;
	font-family:"Courier New", Courier, monospace; 
	text-decoration:none;
	font-size:20px;
	font-variant:small-caps;	
}
a:hover {
	color:#990000;
	font-family:"Courier New", Courier, monospace; 
	text-decoration:none;
	font-size:20px;
	font-variant:small-caps;	
}
a:active {
	color:#990000;
	font-family:"Courier New", Courier, monospace; 
	text-decoration:none;
	font-size:20px;
	font-variant:small-caps;	
}
/*---------------------------------------------------------------*/
/*---------------------------CONTAINERS--------------------------*/
/*---------------------------------------------------------------*/
#container {
	margin: 0 auto;
	width:1006px;
}
#header {
background:#FFFFFF;
}
 
#content {
background:#FFFFFF;
}
#links {
background:#666666 url(../images/button_bg.jpg) repeat-x;
text-align:center;
}
#footer {
text-align:center;
border-top-style:solid;
border-top-width:thin;
border-color:#666;
background:#FFFFFF;
}
#banner {
text-decoration:none;
}
/*---------------------------------------------------------------*/
/*---------------------------STORY PAGE--------------------------*/
/*---------------------------------------------------------------*/
#story{
border:thin dashed;
margin:0px auto;
width:80%;
}
.storycells {
border:thin dashed;
width:33.3%;
vertical-align:top;
}
.portfoliolinks {
	color:#990000;
	font-variant:normal;
}
/*---------------------------------------------------------------*/
/*---------------------------OTHERS------------------------------*/
/*---------------------------------------------------------------*/
a:link.topanchor {
	font-variant:normal;
	font-size:15px;
margin-left:80%;
}
a:visited.topanchor {
	font-variant:normal;
	font-size:15px;
margin-left:80%;	
}
a:hover.topanchor {
	font-variant:normal;
	font-size:15px;
margin-left:80%;
}
a:active.topanchor {
	font-variant:normal;
	font-size:15px;
margin-left:80%;
}
.center{
margin: 0 auto;
width:765px;
}
/*---------------------------------------------------------------*/
/*---------------------------Links------------------------------*/
/*---------------------------------------------------------------*/
ul#menu {  
     margin:0px; padding:0px;  
 }  
 ul#menu li {  
     display:inline;  
     margin-left:12px;  
 }  
ul#menu li a {  
	text-decoration:none;  
	color:#FFF;
	font-family:"Courier New", Courier, monospace; 
	font-size:20px;  
	font-variant:small-caps;
}  
 ul#menu li a.active, ul#menu li a:hover {  
     color:#999999;
 }  
/*---------------------------------------------------------------*/
/*---------------------------Home Page Image---------------------*/
/*---------------------------------------------------------------*/
.contain {
	width:722px;
	height:256px;
	margin:0 auto;
	position:relative;
	border: 1px #CCCCCC solid;
}
#block {
	position:relative;
}
.read {
	position:absolute;
	bottom: 15px;
	left:225px;
}
#block_inside { 
	display:block; 
}
#content_area {
	width:665px;
	float:left;
}
/*---------------------------------------------------------------*/
/*---------------------------Read Button-------------------------*/
/*---------------------------------------------------------------*/
a#button {
	background:#999 url(../images/read.png) repeat-x;
	padding:10px 50px 9px 67px;
	text-decoration: none;
	font-size:9px;
	line-height:25px;	
}
a#button:hover {
	background:#990000  url(../images/read_o.png) repeat-x;
}
.gallery {
	width:550px;
	height:256px;
	margin:0 auto;
	position:relative;
	border: 1px #CCCCCC solid;
	background:#fff url(../images/slice.jpg) repeat-x;
}

.container {
	width:900px;
	height:256px;
	margin:0 auto;
	position:relative;
	border: 1px #CCCCCC solid;
	background:#fff url(../images/slice.jpg) repeat-x;
}
.container2 {
	width:900px;
	height:200px;
	margin:0 auto;
	position:relative;
	border: 1px #CCCCCC solid;
	background:#fff url(../images/slice.jpg) repeat-x;
}
.ribbon {
	position:absolute;
	top:-3px;
	right:-3px;
}
.block_inside { 
	display:block; 
	padding:10px;
	overflow:auto;
}
.image_block {
	float:left;
}
.text_block {
	float:left;
	width:430px;
	margin-top:30px;
	margin-left:30px;
	padding:20px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
}
.text_box {
	float:left;
	width:600px;
	margin-left:30px;
	padding:20px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
}
.text_box2{
	float:left;
	width:800px;
	margin-left:30px;
	padding:20px;
	background:#FFFFFF;
	border:#CCCCCC 1px solid;
}
/*---------------------------------------------------------------*/
/*---------------------------Hacks-------------------------------*/
/*---------------------------------------------------------------*/
.ie-hide
{
	_display:none;
}
#dust
{
	width:232px; 
	height:242px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chara/dust.png",sizingMethod="scale");
}
#radey
{
	width:232px; 
	height:242px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chara/radey.png",sizingMethod="scale");
}
#toadstool
{
	width:232px; 
	height:242px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chara/toad.png",sizingMethod="scale");
}
#mel
{
	width:232px; 
	height:242px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chara/mel.png",sizingMethod="scale");
}
#jav
{
	width:232px; 
	height:242px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chara/jav.png",sizingMethod="scale");
}
#orin
{
	width:232px; 
	height:242px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chara/orin.png",sizingMethod="scale");
}
#min
{
	width:232px; 
	height:242px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/chara/min.png",sizingMethod="scale");
}
.container #pro
{
	width:149px; 
	height:87px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/pro.png",sizingMethod="scale");
}
.container #ant
{
	width:149px; 
	height:87px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/ant.png",sizingMethod="scale");
}
.container #guide
{
	width:149px; 
	height:87px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/guide.png",sizingMethod="scale");
}
.container #fairy
{
	width:149px; 
	height:87px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/fairy.png",sizingMethod="scale");
}
.container #vic1
{
	width:149px; 
	height:87px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/vic1.png",sizingMethod="scale");
}
.container #vic2
{
	width:149px; 
	height:87px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/vic2.png",sizingMethod="scale");
}
.container #min2
{
	width:149px; 
	height:87px;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src="images/min.png",sizingMethod="scale");
}