@charset "Shift_JIS";

/************************************************************************
	01 : W
************************************************************************/
#main-contents{
	width:505px;
	height:auto;
	padding:0;
	margin:50px auto 60px auto;
	text-align:left;
}
#user-login-title{
	width:490px;
	text-align:left;
	float:left;
	height:19px;
	margin:0;
	padding:3px 0 0 10px;
	background:url(../../images/user/title_bg.gif) no-repeat;
}
#user-box{
	width:500px;
	float:left;
	padding:0;
	margin:10px 0 5px 0;
	background-color:#FFFF99;
	border-style:solid;
	border-width:1px;
	border-color:#666666;
}
#user-box-header{
	width:490px;
	padding:4px 0 0 10px;
	margin:0;
	height:18px;
	background:#FF9900
}
#user-box-main{
	text-align:center;
	width:500px;
	padding:10px 0 10px 0;
}

#user-box-input{
	text-align:right;
	margin:15px auto 15px;
	width:363px;
}

#list-bar{
	float:left;
	width:560px;
	height:22px;
	margin:10px 0 0 0;
	padding:0 0 0 10px;
	background:url(../../images/bar.gif) no-repeat;
}
#user-login-btn{
	float:left;
	width:502px;
	height:22px;
	text-align:center;
	margin:0 0 50px 0;
	padding:1px 0 0 0;
	background-color:#CCCCCC;
}
#user-info{
	float:left;
	margin:10px 0 60px 0;
	padding:10px 0 10px 0;
	width:500px;
	height:auto;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #999999;
	border-bottom-color: #999999;
}
	
