@charset "UTF-8";

	hrml {
		height:100%;
	}
	
	body {
	font: 100%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	width: 100%;
	height:100%;
	}
	
	#wrapper {
		background-image:url(images/igual_bgimg.jpg);
		background-position:center top;
		background-repeat:no-repeat;
		-moz-background-size:cover;
		background-size:cover;
		width: 100%;
		height:100%;
		min-height: 100%;
		margin-right: auto;
		margin-left: auto;
		margin: 0;
	}
	#header{
		width: 600px;
		height:100%;
		margin-right: auto;
		margin-left: auto;
		padding-top:100px;
		opacity: 0.75;
	}
	#contents {
		background-color:rgba(255,255,255,0.75);
		width:600px;
		height:100%;
		margin:50px auto 50px;
		padding-top:40px;
	}
	#footer{
		margin:auto;
		margin-top:10px; 
		height:100%;
	}
	.aboutme {
		border: 5px solid #fff;

	}
		
	.button {
		width:129px;
		height:38px;
		background-color:#0CF;
		color:#333;
		padding:20px;
		opacity: 0.85;
	}
	.button:hover {
		background-color:#39F;
	}
	.text-area1 {
		line-height:45px; 
		font-size:12px;
		text-align:center;
		position:relative;
	}
	.info {
		margin-left:auto; 
		margin-right:auto;
	}

	h1 {
		margin:0 auto;
		padding:80px;
		background:#FFF;
	}
	.relative {
    position: relative;
	}
	.button1 {
		background-color:rgba(0,153,255,1);
		border-radius: 3px;
		display: block;
		width: 390px;
		height: 50px;
		line-height: 50px;
		font-size:12px;
		color:#FFF;
		text-align: center;
		text-decoration: none;
		outline: none;
		margin:auto;
		opacity: 0.8;
	}
	.button1:hover {
		background:#06F
	}