@charset "utf-8";

		html {
			height:100%;
			overflow:hidden;
		}
		
		body {
			height:100%;
			margin:0;
			padding:0;
			background:#000;
		}

		#flashcontent {
			height: 93%;
			z-index: 100;
		}
		
		
		
		#attention { color:#666; font-size:80%; text-align:center; margin:0 10%; padding:30px; border:10px #eee solid; background:#fff; }
		#attention h1, #attention h2 { color:#333; }
		#attention img { border:0; }
		#attention p { text-align:left; }
		#attention p.appendix { text-align:center; }
		#attention a { color:#c00; }
		#attention a:visited { color:#600; }
		#attention a:hover { color:#c00; }
		#attention a:active { color:#c00; }
		
		
		#works{
			height:100%;
			position: relative;
		}
		
		#global-navi{
		  margin: 0;
		  padding: 0;
		  position: absolute;
		  bottom: 0;
		  width: 100%;
		  _position: static; 
		}
		#menu{
		  padding-left: 30px;
		}
		#id{
		  padding-right: 60px;
		 _margin-right: 15px;
		  
		}
