/*-------------------------------------------------*/
/*This CSS1 StyleSheet Copyright (c) kei 1999-2001*/
/*Don't use this script without my permission*/
/*-------------------------------------------------*/

/*-------------------------------------------------*/
BODY 	{		/* BODY要素のスタイル指定 */
	background-color:		#FFFFFF;
	color:				#666666;
	font-size:			9pt;
	scrollbar-track-color:		#ffffff;
	scrollbar-face-color:		#cccccc;
	scrollbar-shadow-color:		#ddeeee;
	scrollbar-darkshadow-color:	#ffffff;
	scrollbar-highlight-color:	#ffffff;
	scrollbar-3dlight-color:	#cccccc;
	scrollbar-arrow-color:		#cccccc;
	}

TH, TD { 		/* TH,TD要素のスタイル指定 */
	color:			#666666;
	font-size:		9pt;
	}

/*-------------------------------------------------*/

A:link{
	font-weight:		bold;
	text-decoration:	none;
	color:			#CC6600;
}
A:visited{
	font-weight:		bold;
	text-decoration:	none;
	color:			#CC0000;
}
A:active{
	font-weight:		bold;
	text-decoration:	underline;
	color:			#CC0000;
}
A:hover{
	font-weight:		bold;
	color:			#FF0000;
	background-color:	#FFDDDD;
	text-decoration:	underline;
}

/*-------------------------------------------------*/

.Style1{
	font-size:		10pt;
	color:			#000000;
	background-color:	#fffacd;
	border-style:		solid;
	border-width:		1pt;
	border-color:		#000000;
	position:		absolute;
	bisibility:		hidden;
	text-align:		center;
}

/*-------------------------------------------------*/

H1 {			/*H1のスタイル指定*/
	font-family:		"Times Roman", "Times New Roman", "Arial", "sans-serif" , "Verdana"; 
	font-size:		15pt;
	font-style:		italic;
	font-weight:		bold;
}

H2 {			/*H2のスタイル指定*/
	font-size:		13pt;
	color:			#444444;
	font-weight:		bold;
}

H3 {			/*H3のスタイル指定*/
	font-size:		10pt;
	font-weight:		bold;
}
/*-----------------------------------------------*/

TD.b { 		/* レイアウト用TABLE要素のスタイル指定 */
	background-color:	#000000;
	color:			#FFFFFF;
	font-size:		9pt;
	font-style:		normal;
}

TD.c { 		/* CastSeat用TABLE要素のスタイル指定 */
	background-color:	#667788;
	color:			#FFFFFF;
}

TD.mth { 		/* Menu TableHeader */
	background-color:	#444B8A;
	color:			#FFFFFF;
	font-size:		9pt;
	font-style:		normal;
	font-weight:		bold;
}

TD.under { 		/* UnderBar用TABLE要素のスタイル指定 */
	background-color:	#eeeeee;
	color:			#666666;
	font-size:		9pt;
	font-style:		normal;
}

TD.cap { 		/* caption用TABLE要素のスタイル指定 */
	background-color:	#eeddcc;
	color:			#666666;
	font-size:		9pt;
	font-style:		normal;
	font-weight:		bold;
	text-align:		center;
}

TD.ini { 		/* initrpg用TABLE要素のスタイル指定 */
	background-color:	#cceeff;
	color:			#666666;
	font-size:		9pt;
	font-style:		normal;
	font-weight:		bold;
	text-align:		center;
	width:			100;
}
/*-------------------------------------------------*/

strong.lname {  
	font-family:		"Times Roman", "Times New Roman", "Arial", "sans-serif" , "Verdana"; 
	font-size:		15pt;
	font-style:		italic;
	color:			#FFFFFF;
}

strong.l{        /*lクラスのスタイル指定*/
	font-style:		normal;
	font-size:		15pt;
	font-weight:		bold;
	color:			#FFFFFF;
}

strong.a{		/*アクセントのスタイル指定*/
	font-size:		9pt;
	color:			#FF9966;
}

strong.cast {		/*castクラスのスタイル指定*/
	font-style:		normal;
	font-weight:		bold;
	color:			#FF3300;
}

strong.guest {		/*guestクラスのスタイル指定*/
	font-style:		normal;
	font-weight:		bold;
	color:			#3300FF;
}
/*-------------------------------------------------*/

IMG {			/*IMGのスタイル指定*/
	border-width:		0px;
}
/*-------------------------------------------------*/

div.attention{			/*CGI関連のスタイル設定*/
	font-size:		8pt;
}
/*-------------------------------------------------*/

P {			/*インデント指定*/
	text-indent: 		1em;
}
/*-------------------------------------------------*/

.ring { 		/* Webring Menu */
	font-size:		10px;
	font-style:		normal;
}

.memo{ 			/*memoクラスのスタイル指定*/
	font-size:		8pt;
	font-style:		normal;
}

.name {			/*nameのスタイル指定*/
	font-family:		"Times Roman", "Times New Roman", "Arial", "sans-serif" , "Verdana"; 
	font-size:		10pt;
	font-style:		italic;
}

.l{			/*HardBoiled長編小説のスタイル指定*/
	color:			#BB4848;
}

.s{			/*HardBoiled短編集のスタイル指定*/
	color:			#55923D;
}

.o{			/*その他のHardBoiled関連書籍のスタイル指定*/
	color:			#FFCC66;
}
/*-------------------------------------------------*/

EM.word{        /*wordクラスのスタイル指定*/
	font-style:		italic;
	font-size:		9pt;
	font-weight:		bold;
}


