/* -------------------------------------------------- */
/* なんとか動画ユーザ情報変更画面用スタイルシート     */
/* -------------------------------------------------- */

/* 背景枠 */
#background {
	width: 500px;
}
/* ユーザ登録タイトル */
#user_entry_title {
	margin-top: 29px;
	background-image:url(../images/user_entry_title.png);
	width: 90px;
	height: 45px;
	text-indent: -700em;
	float:left;
}
/* ユーザ情報変更サブタイトル */
#user_entry_sub {
	margin: 45px 0px 0px 20px;
	background-image:url(../images/user_entry_sub.png);
	width: 261px;
	height: 21px;
	text-indent: -700em;
	float:left;
}
/* ユーザ情報変更サブタイトル（本登録確定時） */
#user_entry_sub2 {
	margin: 45px 0px 0px 20px;
	background-image:url(../images/user_entry_sub2.png);
	width: 302px;
	height: 21px;
	text-indent: -700em;
	float:left;
}
/* メッセージ表示欄 */
#message {
	font-size: 80%;
	color:red;
	margin-bottom: 10px;
}
/* 情報変更フォーム */
#entryform {
	width: 400px;
	margin: 40px 0px 20px 40px;
}
/* 立て位置中央揃え */
.pos_middle {
	vertical-align:middle;
}
/* ID入力欄 */
.input_id {
	width: 300px;
	vertical-align:middle;
}
/* パスワード入力欄 */
.input_pass {
	width: 300px;
	vertical-align:middle;
}
/* メール入力欄 */
.input_mail {
	width: 300px;
	vertical-align:middle;
}
/* 登録ボタン */
#sendbutton {
	margin-top: 5px;
}

/* 完了メッセージ */
#description {
	font-size: 90%;
	color:blue;
	line-height: 1.5em;
	margin-bottom: 10px;
}
/* 閉じるボタン */
#close {
	background-image:url(../images/user_entry_close.png);
	background-position:0px -24px;
	background-repeat:no-repeat;
	width:65px;
	height:24px;
	line-height:24px;
	text-indent:-700em;
	display:block;
}
#close:hover {
	background-position: 0px 0px;
}
/* ログインボタン */
#login {
	background-image:url(../images/user_entry_login.png);
	background-position:0px -24px;
	background-repeat:no-repeat;
	width:65px;
	height:24px;
	line-height:24px;
	text-indent:-700em;
	display:block;
}
#login:hover {
	background-position: 0px 0px;
}
/* お問合せボタン */
#contact {
	background-image:url(../images/user_entry_contact.png);
	background-position:0px -25px;
	background-repeat:no-repeat;
	width:66px;
	height:25px;
	line-height:25px;
	text-indent:-700em;
	display:block;
}
#contact:hover {
	background-position: 0px 0px;
}
/* 本登録完了メッセージセンター寄せ用 */
#complete_center {
	width: 500px;
}
