/* ================================================================
Specific CSS for Dlopped talk of Performing Arts Center
This CSS file created by Moonstone, Moonstone Studio
Moonstone Studio at http://www.msstudio.org/
in Moonstone Studio Performing Arts Center(PAC) at
                    http://www.msstudio.org/pac/
Ver.1.05 on May 8th,2015(Release Version)
Ver.1.05 Added 1 property
=================================================================== */
/***** 詳細はaboutCSS_pac.txtを参照のこと *****/
/* グループタイトル基礎 */
#header {
	width: 800px;
	height: 50px;
	background: #99cc99;
	text-align: center;
	font-weight: bold;
	border: 5px ridge #00a000;
	padding: 3px;
	margin: 0px auto;
}

/* コンテンツタイトル */
#logo {
	font-size: 25px;
	color: #000000;
}

/* 更新日付 */
div.update {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
}
/* 書庫リンク用テーブル */
table.talkstorage {
	background: #005500;
	text-align: center;
	color: #ffffe0;
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	padding: 5px;
	margin: 10px 80px auto;
	border: 3px ridge #00a000;
}

/* 書庫リンクタイトル */
td.storagetitle {
	font-size: 24px;
}

/* 書庫リンク */
td.storage {
	width: 250px;
	font-size: 20px;
}

/* 書庫リンク表示(通常) */
a.storagelink {
	color: #ffffe0;
	text-decoration: none;
}

/*  */
a.storagelinknew {
	background: #00cc00;
	color: #ffffe0;
}

/* 書庫リンク表示(マウスホバー) */
a.storagelink:hover,
a.storagelinknew:hover {
	background: #ffffe0;
	color: #0000ff;
}

/* こぼれ話用テーブル */
table.diaryandtalk {
	font-size: 14px;
	line-height: 20px;
	padding: 0px;
	margin: 10px auto;
}

/* 日記部分 */
td.diary {
	background: #ffffff;
	color: #483d8b;
	font-size: 14px;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

/* 連載部分 */
td.talk {
	background: #20fd97;
	color: #000000;
	font-size: 14px;
	text-align: left;
	margin: 5px;
	padding: 5px;
}

/* 日記日付 */
div.diarydate {
	font-weight: bold;
}

/* 日記キャプション */
div.diarycaption {
	text-align: center;
	font-weight: bold;
}

/* 日記文中中央配置の文面 */
p.sentence {
	text-align: center;
	margin: 14px auto;
}

/* 連載タイトル */
div.noveltitle {
	text-align: center;
	font-weight: bold;
}

/* 連載作者 */
div.novelauthor {
	text-align: right;
	font-style: italic;
}

/* 文中台詞 */
p.dialog {
	margin: 14px auto;
}

/* 文中書面・メールの文面 */
div.sentence {
	width: 450px;
	background: #ffffe0;
	margin: 14px auto;
}

/* 作中強調(下線付き) */
.emphasis {
	font-weight: bold;
}

/* ページ内伏字 */
span.secret {
	color: #ffffff;
}

/* ページ内ナビゲーション全体 */
#backtogroup,
#backtotop {
	position: relative;
	left: 3px;
	width: 270px;
	height: 30px;
	background: #ffffe0;
	font-size: 14px;
	font-weight: bold;
	color: #663300;
	text-align: left;
	border: 1px solid #005000;
	padding: 5px;
	margin: 5px 0px 5px 0px;
}

/* ページ内ナビゲーションのアイコン */
#back_icon {
	position: relative;
	top: 3px;
	float: left;
	width: 72px;
	height: 24px;
	border: 0px;
}

/* ページ内ナビゲーションのアイコン横文字列表示 */
.navi_info {
	clear: right;
}
