*	{
	margin: 0;
	padding: 0;
	}

html, body	{
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 100%;
	}

body	{
	background: #dfd2dd;
	color: #393939;
	font-family: Arial;
	font-size: 11px;
	line-height: 0;
	height: 100%;
	}


#wrapper	{
	height: 100%;
	}




#footer {
	width:100%;
	height:auto;
	background:#ff6699;
	text-align:right;
	line-height:44px;	
	color:#333333;

	}

#footer a{ color:#333333; }

.shell {
	width:800px;
	margin:0 auto;
	}


/* GENERAL --------------------------------------------------------*/
 table	{
	border-collapse: collapse;
	}

.fr	{
	float: right;
	}

a	{
	outline: none;
	text-decoration: none;
	}

.clear	{
	clear: both;
	font-size: 0px;
	height: 0;
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	}

img	{
	border: 0;
	}

p	{
	margin: 0px;
	padding: 0px;
	}

form	{
	margin: 0;
	padding: 0;
	}

	.line	{
	border-top: 1px solid #dcdada;
	font-size: 0px;
	height: 1px;
	line-height: 0px;
	margin: 20px 0;
	padding: 0;
	}

	.font11	{
	font-size: 11px;
	}




/*  LOGIN -------------------------------------------------------------------------------- */	
#login-bg	{
	}

#login-holder	{
	margin: 70px auto 0;
	width: 800px;
	}

#loginbox	{
	background: url(../images/login_bg.png) no-repeat;
	font-size: 12px;
	height: 610px;
	line-height: 12px;
	padding-top: 10px;
	position: relative;
	width: 800px;
	}

#forgotbox	{
	background: url(../images/login_bg.png) no-repeat;
	font-size: 12px;
	height: 610px;
	line-height: 12px;
	padding-top: 10px;
	position: relative;
	width: 800px;
	}

#login-inner	{
	color: #5f0e12;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 14px;
	margin: 290px auto 0;
	width: 500px;
	}

#login-inner label	{
	color: #5f0e12;
	font-size: 11px;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	 
	}

	.checkbox-size	{
	width:18px;
	height:18px;
	margin: 0px 0;
	}
	
#login-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 95px;
	}

#login-inner td	{
	padding: 0 0 6px 0;
	}

.login-inp	{
	background-color: #fff;
	border: double;
	color: #5f0e12;
	font-size: 16px;
	height: 28px;
	padding: 6px 6px 0 10px;
	width: 380px;
	}



a.forgot-pwd	{
	bottom: 70px;
	color: #5f0e12;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	position: absolute;
	right: 140px;
	}

a:hover.forgot-pwd	{
	color: #347d39;
	}


#forgotbox-text	{
	color: #5f0e12;
	font-family: Tahoma;
	font-size: 13px;
	font-weight: bold;
	line-height: 14px;
	margin: 0 auto 40px auto;
	width: 500px;
	}

#forgot-inner	{
	color: #5f0e12;
	font-family: Tahoma;
	font-size: 13px;
	line-height: 14px;
	margin: 0 auto;
	width: 500px;
	}

#forgot-inner label	{
	color: #5f0e12;
	cursor: pointer;
	font-family: Tahoma;
	font-weight: bold;
	line-height: 12px;
	padding-left: 10px;
	}

#forgot-inner th	{
	padding: 0 0 6px 0;
	text-align: left;
	width: 110px;
	}

#forgot-inner td	{
	padding: 0 0 6px 0;
	}

a.back-login	{
	bottom: 70px;
	color: #5f0e12;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	line-height: 13px;
	padding: 0 0 0 10px;
	position: absolute;
	right: 40px;
	}

a:hover.back-login	{
	color: #347d39;
	}

.submit-login	{
	background: url(../images/submit_login.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 39px;
	text-indent: -3000px;
	width: 173px;
	}

.submit-login:hover	{
	background: url(../images/submit_login.gif) no-repeat 0 -40px;
	}

.submit-login01	{
	background: url(../images/submit_login01.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 39px;
	text-indent: -3000px;
	width: 173px;
	}

.submit-login01:hover	{
	background: url(../images/submit_login01.gif) no-repeat 0 -40px;
	}

.submit-forgot	{
	background: url(../images/submit_forgot.gif) no-repeat;
	border: none;
	cursor: pointer;
	display: block;
	height: 39px;
	text-indent: -3000px;
	width: 173px;
	}

.submit-forgot:hover	{
	background: url(../images/submit_forgot.gif) no-repeat 0 -40px;
	}
