body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

img{
	border:none;
}


ol,ul,li { 
	    list-style:none; 
} 

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	position:absolute;
	z-index: 5;				/* Place the new body above the background image */
	overflow:auto; 			/* restore scrollbars for the content */
	height:100%;
	width:100%;	/* Make the new body fill the screen */
	left: -4px;
	top: -3px;
}

/* 
	The following CSS code is for illustrative purposes, and is NOT necesarry for the fullscreenr plugin to work
*/
#top_menu {
	width:180px;
	height:100%;
	color:#fff;
	font-family:Verdana;
	font-size:10px;
	background:#000;
	position:absolute;
	top: 0px;
	left:10px;
	text-align:center;
	padding:0;
}

#top_menu ul{
	margin:4px;
	padding:0;
}


#top_menu li{
	list-style:none;
	margin:0;
	padding:0;
}

#feed{
	width:180px;
	height:auto;
	padding:0;
	background-color:#000000;
	color:#FFFFFF;
	font-size:12px;
	text-align:left;
}

#feed h3{
	background:url(../img/news.png) no-repeat 15px 0px;
	height:37px;
	margin:0;
	padding:0;
}


#feed ul{
	margin:10px;
	padding:0;
}

#feed li{
	margin:4px;
	padding:2px;
	border-bottom:#FFFFFF 1px dotted;
}

#feed a{
	color:#FFFFFF;
	font-size:12px;
	text-decoration:none;
}


  
  
/*マウスの動きに関するリンクイメージ*/
#top_menu li a:hover img {
	filter: Alpha(opacity=70);
	opacity:0.7;
}

#top_footer {
	width:100%;
	color:#fff;
	font-family:Verdana;
	font-size:10px;
	background:#000;
	position:absolute;
	bottom: 0px;
	text-align:right;
	padding:6px 0;
}

	#top_footer a {
		color:#fff;
		font-family:Verdana;
		font-size:10px;
		text-decoration:none;
	}

	#top_footer a:hover {
		background:#fff;
		color:#000;
	}
