/* -------------------------------- */
/* なんとか動画共通スタイルシート   */
/* -------------------------------- */

/* 余白カット */
p,h1,ul,li,div,form {
	margin: 0px;
	padding: 0px;
}

/* 文字コードの設定(UTF-8対応) */
body {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* aタグ基本設定 */
a {
	color: blue;
	text-decoration: none;
}
a:hover {
	color: red;
}

/* =========================================================== */
/* ヘッダ                                                      */
/* =========================================================== */

/* 背景 */
#background {
	width: 782px;
	position: relative;
}

/* ------------------*/
/* タイトルブロック  */
/* ------------------*/
/* タイトルエリア */
#title_area {
	height: 70px;
	position: relative;
}
/* h1タグ */
h1 {
	width: 346px;
	position: absolute;
	top: 20px;
	left: 20px;
}
/* タイトル */
#title {
	display:block;
	text-indent: -700em;
	background-image:url(../images/top_title.png);
	width: 346px;
	height: 42px;
	line-height: 42px;
}
/* サブタイトル */
#subtitle {
	position:absolute;
	top: 33px;
	left: 370px;
	text-indent: -700em;
	width: 398px;
	height: 21px;
	background-image:url(../images/top_subtitle.png);
}

/* 区切り線 */
.separator {
	width:780px;
	height: 1px;
	line-height: 1px;
	background-color:silver;
	text-indent: -700em;
}
.separator2 {
	width:90px;
	height: 1px;
	line-height: 1px;
	background-color:silver;
	text-indent: -700em;
}


/* ----------------------- */
/* ユーザメニューブロック  */
/* ----------------------- */

/* ユーザメニューエリア */
#user_menu_area {
	position:relative;
	height: 26px;
}
/* ようこそユーザさん */
#welcome {
	position: absolute;
	left: 10px;
	font-size:90%;
	text-indent:19px;
	background-image:url(../images/top_clip.png);
	background-repeat:no-repeat;
	background-position: left center;
	line-height: 24px;
}
/* メニューリスト */
#menu_list {
	list-style-type: none;
	position:absolute;
	left:264px;
}
#menu_list li {
	display:inline;
}
/* メニューアイテム共通スタイル */
.menu_item {
	display:block;
	float:left;
	height:16px;
	text-indent:-700em;
	line-height: 16px;
	background-position: 0px 16px;
	margin: 4px 20px 0px 0px;
}
.menu_item:hover {
	background-position: 0px 0px;
}
/* 動画投稿ボタン */
.movie_entry {
	width:77px;
	background-image:url(../images/top_dogatoko.png);
}
/* 画像投稿ボタン */
.image_entry {
	width:77px;
	background-image:url(../images/top_gazotoko.png);
}
/* ユーザ情報変更ボタン */
.user_edit {
	width:103px;
	background-image:url(../images/top_henko.png);
}
/* お気に入りボタン */
.favorite {
	width:86px;
	background-image:url(../images/top_favorite.png);
}
/* ログアウトボタン */
.logout {
	width:88px;
	margin-right: 0px !important;
	background-image:url(../images/top_logout.png);
}

/* =========================================================== */
/* メインエリア                                                */
/* =========================================================== */

/* メインエリア */
#main_area {
	width:780px;
}

/* =========================================================== */
/* フッタ                                                      */
/* =========================================================== */

/* フッタ */
#footer {
	font-size:80%;
	color: gray;
	position:relative;
}


/* =========================================================== */
/* 動画・画像等アップロード用作業Iframe                        */
/* =========================================================== */
#postframe {
	position: absolute;
	top:0px;
	left:0px;
	visibility: hidden;
}

/* ローディング用 */
#loading {
	position: absolute;
	top:0px;
	left:0px;
	visibility: hidden;
	font-size: 90%;
	line-height: 120%;
	color:blue;
}

#entry_block {
	margin: 20px 0px 20px 40px;
	position:relative;
}
