@charset "utf-8";

html {
	height:	100%;
	padding:	0px;
}
body {
	width:	100%;
	height:	100%;
	background:	url(back_body.png);
	color:		#333333;
	font-family:	"メイリオ", Meiryo, Osaka, "ＭＳ ゴシック", "MS Gothic", sans-serif;
	font-size:	12px;
	line-height:	1.8em;
	margin:	0 auto;
	padding:	0px;
	position:	relative;
	text-align:	center;
}

div#container {
	width:	100%;
	height:	100%;
	text-align:	center;
}
div#message_body {
	width:	70%;
	background-color:	#fff;
	border-radius:	10px;
	-webkit-border-radius:	10px;
	-moz-border-radius:	10px;
	margin:	20px auto;
	padding:	20px;
	text-align:	left;
}
h1#system_title {
	margin-top:	0px;
}
h2,h3 {
	margin:	5px 0px;
}
p#sub_message {
	min-height:	200px;
}
hr {
	border-top:	1px solid rgba(0, 0, 0, 0.1);
	border-bottom:	1px solid rgba(255, 255, 255, 0.3);
}

a {
	padding:0px;
	color:#2E69A4;
}
a:link{
	border-bottom:1px dashed #AAAAAA;
	text-decoration:none;
}

a:visited{
	border-bottom:1px dashed #AAAAAA;
	text-decoration:none;
}
a:hover{
	border-bottom:1px solid #999999;
	text-decoration:none;
}

a:active{
	border-bottom:1px solid #999999;
	text-decoration:none;
}
