<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

body,
h1,h2,h3,h4,h5,h6,p,
ul,ol,li,dl,dt,dd,
form,fieldset,legend,pre,blockquote {
	margin:0px;
	padding:0px;
}

ul,li {
	list-style:none;
}

table {
	border:0px;
}

img {
	margin:0px;
	padding:0px;
	border:0px;
}

body {
	margin:0px;
	padding:0px;
	font-size:12px;
	font-family:"lr oSVbN", Osaka,sans-serif;
	color:#333333;
	line-height:1.4;
	background-color:#F7F6F4;
	background-image: url(../images/auth/bg_body.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

#wrap{
	background-image: url(../images/auth/bg_wrap.gif);
	background-repeat: repeat-x;
	background-position: left top;
	width: 100%;
}

#header{
	width: 908px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/auth/bg_head.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	padding-top: 182px;

}

#contents{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(../images/auth/bg_contents.gif);
	background-repeat: no-repeat;
	background-position: center top;
	vertical-align: top;
	margin-top: 0px;

}

.cmtbox{
	padding-top:30px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;
}

#contents table{
	padding: 0px;
	width: 820px;
	margin-right: auto;
	margin-left: auto;

}

#contents table td{
	text-align: right;
}
#contents table td.left div{
	text-align:left;
	border:solid 1px #CCCCCC;
	background-color:#FFFFFF;
	padding:10px;
	margin-left:42px;
	margin-bottom:10px;
}
.copy{
	width: 820px;
	margin-right: auto;
	margin-left: auto;
	text-align:right;
	padding-top:40px;
	padding-bottom:20px;
}
.auth_box{
	width:700px;
	margin:0 auto;
	margin-bottom:40px;
	background-color:#EFEFEF;
	padding:15px;
	border:solid 1px #CCCCCC;
}
.auth_box2{
	width:650px;
	margin:0 auto;
	background-image: url(../images/auth/bg_auth.jpg);
	margin-top:20px;
}
.auth_box2 .btm{
	background-image: url(../images/auth/bg_authbtm.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}
.auth_box2 .btm .in{
	padding:10px;
}</pre></body></html>