/*
 * もえのWeb Site!用スタイルシート
 *
 *             Created by Moe Sakuragi.
 *            Copyright Moe Sakurai, 1999.
 *                           All rights reserved.
 */

/* 本文の設定 */
BODY {
    background-color: #ffffff;
	background-image:url(../tile/BACK015.GIF);
	background-repeat:repeat-y;
	color:#996666;
}

/* 文字色設定 */

A:link      { color: #FF0000 }
A:visited { color: #663333 }
A:active  { color: #FF9999 }

/* TD内文字色設定 */
TD {
    color:#996666;
}

/* 第1レベルのタイトル<H1>〜</H1>の設定 */
H1 {
    color:#996666;
}

/* 本文段落の設定 */
P  {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    margin-left: 3em;
    margin-right: 3em;
    text-indent: 1em;
    color:#996666;
    line-height: 150%;
}

/* 区切り線の指定（80%） */
HR.big {
    align: center;
	width: 80%;
}

/* 区切り線の指定（60%） */
HR.small {
	align: center;
	width: 60%
}

/* 区切り線の指定（5%） */
HR.short {
	align: center;
	width: 5%;
}

/* 文章のセンタリング */
p.center {
	color:#996666;
    text-align: center;
}