/* デザインはここを変更してください。 */
/* ページ全体の指定 */
BODY{
	/* 背景色（１６進数で指定） */
	background-color : #eeeeff;
	
	/* 上下左右の余白の指定 */
	padding-top:20px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
	
	vertical-align: sub;
}

/* 特殊リンク */
A.Link_doremi:link { text-decoration: none; color:Blue; }
A.Link_doremi:visited { text-decoration: underline; color:#FF9999; }
A.Link_doremi:active { text-decoration: none; color:MediumVioletRed; }
A.Link_doremi:hover { text-decoration: underline; color:White; background:#FFCACA; }

/* 本文の指定（ここの文字サイズを変更した場合は、
		特殊な文字のフォントも要修正。バランスが悪くなる） */
.MainTxt {
	/* フォントの種類 */
	font-family : "ＭＳ ゴシック", "Osaka−等幅";
	/* フォントサイズ（ただしピクセルかポイントで指定） */
	font-size : 14px;
	/* フォントカラー（１６進数で指定） */
	color : #6666666;
	/* 行間（ 100% で指定のない状態。200% で間に１行分のスペース） */
	line-height : 150%;
	/* 上下左右の余白の指定 */
	padding-top:10px;
	padding-bottom:10px;
	padding-left:0px;
	padding-right:0px;
}

/* タイトルの指定 */
.title_txt {
	/* フォントの種類 */
	font-family : "ＭＳ ゴシック", "Osaka−等幅";
	/* フォントサイズ（ただしピクセルかポイントで指定） */
	font-size : 18px;
	/* 強調（太字） */
	font-weight : bold;
	/* フォントカラー（１６進数で指定） */
	color : #ff0000;
	/* 行間（ 100% で指定のない状態。200% で間に１行分のスペース） */
	line-height : 250%;
	/* 文字幅 */
	letter-spacing: 20px;
}

/* サブタイトルの指定 */
.sub_title {
	font-family : "ＭＳ ゴシック", "Osaka−等幅";
	/* フォントサイズ（ただしピクセルかポイントで指定） */
	font-size : 18px;
	font-weight : bold;
	color : red;
	line-height : 130%;
}

/* 章の指定 */
.chapter {
	font-family : "ＭＳ ゴシック", "Osaka−等幅";
	font-weight : bold;
	color : #000000;
	text-decoration: underline;
	line-height : 200%;
	letter-spacing: 5px;
}

/* エンドタグ */
.fin_txt {
	font-family : "ＭＳ ゴシック", "Osaka−等幅";
	font-weight : bold;
	color : #000000;
	line-height : 200%;
	/* 行揃え */
	text-align: right;
	/* 最大幅の指定（エンドタグを使用したとき、最大でどこまで右に寄せるか） */
	max-width: 700px;
}

/* 空白行の指定 */
.white_area{
	line-height : 300%;
}

/* 引用文 */
.quotation_txt{
	font-family : "ＭＳ ゴシック", "Osaka−等幅";
	color : #000000;
	line-height : 200%;
	
	/* 左のボーダーと文字の余白 */
	padding-left:5px;
	
	/* 左のボーダーだけ表示 */
	border-width:0 0 0 5px;
	/* 実線の指定 */
	border-style:solid;
	/* 左のボーダーの色 */
	border-color:orange;
}

/* 以下、特殊なフォント */
/* 大きい文字 */
.big_txt {
	font-size : 28px;
	font-weight : bold;
	line-height : 250%;
	vertical-align: middle;
}

/* ちょっと大きい文字 */
.middle_txt {
	font-size : 16px;
	font-weight : bold;
	line-height : 250%;
	vertical-align: middle;
}

/* 小さい文字 */
.small_txt {
	font-size : 10px;
	vertical-align: middle;

}

/* ハート */
.heart_txt {
	font-size : 17px;
	font-weight : bold;
	color : hotpink;
}

/* コピーライト */
.copyright_txt {
	font-family : "Century";
	font-size : 12px;
	color : #999999;
	line-height : 200%;
	text-align: center;
}

/* 以下、人物名等 */
/* 和食三人娘 */
.M_Haruna_txt {
	font-weight : bold;
	color : #FF00FF;
}

.Kaede_txt {
	font-weight : bold;
	color : #F8841C;
}

.Kurumi_txt {
	font-weight : bold;
	color : #4040FF;
}

.Ume_txt {
	font-weight : bold;
	color : #669966;
}

/* ウチの三人娘プラス三人息子 */
.Haruna_txt {
	font-weight : bold;
	color : #FF6699;
}

.Korisu_txt {
	font-weight : bold;
	color : #FF9933;
}

.Chisato_txt {
	font-weight : bold;
	color : #000066;
}

.Haruki_txt {
	font-weight : bold;
	color : #CC0000;
}

.Takaya_txt {
	font-weight : bold;
	color : #CC00FF;
}

.Hikaru_txt {
	font-weight : bold;
	color : #9FE86B;
}

/* 元祖ＭＡＨＯ堂 */
.Doremi_txt {
	font-weight : bold;
	color : #FF80C0;
}

.Aiko_txt {
	font-weight : bold;
	color : #8080FF;
}

.Haduki_txt {
	font-weight : bold;
	color : #FEA90C;
}

.Onpu_txt {
	font-weight : bold;
	color : #FF00FF;
}

.Momoko_txt {
	font-weight : bold;
	color : #FFFF71;
}

.Hana_txt {
	font-weight : bold;
	color : #FFFFD0;
}

.Lala_txt {
	font-weight : bold;
	color : #FFFFFF;
}

.Majolica_txt {
	font-weight : bold;
	color : #008000;
}

/* New指定 */
.New_txt {
	font-weight : bold;
	color : #FF0000;
}

/* オリキャラ */
.Aguni_txt {
	font-weight : bold;
	color : #000080;
}

.Get_txt {
	font-weight : bold;
	color : #ffd700;
}

.Finx_txt {
	font-weight : bold;
	color : #b8860b;
}

.Slone_txt {
	font-weight : bold;
	color : #228b22;
}

.Marple_txt {
	font-weight : bold;
	color : #808000;
}

.Boss_txt {
	font-weight : bold;
	color : #006400;
}

.Uketuke_txt {
	font-weight : bold;
	color : #00ced1;
}

.Nezumi_txt {
	font-weight : bold;
	color : #696969;
}

.Sonota_txt {
	font-weight : bold;
	color : #000000;
}

