@charset "utf-8";
/* CSS Document */
/* HEADER
----------------------------------------------------------- */
#header{
  position:relative;
  width:100%;
  box-shadow:0 0 12px rgba(0,0,0,.75);
  z-index:999;
}
#wrapper .head_wh{
  background:#fff;
}
#wrapper .head_bk{
  background:#000;
}
#wrapper .head_bl{
  background:#19a9eb;
}
#header_inner{
  width:980px;
  height:40px;
  margin:0 auto;
  zoom: 1;
}
#header_inner h1{
  float:left;
}
#header_inner h1 a{
  text-indent:100%;
  white-space:nowrap;
  overflow: hidden;
  display:block;
  height:40px;
  width:49px;
  margin-right:15px;
  background:url(/images/logoNewgin_s.png) no-repeat;
}
#header_inner .fb,
#header_inner .tw{
  float:right;
  margin-top:10px;
  overflow:hidden;
}
#header_inner .tw{
  margin-right:10px;
}
.fb-like span {
  vertical-align: top !important;
}

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; }
html {
  min-height: 100%;
  position: relative;
}
body {
	width: 100%;
	overflow:hidden;
	background-image:url(../images/bg.gif);
	background-position: top center;
	background-repeat:repeat;
	background-color:#fff;
	border:15px solid #e62333;
	-webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}
.container {
	width: 980px;
	margin: 0 auto 0 auto;
}
.logo {
	float: left;
	width: 100%;
	display: block;
	margin: 10px 0 0 10px;
}
.title {
	float: left;
	width: 100%;
	text-align: center;
	display: block;
	margin: 30px 0 10px 0;
}
.contents{
	float: left;
	width: 100%;
	padding:0 0 15px 0;
	text-align:center;
	display: block;
}
.contents img{
	width: 930px;
	height:618px;
}
.contents01{
	background-image:url("../images/obi.gif");
	background-position: top center;
	background-repeat:repeat-x;
	float: left;
	height:245px;
	width: 100%;
	padding:0 0 30px 0;
	text-align:center;
	display: block;
}
.contents01 img{
	width: 651px;
	height:226px;
}
.contents02{
	background-image:url("../images/con01_pc.png");
	background-position: top center;
	background-repeat:no-repeat;
	float: left;
	height:733px;
	width: 100%;
	padding:0 0 0 0;
	text-align:left;
	display: block;
	position: relative
}
.contents02 img{
	position: absolute;
	top:310px;
	left:645px;
}
.bo{
	clear: both;
	width: 1024px;
	margin:0 auto;
}
.cta{
	float: left;
	text-align:center;
	height:89px;
	width: 252px;
	padding: 50px 20px 50px 250px;
	margin: 0 0 0 0;
}
.cta img{
	height:89px;
	width: 252px;
}
.cta01{
	float: left;
	text-align:center;
	height:89px;
	width: 252px;
	padding: 50px 0 50px 0;
	margin: 0 0 0 0;
}
.cta01 img{
	height:89px;
	width: 252px;
}
footer{
	clear:both;
	width: 100%;
	text-align:center;
	font-size:8pt;
	padding:10px 0;
	color: #000;
	}