@charset "utf-8";
/* CSS Document */

* {
	margin: 0; 
	padding: 0;
	font-style:normal;
	}
body {
	font: 100% "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	line-height:1.4;
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #fff;
	background:#000;
}
#wrapper {
	width: 890px; 
	height:500px;
	margin: 0 auto;
	text-align: left;
	background:#e84191;
	
}


#header {
	width: 890px; 
	height:172px;
	margin: 0 auto;
	text-align: left;
	padding-left:10px;
	background:url(../img/header.jpg) no-repeat bottom left;
}
#header h1 {
	margin: 0;
	font-size:12px;
	color:#ffffff;
}


#mainContent {
	height:564px;
	width:890px;
	background:url(../img/contents1.jpg) no-repeat top left;
	padding-bottom:20px;
}


#footer {
	clear:both;
	padding: 0 10px; 
}
#footer p {
	margin: 0; 
	padding: 0; 
	font-size:10px;
	color:#ffffff;
}

a img{
	border:none;
	
	}
	
.float-clear {
	font-size: 0px;
	color: #FFF;
	clear: both;
}
	
a {
	color:#000;
	
	}	
	
a:hover {
	text-decoration:none;
	}		