/* -------------------------------------------------- */
/* なんとか動画結果メッセージ表示画面用スタイルシート */
/* -------------------------------------------------- */

/* 結果メッセージタイトル */
#mes_title {
	text-align:left;
	font-weight: bold;
	font-size: 120%;
	border-style: none none solid double;
	border-width: 0px 0px 1px 8px;
	border-color: silver;
	text-indent: 10px;
	width: 500px;
	margin-top: 20px;
}

/* 結果メッセージ本文 */
#mes_detail {
	margin-top: 20px;
	width: 500px;
	text-align:left;
	font-size: 80%;
	line-height: 120%;
	letter-spacing: 1px;
}

/* 結果メッセージ戻るボタン */
#mes_back {
	margin: 20px 0px 20px 0px;
	line-height: 25px;
	text-align:left;
	display: block;
	width: 66px;
	height: 25px;
	background-image:url(../images/res_back.png);
	background-position: 0px 25px;
	text-indent: -700em;
}
#mes_back:hover {
	background-position: 0px 0px;
}

/* 結果メッセージ閉じるボタン */
#mes_close {
	margin: 20px 0px 20px 0px;
	line-height: 24px;
	text-align:left;
	display: block;
	width: 65px;
	height: 24px;
	background-image:url(../images/user_entry_close.png);
	background-position: 0px 24px;
	text-indent: -700em;
}
#mes_close:hover {
	background-position: 0px 0px;
}

