/* 長編 : 世紀末の見る夢  */
a			{ text-decoration : none ;
			  color : #CACBCC ; }
a:hover		{ text-decoration: Underline OverLine;
			  color : #F0F8FF ; }
a:visited	{ color : #0966DD ; }


body		{ background: #000000 url(./wiz-bg.gif) repeat-y scroll 0% 0%; 
			  margin: 0px;
			  scrollbar-face-color:#112289;			/* メインのカラーリング */
			  scrollbar-track-color:#000000;			/* バーの背景 */
			  scrollbar-arrow-color:#001159; 		/* 上下の矢印 */
			  scrollbar-highlight-color:#4455A9; 		/* ハイライト(左と上) */
			  scrollbar-shadow-color:#001159;		/* 影(右と下) */
			  scrollbar-3dlight-color:#4455A9;		/* 左端と上端 */
			  scrollbar-darkshadow-color:#001159;}	/* 右端と下端 */

/* コーナータイトル用フォント指定 */
.nv-Site	{ margin-right: 10%;
			  font:8pt 'Arial'; }
.nv-Title	{ font:15pt 'Times New Roman'; }
.nv-Titlj	{ font:15pt 'Times New Roman'; }
.nv-BeFr	{ font:10pt 'Arial'; }

/* 小説用 */
tt			{ font: small 'ＭＳ ゴシック';
			  letter-spacing: -1pt; }
.nv			{ font: x-small 'ＭＳ Ｐゴシック';
			  line-height: 160% ; }

/* 行間 */
.120 		{ line-height: 120% ; }
.130 		{ line-height: 130% ; }
.140 		{ line-height: 140% ; }
.150 		{ line-height: 150% ; }
.160 		{ line-height: 160% ; }

