body{
	background: lemonchiffon;
	margin:20 70;
}

.wrap{
	   
    width: 100%;
	 min-width: 750px;
    margin: auto;
    text-align:center;
    align: center;
	font-family: "ＭＳ Ｐゴシック","ＭＳ ゴシック",sans-serif;
}

em{
	font-style: normal;
	font-weight:bold;
	color: red;
}

h1{
	font:36pt;
	color: black;
}

h2{
	text-align:left;
	border-bottom: solid 3px limegreen;
	border-left: solid 28px limegreen;
	font-size:1.45em;
	text-indent: 0.5em;
}

h3{
	font-size: 15pt;
}

td p{
	margin: 0;
	font-size: 17px;
}

.h2line{
	width: 100%;
	cellspacing: 0;
	border: 0;
	cellpadding: 5;
}
h4{
	text-align: center;
	font-size: 20pt;
}

p{
	align="center";
	font-family: sans-serif;
}

.menberName{
	text-align: center;
	width: 80%;
	font-size:16pt;
	margin-left: auto;
	margin-right: auto;
	white-space:nowrap;
	border-collapse: collapse;
}

.whitespase{
	border:solid 1px none;
	padding:20px;
}

#header{
	padding: 8px;
}

#contains{
	width: 750px;
	margin: auto;
}

a{
	text-decoration: none;
}

#footer{
	border-width: 3px 0 0 0;
	padding: 15px;
	width: 750px;
	margin: auto;
	margin-top: 60px;
	border-style: solid;
	border-color: limegreen;
}

#kyouju{
	margin-top: 40px;
}

.menberName th{
	border-style: groove;
	border-width: 0px 0px 1px 0px;
	padding-bottom: 10px;
}

.menberName td{
	padding-top: 10px;
}

#window {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}

.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}

.window_inner {
    top: 50%;
    left: 50%;
    margin: -150px 0 0 -200px;
    width: 400px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
}

@-webkit-keyframes modalFadeIn {
    0% {opacity:0;display:block;}
    100% {opacity:1;}
}
 
div#popup div:target {
    -webkit-animation-name: modalFadeIn; 
    -webkit-animation-duration: 0.3s;
    -webkit-animation-iteration-count: 1;
    opacity: 1;
    display:block;
}

#wrongpass{
	color: red;
	font-weight: bold;
}