/* ---------------------------------------------
 ボディー
--------------------------------------------- */
.body_login
{
	text-align:center;
}

/* ---------------------------------------------
 ログインボックス
--------------------------------------------- */
.box_login
{
	padding: 20px;
	margin: 0px auto;
	width: 250px;
	border: 2px solid #ffcc00;
	background-color:#ffffcc;
}

/* ---------------------------------------------
 IDテキストボックス
--------------------------------------------- */
.tx_login_id
{
	text-align:center;
	ime-mode:disabled;
}

/* ---------------------------------------------
 パスワードテキストボックス
--------------------------------------------- */
.tx_login_password
{
	text-align:center;
}

/* ---------------------------------------------
 通知情報フレーム
--------------------------------------------- */
.frame_tsuchi_info
{
	width:100%;
	height:470px;
}
