#go { 
margin: 0 auto; 
width: 200px; 
}

#lean_overlay {
    position: fixed;
    z-index: 10000;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}
    #register {
    width:700px;
	padding: 30px; 
	text-align:center;
    display:none;
    line-height:18px;
	margin-top:-160px;
	font-size:12px; 
    background: #FFF;
    border-radius: 5px; 
    -moz-border-radius: 5px; 
    -webkit-border-radius: 5px;
    box-shadow: 0px 0px 4px rgba(0,0,0,0.7); 
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,0.7); 
    -moz-box-shadow: 0 0px 4px rgba(0,0,0,0.7);
}

#register p { 
color: #666; 
text-shadow: none; }

#register .title{
	font-size:18px;
	font-weight:bold;
}

/* table幅の指定・隣接するセルのボーダーを重ねて表示 */
#contents table.style {
        width: 500px;
        border-collapse: collapse;
        margin:10px auto;   
}

/* thの指定 */
#contents table.style th {
        font-weight: normal;
        background-color: #F0F0F0;
        border:1px solid #BFBFBF;
        text-align: center;
        padding: 8px;
}

/* tr tdの指定 */
#contents table.style tr td {
        width: 385px;
        background-color: #FFFFFF;
        border:1px solid #BFBFBF;
        text-align: left;
        padding: 8px;
}
        
.button {
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	background: #EB6B56; 
	border: none;
	width: 50%;
	overflow: visible;
	font-size: 1.4em;
	color: #fff;
	padding: 10px 10px; 
	border-radius: 4px; 
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 
	font-weight: bold; 
	margin:20px auto 0 auto;
}

.button a{
	text-decoration:none;
	color: #fff;
}

.modal_close{ 
  position: absolute;
  top: 12px;
  right: 12px;
  display: block; 
  width: 20px;
  height: 20px; 
  background: url(img/modal_close.png);
  z-index: 2;
}