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

/*-------------------------------------------------*/
BODY 	{		/* BODY要素のスタイル指定 */
	background-color:		#ffffff;
	color:				#666666;
	font-size:			9pt;
	font-family: 			"ＭＳ Ｐゴシック","ＭＳ ゴシック"; 
	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-style:		normal;
	vertical-align:		middle;
	font-size:		9pt;
	font-family: 		"ＭＳ Ｐゴシック","ＭＳ ゴシック"; 
	}

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

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;
	visibility:		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;
}
/*-----------------------------------------------*/
TD.under { 		/* UnderBar用TD要素のスタイル指定 */
	background-color:	#eeeeee;
	color:			#666666;
	text-align:		left;
}

TD.under2 { 		/* UnderBar用TD要素のスタイル指定その2 */
	background-color:	#eeeeee;
	color:			#666666;
	text-align:		right;
	font-size:		10px;
}

TD.under3 { 		/* UnderBar用TD要素のスタイル指定その3 */
	background-color:	#eeeeee;
	color:			#666666;
	text-align:		center;
}

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

TD.prof { 		/* Profile用TD要素のスタイル指定 */
	background-color:	#ffcc99;
	color:			#666666;
	font-weight:		bold;
	text-align:		center;
	width:			150px;
}

TD.map { 		/* Sitemap用TD要素のスタイル指定その1 */
	color:			#ff9966;
	font-weight:		bold;
	text-align:		center;
	width:			10px;
	height:			10px;
}

TD.map1 { 		/* Sitemap用TD要素のスタイル指定その2 */
	text-align:		left;
	width:			80px;
	height:			10px;
}

TD.map2 { 		/* Sitemap用TD要素のスタイル指定その3 */
	text-align:		left;
	width:			130px;
	height:			10px;
}

TD.map3 { 		/* Sitemap用TD要素のスタイル指定その4 */
	text-align:		left;
	height:			10px;
	font-size:		10px;
}

TD.ring1 { 		/* Webring Menu用TD要素のスタイル指定その1 */
	text-align:		center;
	font-size:		10px;
	width:			45px;
}

TD.ring2 { 		/* Webring Menu用TD要素のスタイル指定その2 */
	text-align:		center;
	font-size:		10px;
	width:			30px;
}

TD.ring3 { 		/* Webring Menu用TD要素のスタイル指定その3 */
	text-align:		center;
	font-size:		10px;
	width:			25px;
}

TD.ring4 { 		/* Webring Menu用TD要素のスタイル指定その4 */
	text-align:		center;
	font-size:		10px;
	width:			150px;
}

TD.link1 { 		/* LinkPage用TD要素のスタイル指定その1 */
	text-align:		left;
	font-size:		10px;
}

TD.link2 { 		/* LinkPage用TD要素のスタイル指定その2 */
	text-align:		center;
	width:			200px;
}
/*-------------------------------------------------*/
strong.a{		/*アクセントのスタイル指定*/
	color:			#ff9966;
}
/*-------------------------------------------------*/

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

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

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

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