﻿@charset "utf-8";

/* --------------------------------------------------------------
 login.css
-------------------------------------------------------------- */

/* html,body,form
-------------------------------------------- */
body{
background-color:#85b285;
}

/* wrapper
-------------------------------------------- */
#wrapper{
width:100%;
height:735px;
background-image:url('../../images/bg_login.gif');
background-repeat:repeat-x;
background-color:#85b285;
}


/* contents
-------------------------------------------- */
#contents{
width:672px;
height:428px;
margin-left:auto;
margin-right:auto;
background-image:url('../../images/bg_loginwhite.jpg');
background-repeat:no-repeat;
}


/* loginform
-------------------------------------------- */
dl#loginform{
width:310px;
height:263px;
margin-top:51px;
margin-right:32px;
padding-top:47px;
padding-left:20px;
float:right;
background-image:url('../../images/bg_loginform.gif');
background-repeat:repeat-x;
}

dl#loginform dt{
width:128px;
height:25px;
float:left;
padding-left:2px;
color:#ffffff;
font-weight:bold;
}

/* ---- パスワードを忘れたら ---- */
dl#loginform dt#passcheck{
width:140px;
height:19px;
padding-top:3px;
padding-right:30px;
float:right;
font-size:12px;
text-align:right;
background-image:url('../../images/logo_passforget.gif');
background-repeat:no-repeat;
background-position:4% 55%;
}

dl#loginform dt#passcheck a:link{
color:#ffffff;
font-weight:normal;
}

dl#loginform dt#passcheck a:visited{
color:#ffffff;
}

dl#loginform dt#passcheck a:hover{
color:#efa300;
}

dl#loginform dd{
margin-bottom:26px;
}

/* ---- inputを角丸にする ---- */
dl#loginform dd input.inputform_login{
width:276px;
height:22px;
padding-left:10px;
}

/* ---- ログインボタン部分 ---- */
dl#loginform dd#loginbtn{
width:290px;
text-align:center;
margin-top:39px;
}


/* nfrimomark
-------------------------------------------- */
#nfrimomark{
width:97%;
height:42px;
background-image:url('../../images/logo_nfrimomark.jpg');
background-repeat:no-repeat;
background-position:100% 0%;
margin-top:225px;
margin-left:auto;
margin-right:auto;
}

/* invoice */
#invoice{
width:590px;
height:25px;
padding-left:5px;
margin-left:auto;
margin-right:auto;
background-color:#FFFFFF;
}
