﻿html, body { 
	margin: 0; padding: 0;
	background: #666;
}
form {
	margin: 0; padding: 0;
}
a {
	outline: none;
}
#panel_bg {
	position: absolute; left: 50%; top: 80px; margin-left:-430px;
	width: 860px; height: 320px; overflow: hidden;
	background: #fff; border: 1px solid #aaa;
	box-shadow: 3px 3px 10px #000;
}
#company_logo {
	position: absolute; left: 60px; top: 40px;
	width: 740px; height: 60px; overflow: hidden;
	background: url(../images/account/app_logo_type2s.png) no-repeat left top;
	border-bottom: 1px solid #ccc;
}
#title {
	position: absolute; left: 320px; top: 48px;
	font: italic normal bold 20px/20px Arial; color: #c00;
}
#msg {
	position: absolute; left: 60px; top: 120px;
	width: 740px; height: 100px; overflow: hidden;
	white-space: normal;
	font: normal normal normal 12px/20px 'Meiryo UI','MS UI Gothic',Arial,sans-serif; color: #333;
}
#panel_bg a {
	position: absolute; left: 60px; bottom: 40px;
	width: 740px; text-align: center;
	font: normal normal normal 14px/14px Arial,sans-serif; color: #00f;
}
