div#title {
	height: 100px;
	border: 1px #ccaacc solid;
/*	margin: 50px 0px 0px 50px;*/
	padding: 50px 20px 20px 20px;
	background-color: #ffeeff;
	color: #331133;
}
div#title h1 {
    font-size: 30px;
    }
div#title h1.en {
    font-size: 20px;
    }
div#screen {
    margin: 50px 0px 0px 0px;
}
@media screen and (min-width: 600px ){
    div#screen {
	width: 600px;
	margin: 50px 0px 0px 30px;
    }
}
div#login {
	height: 30px;
	border-bottom: 1px #aaccaa solid;
	border-left: 1px #aaccaa solid;
	border-right: 1px #aaccaa solid;
/*	margin: 0px 0px 0px 50px;*/
	padding: 30px 20px;
	background-color: #eeffee;
	color: #331133;
	text-align: center;
}
div#login a {
    font-size: 20px;
}
address {
    padding: 10px 0px;
    font-size: 80%;
    font-style: normal;
}