@charset "UTF-8";

html, body {
	height:100%;	
	}
	
body {
	background-color: #3C5135 ;
	color:#FFFFFF;
	min-height: 100% ;
	font-family:Tahoma, Geneva, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:1rem;
	line-height:1.2;
	}
	
#wrapper {
	min-height:100%;
	height:100%;
	position:relative;
	}
	
#banner {
	padding: 10em 0 ;
	background-image:url(../images/todeo_logo.png) ;
	background-repeat:no-repeat;
	background-position:center center;
	background-size:205px 80px;
	height:80px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	}
	
#footer {
	margin: 0 0 0.5em ;
	padding: 0 ;
	height:auto;
	width:100%;
	position:absolute;
	bottom:0;
	}
	
#footer p {
	color: #C7C8BC ;
	margin: 0 ;
	padding: 0.5em 0 ;
	font-size:0.7rem;
	line-height:1.2;
	text-align:center;
	}

a:link, a:visited, a:hover, a:active { color: #FFFFFF; }