﻿/********************** ログイン CSS **********************/
/* JoshinShax                                            */
/* Create 2012.01.05                                     */
/* Update 2012.02.06                                     */
/********************** ログイン CSS **********************/

/*********************************/
/*　ＩＤ関連行　　                */
/*********************************/
div.idrow
{
    width:310px;
    height:30px;
    margin:40px auto 0px 346px;
}

/*********************************/
/*　パスワード関連行　　　　　　　 */
/*********************************/
div.pwdrow
{
    width:310px;
    height:30px;
    margin:15px auto 0px 346px;
}

/*********************************/
/*　テキストボックスタイトル　　　 */
/*********************************/
div.txtboxttl
{
    width:150px;
    height:30px;
    float:left;
}

/*********************************/
/*　テキストボックス枠　　　　　　　 */
/*********************************/
div.txtbox
{
    width:150px;
    height:30px;
    float:left;
}

/*********************************/
/*　テキストボックススタイル　　　 */
/*********************************/
.txtbox-15 
{
    width:150px;
}

/*********************************/
/*　ログイン保持行　　　　　　　 */
/*********************************/
div.keeprow
{
    width:170px;
    height:30px;
    margin:15px auto 0px auto;
}

/*********************************/
/*　ログインボタン　　　　　　　 */
/*********************************/
div.loginbtn
{
    width:200px;
    height:50px;
    margin-top:40px;
    margin-left:400px;
}

/*********************************/
/*　下の行　　　　　　　　　　　　 */
/*********************************/
div.row
{
    width:400px;
    height:30px;
    margin-top:70px;
    margin-left:300px;
}

/*********************************/
/*　下の左　　　　　　　　　　　　 */
/*********************************/
div.left
{
    width:200px;
    height:30px;
    float:left;
}

/*********************************/
/*　下の右　　　　　　　　　　　　 */
/*********************************/
div.right
{
    width:200px;
    height:30px;
    float:left;
}

/*********************************/
/*　ログイン システムタイトル 　　 */
/*********************************/
#title-logo
{
    width:812px;
    height:140px;
    background-image:URL(../Content/themes/base/images/system_tittle.gif);
    background-repeat:no-repeat;
    margin-left:212px;
    margin-top:40px;
}

/*********************************/
/*　ログイン 項目枠          　　 */
/*********************************/
div.login-center
{
    width:1024px;
}

/*****************************/
/* 背景色１                   */
/*****************************/
.bg1
{
    background-color:#EFEBEF;
}