@charset "utf-8";
/* CSS Document */
a {outline:none;}
area:link{outline:none;}
area:active{outline:none;}
area:visited{outline:none;}
a img {outline:none;}
a:focus, button:focus { outline: none; }
body {
	width: 100%;
	overflow:hidden;
	background-image:url(../images/bg01.gif);
	background-position: top center;
	background-repeat:no-repeat;
	background-color:#fff;
}
#wrapper {
	width: 100%;
	margin: 0 auto 0 auto;
}

header{
  background:#cc0000;
  height:60px;
}
header h1.head_wh{
  background:#fff;
}
header h1.head_bk{
  background:#000;
}
header h1.head_bl{
  background:#19a9eb;
}
header h1 a{
  display: block;
  height:50px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  background:url(/images/logoNewgin.png) no-repeat center;
  background-size: auto 40px;
}

.title {
	display:block;
	width:100%;
	height:auto;
	text-align: center;
	margin:0 0 0 0;
}
.title img{
	max-width: 100%;
	height:auto;
}
.contents{
  	position: relative;
	display:block;
	width: 100%;
	height:auto;
	padding:0 0 0 0;
	text-align:center;
	display: block;
	margin-bottom: -7px;
}
.contents img{
	width: 100%;
	height:auto;
}
.cta{
	float: left;
	text-align:center;
	height:auto;
	width: 100%;
	padding: 0 0 0 0;
	margin: 5% 0 5% 0;
}
.cta img{
	max-width: 80%;
	height:auto;
}
footer{
	clear:both;
	width: 100%;
	background-color:#000;
	text-align:center;
	font-size:7pt;
	padding:2% 0;
	color:#b2b2b2;
}