@charset "euc-jp";
* {
	margin: 0;
	padding: 0;
	border: none;
}
/* Á´ÂÎ */
#container {
	margin: 0 auto;
	font-family: "£Í£Ó ¥´¥·¥Ã¥¯", Verdana, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS UI Gothic", Osaka;
	font-size: 12px;
	line-height: 22px;
	color: #000000;
	padding: 50px 20px;
	text-align: left;
}
#left {
	width: 267px;
	height: 309px;
	float: left;
	background: url(https://xxx.dtiblog.com/images/auth_left.jpg) no-repeat top;
}
#center {
	width: 283px;
	height: 363px;
	float: left;
	margin-top: 100px;
	background: url(https://xxx.dtiblog.com/images/auth_ctr.jpg) no-repeat bottom;
}
#right {
	width: 320px;
	background: url(https://xxx.dtiblog.com/images/auth_right.jpg) repeat-x;
	float: left;
	padding: 14px;
}
h1 {
	color: #ffffff;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}
h2 {
	color: #ffffff;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
}
#right p {
	margin-top: 10px;
	text-align: center;
}
.text {
	height: 150px;
	overflow: scroll;
	font-size: 11px;
	margin: 10px 10px 20px 10px;
	padding: 10px;
}
.text ul {
	line-height: 16px;
	margin: 10px;
}
.text ul li {
	margin-left: 16px;
}
.btn a {
	float: left;
	width: 137px;
	height: 16px;
	margin: 10px;
	font-weight: bold;
	font-size: 14px;
	padding: 20px 0;
	text-align: center;
}
.btn a:link, .btn a:visited {
	background: url(https://xxx.dtiblog.com/images/auth_off.jpg) no-repeat;
	color: #ffffff;
	text-decoration: none;
}
.btn a:hover, .btn a:active {
	background: url(https://xxx.dtiblog.com/images/auth_on.jpg) no-repeat;
	color: #ffffff;
	text-decoration: underline;
}

