@charset "utf-8";

/******************************************************

grass-hair
last mod 100223

*****************************************************/




/*****************************************************

structure 

*****************************************************/

img.maximage,
img.bgmaximage,
img.slidemaximage{display:none; }

/*.maximage_resized {background:#ccc;top:20px;opacity:0.8;padding:10px;position:absolute;right:15px;}*/

.home .maximage,
img.bgmaximage{position:fixed !important; }



*{
	padding: 0;
	margin: 0;
}


html{
	overflow-x: hidden;
	overflow-y: scroll;
}


body{
	height: 100%;
	padding: 0;
	margin: 0;
	font-family: Meiryo,'Hiragino Kaku Gothic Pro',sans-serif;
	font-size: 12px;
	color: #000;
	line-height: 160%;
	text-align: center;
	background: #000;
}


a:link{
	color: #c00;
	text-decoration: none;
}


a:visited{
	color: #c00;
	text-decoration: none;
}


a:hover{
	text-decoration: underline;
}



img{
	padding: 0;
	margin: 0;
	border: none;
}




ul{
	list-style: none;
}



hr{
	clear: both;
	padding: 0;
	margin: 0;
	visibility: hidden;
}



.cr{
	clear: both;
	padding: 0;
	margin: 0;
}


/*****************************************************

wrapper

*****************************************************/

#wrapper{
	width: 900px;
	text-align:left;
}



/*****************************************************

navi

*****************************************************/




#navi{
	width: 70px;
	float:left;
	position:fixed;
	bottom:60px;
	left:60px
}




/*****************************************************

container

*****************************************************/

#container{
	height: 200px;
	width: 900px;
	text-align: center;
}


/*****************************************************

footer

*****************************************************/


#footer{
	height: 20px;
	width: 900px;
	margin: 0;
	text-align: center;
}




#credit{
	margin: 0 auto;
}


