@charset "utf-8";
body {
	padding: 0;
	text-align: center; /* これにより、IE 5* ブラウザではコンテナが中央揃えになります。そして、テキストは、#container セレクタの初期設定である左揃えに設定されます */
	color: #000;
	background: #000 url(images/bg_jigen.jpg) right bottom no-repeat;
	-webkit-text-size-adjust: 100%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
	font-size: 100%;
}

img {border:0;
}
p{
	margin: 0;
	padding: 0;
}

a{
	text-decoration: none;
	color: #666;
}

.contant {
	width: 950px;
	margin: 0 auto;
	position: relative;
}
.mainBox {
	background: url(images/main.jpg) 0 0 no-repeat;
	height: 992px;
	position: relative;
}
.mainBox a {
	display: block;
	width: 318px;
	height: 80px;
	position:absolute;
	bottom: 100px;
	right: 30px;
}
.pngBox {
	position: relative;
	z-index: 1000;
}
.bgKekkon {
	position: absolute;
	bottom: 512px;
	left: -168px;
	z-index: 10;
}
.dankonLeft {
	position: absolute;
	top: 368px;
	left: -107px;
	z-index: 10;
}
.dankonRight {
	position: absolute;
	top: 615px;
	right: -47px;
	z-index: 10;
}



#container  {
	width: 950px;
	text-align: left; /* この設定は body エレメントの text-align: center より優先されます。 */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#header  {
	background: #DDDDDD;  /* この余白は、その下に表示される div のエレメントの左揃えと一致します。#header でテキストの代わりにイメージが使用される場合は、必要に応じて、余白を削除してください。 */
	background-color: #FFF;
	height: 49px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 10px;
	font-size: 12px;
}

#header_top {
background-image: url(images/id.jpg);
background-repeat: no-repeat;
float: left;
width: 970px;
height: 60px;
margin: 0;
padding: 0;
}
#header .discrp   {
	padding-top: 18px;
	padding-left: 180px;
}
#container #header #social{
	float: right;
	text-align: right;
	z-index: 2;
	position: relative;
	top: -20px;
	display: block;
	padding-top: 5px;
}
#container #header #social #sbutton {
	display: block;
	float: right;
	padding-right: 20px;
	width: 100px;
}

#container #header .logo  {
	float: left;
	padding: 5px;
}
#header h1  {
	margin: 0; /* #header div の最後のエレメントのマージンを 0 に設定することにより、マージンの相殺（div 間の原因不明のスペース）が回避されます。div の周囲に境界線が適用されている場合は、境界線によってマージンの相殺が回避されるため、この操作は不要です */
	padding: 0px 0; /* マージンの代わりに余白を使用して、エレメントを div の端に接触しない位置に維持することができます */
}


#footer{
	height: 100px;
	padding: 0;
	clear: both;
	color: #000;
	bottom: 0;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	text-align: center;
	background-color: rgba(51,51,51,0.2);
}

#footer_menu{
	list-style: none;
	height: 10px;
	text-align: center;
	padding-left: 160px;
}
#footer_menu li{
	float:left;
	font-size:12px;
	margin:0 0 0 15px;
	padding:0;
	line-height:1.3em;
	text-align:center;
	text-decoration:underline;
}

#page_top p{
	margin:0;
	padding:0;
	float:right;
}
#page_top{
	 width:950px;
	 height:30px;
 }
