/* ------------------------------------------ */
/* なんとか動画動画からのアクセス画面スタイルシート         */
/* ------------------------------------------ */

/* 通報全体枠 */
#doga_area {
	margin-top: 29px;
	width: 500px;
	border-style: dashed;
	border-color: silver gray gray silver;
	border-width: 1px;
	padding: 10px;
	margin: 10px;
}

/* タイトル、サブメニューのセンター寄せ用 */
#information {
	width: 300px;
}

/* タイトル動画 */
#open_info_title {
	height:45px;
	width:90px;
	text-indent: -700em;
	background-image:url(../images/open_title.png);
	float:left;
}
/* サブタイトル動画 */
#open_info_sub {
	margin: 16px 0px 20px 20px;
	height:18px;
	width:185px;
	text-indent: -700em;
	background-image:url(../images/open_sub.png);
	float:left;
}
/* 通報フォーム */
#login_form {
	width: 500px;
	border-style: dashed;
	border-color: silver gray gray silver;
	border-width: 1px;
	padding: 10px;
	margin: 10px;
}

/* エラーメッセージ */
.message {
	font-size:90%;
	color:red;
	margin: 5px 0px 5px 0px;
}

/* 立て位置中央そろえ */
.pos_middle {
	vertical-align:middle;
}


/* 「XX」さんの投稿 */
#open_user {
	margin-top: 10px;
	line-height: 110%;
	font-size:80%;
}
/* 動画のタイトル */
#open_title {
	margin-top: 10px;
	line-height: 130%;
	font-size:120%;
	font-weight: bold;
}
/* 「詳細」さんの投稿 */
#open_detail {
	margin-top: 10px;
	line-height: 100%;
	font-size:90%;
}
/* 手引き */
#login_info {
	text-align:center;
	font-weight: bold;
	color: blue;
	font-size: 80%;
	margin: 25px 0px 25px 0px;
}

/* 入力欄（ログイン） */
.input_text {
	width: 200px;
}

/* 新規登録欄 */
.newentry_text {
	font-size: 80%;
	font-weight: bold;
	color: blue;
	margin: 20px 0px 20px 0px;
}
.newentry_text a {
	color: red;
}
.newentry_text a:hover {
	text-decoration: underline;
}