@charset "utf-8";

@import "forie6.css";

	* {
		margin: 0;
		padding: 0;
	}
	
	body {
		font: 80%/1.5 "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
	}
	
	#dummy {
		background: #ccc;
		color: black;
		text-align: center;
		line-height: 1000px;
	}
	
	h1 {
		border-bottom: solid 1px #aaa;
		font-size: 150%;
		margin-bottom: 20px;
	}
	
	#wrap {
		background: gray;
	}
	
	#container {
		background: white;
		color: #666;
		margin: 0 auto;
		padding: 15px 15px 30px;
		width: 800px;
	}
		#container p {
			margin-bottom: 1em;
		}
	
	#footer {
		background: url(bg_footer.png) left top repeat-x;
		position: fixed;
		overflow: hidden;
		left: 0;
		bottom: 0;
		padding: 5px;
		width: 100%;
		height: 15px;
		-webkit-transition-property: all;
		-webkit-transition-duration: .3s;
		-webkit-transition-timing-function: ease-in-out;
	}
		#footer:hover {
			height: 150px;
		}
		
		#footer .footerList li {
			display: inline;
			margin-right: 5px;
		}
		
		#footer a {
			color: white;
		}
			#footer a:hover {
				color: black;
			}
			
		#footer #tab {
			color: white;
		}