@charset "EUC-JP";

@import url("structure.css");
@import url("common.css");

/* 
 * login page
 * 2007.8.1
 *
 * Color Cordination
 * Key Color: #ba0015
 *
 */
#view 
{
	
}
#view div.setBg
{
	border-top: 1px solid #333;
	background: #fff;
}

#loginBox
{
	width: 300px;
	padding: 150px 344px;
	background: #fff;
}
#loginBox div.setBorder
{
	width: 300px;
	margin-bottom: 5px;
	border: 1px solid #ccc;
}
#loginBox h1
{
	background: #666;
	padding: 5px;
}
#loginBox table.form
{
	width: 300px;
	margin: 10px auto;
}
#loginBox table.form th,
#loginBox table.form td
{
	padding: 5px;
	font-size: 120%;
}
#loginBox table.form td input
{
	font-family: Verdana, Arial, sans-serif;
}
#loginBox p.btnLogin
{
	padding: 5px;
	background: #e8e8e8;
	text-align: center;
}