




body{
                   background: url(../images/top/background_image.png) no-repeat;
                   background-size: cover;
                   height: 100%;
                   overflow: hidden;
    
    
}

#door_midashi{
    
                font-size: 28px;
                text-shadow: 1px 1px 0 #000;
                color: #ff99ff;
                margin-top: 200px;
    
    
}


#main{
                background-color: #ffffff;
                border-radius: 10px;
                border: 2px solid forestgreen;
				text-align: center;
				width: 300px;
				height:250px;
				margin-left: auto;
				margin-right: auto;
                margin-top: 30px;
				overflow: hidden;
	
	
	
	}
	
#logo{
	
				background: url(../images/common/flag_rogo.png) no-repeat center;
				width: 100px;
				height: 100px;
				margin-left: auto;
				margin-right: auto;
                margin-top: 30px;
	
	
	
	}




#main_menu{
                background-color: #ffffff;
				width: 300px;
				height: 200px;
				text-align: center;
				margin-left: auto;
				margin-right: auto;
                overflow: hidden;
	
	
	}


#enter_button{
                text-align: center;
                margin-left: auto;
                margin-right: auto;
                margin-top: 10px;
                overflow: hidden;
    
    
}


#btn a{
    font-size: 16px;
    text-decoration: none;
    display: block;
    
    
    
}

#btn a:hover{
    
    color: #d3d53d;
    
}


	

.line-it-button{
    
    
    margin-top: 10px;
}