@charset "UTF-8";


/* ----- 以下全ページ共通スタイルシート ----- */

/* ----- リンク文字 デフォルト ----- */
a:link {
	color: #0088FF;
}

/* ----- リンク文字 オンマウス ----- */
a:hover {
	color: #d53297;
	background-color: #fbcde9;
}

/* ----- リンク文字 クリック済み ----- */
a:visited {
	color: #54B8FF;
}

/* ----- 通常の文字12*20 ----- */
.txt-default {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	line-height: 20px;
	color: #333333;
}

/* ----- 通常の文字　タイトル用　太字12*20BOLD ----- */
.txt-default-BOLD {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #333333;
}

/* ----- 通常の小さい文字10*16 ----- */
.txt-default-small {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10px;
	line-height: 16px;
	color: #333333;
}

/* ----- 速ヴォル・ヴォル速に使っているピンク色の説明用の文字12*20PINK ----- */
.txt-note {
	font-size: 12px;
	line-height: 20px;
	color: #cc6699;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}

/* ----- 至さんカラー ----- */
.txt-i {
	color: #649f5c;
}

/* ----- まっきーさんカラー ----- */
.txt-m {
	color: #629bad;
}





/* ----- 以下一番はじめのページ用スタイルシート ----- */

/* ----- ご案内テキスト  ----- */
.text-1st {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	line-height: 22px;
	color: #222222;
	letter-spacing: 1px;
}





/* ----- 以下トップページ用スタイルシート ----- */

/* ----- タイトル用 ピンク太字12*22 ----- */
.title-Pink {
 font-family:"ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 14px;
	line-height: 22px;
	font-weight: bold;
	color: #d53297;
	letter-spacing: 1px;
}

/* ----- タイトル用 グレー太字12*22 ----- */
.title-Gray {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 22px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}

/* ----- タイトル用 グレー太字（小）10*18 ----- */
.title-Gray-small {
	font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 10px;
	line-height: 18px;
	font-weight: bold;
	color: #333333;
	letter-spacing: 1px;
}

/* ----- メニュー用テキスト グレー12*18 ----- */
.top-menu {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 12px;
	line-height: 18px;
	color: #222222;
	letter-spacing: 1px;
}

/* ----- メニューの説明用テキスト グレー10*14 ----- */
.top-ex {
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	font-size: 10px;
	line-height: 14px;
	color: #333333;
}





/* ----- 以下リレー小説用スタイルシート ----- */

/* ----- 説明テキストグリーン　サイズ中 ----- */
.txt-rire {
	color: #009933;
}

/* ----- 説明テキストグリーン　サイズ小 ----- */
.txt-rire-small {
	font-size: 10px;
	line-height: 16px;
	color: #009933;
}





/* ----- 以下100Q用スタイルシート ----- */

/* ----- 100Q専用ブルー ----- */
.txt-hv100 {
	color: #789dd4;
}







/* ----- 以下さなはやページ用スタイルシート ----- */

/* ----- さなはや説明テキストブルー　サイズ中 ----- */
.txt-note-sh {
	font-size: 12px;
	line-height: 20px;
	color: #2cb7bc;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
}


/* ----- さなはや説明テキストブルー　サイズ小 ----- */
.txt-note-sh-small {
	font-size: 10px;
	line-height: 16px;
	color: #2cb7bc;
}

/* ----- さなはや本文テキストパープル ----- */
.txt-sh {
	color: #8f75b6;
}