@charset "shift_jis";
#container {
	min-height: 100%;　/* ポインチE */
	_height: 100%; /* for IE6 */
}
#yellow {
	background-color: #F8CD07;
	height: 20px;
	width: 100%;
	margin-bottom: 50px;
}
#menu {
	width: 100%;
	background-image: url(../images2/toumei.png);
	height: 52px;
}
#menuimg {
position:relative;
	background-image: url(../images2/toumei.png);
	height: 52px;
}
body {
background-color: #000;
width: 100%;
height: 100%;
margin: 0;
padding: 0; 
overflow: hidden;
}
#bgimg { 
position: absolute; 
z-index: -1;
}  
#contents { 
width: 100%; 
height: 100%; 
position: absolute; 
z-index: 1; 
}
#text {
	width: 500px;
	margin-top: 30px;
	margin-left: 200px;
	color: #FFF;
	padding: 20px;
	background-image: url(../images2/toumei.png);
}
#text2 {
	height: 500px;
	width: 500px;
	margin-top: 30px;
	margin-left: 200px;
	color: #FFF;
	padding: 20px;
	background-image: url(../images2/toumei.png);
	overflow:scroll;
}

#content {
	margin: 0 auto;
	padding-bottom: 30px; /* ポインチE */
}
#footer {
	height: 15px;
	margin-top: -135px;
	color: #FFF;
	text-align: center;
	width: 100%;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
html,body {
	height: 100%;　/* ポインチE */
}

table tr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #FFF;
}

.social {
 display: flex;
 justify-content: center;
 margin-bottom: 30px;
}

.social span {
 display: block;
 margin-top: 5px;
}

.wdt120 {width:120px;}
.wdt170 {width:170px;}




