/*■ 問答無用 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/* 背景の色とスクロールバーの色 */
/* 全ページ */
body {
	background-color: #E0E0E0;
	scrollbar-track-color: #C0C0C0;
	scrollbar-face-color: #E0E0E0;}

/* インプットのバックカラー */
input {
	background-color: #E9E9E9;}

/* テキストエリアのバックカラー */
/* TOP */
textarea {
	background-color: #E9E9E9;}





/*■ クラス ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/

/* ★コンテンツ枠　実線 */
/* div : TOP,About,Mailform,MFend */
.border_main {
	width: 720px;
	border: 1px;
	border-style: solid;
	border-color: gray;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-top: 5px;
	margin-bottom: 5px;}

/* ★コンテンツ枠　透明線 */
.border_main_c {
	width: 720px;
	border-style: none;}

/* ★メニュー枠　実線 */
/* div : Menu */
.border_menu {
	width: 204px;
	border: 1px;
	border-style: solid;
	border-color: gray;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 10px;}

/* ★メニュー枠線　透明線 */
/* div : Menu */
.border_menu_c {
	width: 204px;
	border-style: none;}

/* ★日記の日付のフォントサイズ＆種類 */
/* div : TOP */
.font_date {
	font-size: 125%;
	font-family: Comic Sans MS;}

/* ★本文内強調（でっかくなっちゃった） */
/* font : TOP,MFend */
.font_emp {
	font-weight: bold;
	font-size: 150%;
	line-height: 120%;}

/* font : TOP,MFend */
.font_emp2 {
	font-weight: bold;
	font-size: 200%;
	line-height: 120%;}

/* ★Wordの単語のサイズ */
/* font : TOP,MFend */
/* td : Words */
.font_w_title {
	font-weight: bold;
	font-size: 100%;}

/* ★リンクが張ってあるメニューの頭文字の強調（赤く大きく） */
/* font : Menu */
.font_menu_l {
	color: red;
	font-size: 200%}

/* ★ネタバレ部分用擬態カラー */
/* font : TOP */
.font_netabare {
	color: #E0E0E0;}

/* ★リンクが貼ってないメニューの頭文字の強調（大きく） */
/* font : Menu,About,Mailform,MFend,Words */
.font_menu_nl {
	font-size: 200%}

/* ★メニューとWords以外(日記とか)のフォントサイズ＆種類と行と行の間隔 */
/* body : TOP,About,Mailform,MFend */
.font_st {
	font-size: 80%;
	font-family: ＭＳ Ｐゴシック;
	line-height: 130%;}

/* ★各コンテンツのタイトル */
/* font : TOP,About,Mailform,MFend */
.font_title {
	font-weight: bold;
	font-size: 150%;
	font-family: Comic Sans MS}

/* ★行と行の間隔を一時的に戻す　AA用 */
/* div : TOP */
.gyoukan_AA{
	line-height: 100%;}

/* ★セパレーター（点線） */
/* hr : TOP,Menu */
.separator {
	border-bottom: dashed;
	border-color: gray;}

/* ★Word大外枠 hhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhhh*/
/* table : Words */
.table_word_big {
	cellpadding: 0px;}



/* ★行と行の間隔　辞書テーブル用 */
.kankaku_words{
	line-height: 150%;}











span.move_right{text-align: right;}









