@charset "utf-8";
/******************** login ********************/
.text {
	margin: 0 10px;
}
p.login {
	margin: 20px 0 10px 5px;
}
p.login a {
	background: url(/wp-content/uploads/2025/08/login_button.png) no-repeat top left;
	display: block;
	width: 780px;
	height: 60px;
	text-indent: -1000px;
	overflow: hidden;
}
p.login a:hover {
	background-position: 0 -60px;
}
p.mail {
	background: #444;
	text-align: center;
	color: #fff;
	font-weight: bold;
	line-height: 25px;
}
div.mail {
	background: #f6f6f6;
	padding: 8px 15px;
}
div.mail blockquote {
	margin-left: 10px;
}


/********************
*html  Internet Explorer6.0
*:first-child+html  Internet Explorer7.0
html>body  Firefox
html:first-child  Safari & Opera
html:not(:only-child:only-child)  Google Chrome
********************/