/* ------------------------------------------ */
/* なんとか動画ログイン画面用スタイルシート   */
/* ------------------------------------------ */

/* 背景 */
#background_login {
	background-image:url(../images/login_bg.png);
	width: 800px;
	height: 600px;
	position: relative;
}

/* タイトル */
.title {
	display:block;
	text-indent: -700em;
	background-image:url(../images/login_title.png);
	width: 349px;
	height: 44px;
	position: absolute;
	top: 20px;
	left: 36px;
	line-height: 44px;
}

/* ログインエリア */
#login {
	background-image:url(../images/login_area1.png);
	background-repeat:no-repeat;
	width: 324px;
	height: 106px;
	position: absolute;
	top: 87px;
	left: 36px;
}

/* ログインフォーム */
#loginform {
	margin: 5px 0px 0px 20px;
}

/* エラーメッセージ */
.message {
	font-size:90%;
	color: red;
}

/* テキスト入力欄 */
.input_text {
	width: 150px;
}

/* ログインボタン */
#loginbutton {
	margin-top: 3px;
}

/* 新規入力エリア */
#newentry_back {
	background-image:url(../images/login_area2.png);
	background-repeat:no-repeat;
	text-align: center;
	width: 324px;
	height: 34px;
	position: absolute;
	top: 200px;
	left: 36px;
}

/* 新規入力説明文 */
.newentry_text {
	vertical-align: middle;
	line-height: 36px;
	font-size: 90%;
}


/* お試し動画エリア */
#otamesi {
	width:540px;
	height:450px;
	position:absolute;
	top:250px;
	left:30px;
}

/* ランキング関連～動画の１つ分のブロック */
.movie_unit {
	width:160px;
	height: 130px;
	float:left;
}
.movie_frame {
	width: 150px;
	height: 120px;
	padding: 5px;
	border-color: silver;
	border-style: solid;
	border-width: 1px;
	background-color: #F0F0FD;
}

/* お知らせエリア */
#osirase {
	width:720px;
	height:30px;
	position:absolute;
	top:550px;
	left:40px;
}


/* なんとか動画のロゴ */
.unit_logo {
	display:block;
	font-size: 80%;
	font-weight: bold;
	margin: 5px 0px 5px 20px;
}
/* 動画のタイトル */
.unit_title {
	width: 233px;
	font-size: 80%;
	font-weight: bold;
	margin: 5px 0px 5px 0px;
	text-align: center;
	word-break: break-all;
}
/* 動画の詳細 */
.unit_detail {
	width: 233px;
	font-size: 80%;
	margin:0px 0px 5px 0px;
	text-align: left;
	word-break: break-all;
}
/* 動画の登録日付 */
.unit_date {
	width: 233px;
	font-size: 70%;
	margin:0px 0px 0px 0px;
	color: gray;
	text-align: left;
}
/* セパレータ（左ブロック用） */
.separator_inner {
	width:240px;
	height: 1px;
	line-height: 1px;
	background-color:silver;
	text-indent: -700em;
}
