BODY{
	background-image : url(http://anime-game.net/image/back.gif);	/*背景画像(使わない場合は　url();にする)*/
	color:					#000000;	/*全体の文字の色*/
	background-color:		#FFFFFF;	/*背景色(使わない場合は無視)*/
	font-size:				10pt;	/*全体の文字の大きさ*/
	/*font-family:			"ＭＳ Ｐゴシック";	/*全体の文字の書体*/
	background-position:	top right;	/*画像の位置{一つだけ表示設定のときに効果があります}　(左側 上→top　中央→center　下→bottom　右側 左→left　中央→center　右→right)*/
	background-attachment:	fixed;	/*背景の移動・固定設定　　(fixed→固定　scroll→移動)*/
	background-repeat:		yes-repeat;	/*画像を繰り返し　(no-repeat→ 一つだけ表示　yes-repeat→全体表示)*/
	scrollbar-base-color:	#6495ed;	/*スクロールバーの色*/
	scrollbar-track-color:	#00bfff;	/*スクロールバーの下地の色*/
}
#MsoNormal{
	background-image : url(http://www.parallel-world.info/image/fuyu_1.gif);	/*背景画像(使わない場合は　url();にする)*/
	color:					#000000;	/*全体の文字の色*/
	background-color:		#FFFFFF;	/*背景色(使わない場合は無視)*/
	font-size:				10pt;	/*全体の文字の大きさ*/
	/*font-family:			"ＭＳ Ｐゴシック";	/*全体の文字の書体*/
	background-position:	bottom right;	/*画像の位置{一つだけ表示設定のときに効果があります}　(左側 上→top　中央→center　下→bottom　右側 左→left　中央→center　右→right)*/
	background-attachment:	fixed;	/*背景の移動・固定設定　　(fixed→固定　scroll→移動)*/
	background-repeat:		yes-repeat;	/*画像を繰り返し　(no-repeat→ 一つだけ表示　yes-repeat→全体表示)*/
	scrollbar-base-color:	#6495ed;	/*スクロールバーの色*/
	scrollbar-track-color:	#00bfff;	/*スクロールバーの下地の色*/
}
#bgc1{
	color:				#000000;	/*紹介文の文字の色*/
	background-color:	#afeeee;	/*全体の背景の色*/
	border:				1px solid #000000;	/*紹介文の周りの枠の色*/
}

#bgc2{
	color:				#000000;	/*No.0001などの文字の色*/
	filter:progid:DXImageTransform.Microsoft.Gradient(gradientType=1,startColorstr=#00ffff,endColorstr=#6495ed);	/*No.0001などの文字の後ろの背景色　gradientType＝始まる場所指定(0＝上から下　1＝左から右　startColorstr＝はじめの色　　endColorstr＝終わりの色*/
}

A:link, A:visited, A:active{
	color:					#0065CE;	/*リンクの色*/
	text-decoration:		none;	/*リンクの下線・上線指定(none=何も無し　underline=下線がつく　overline=上線がつく　underline overline=両方つきます*/
}

A:hover{
	color:					#00AAAA;	/*カーソルがリンク上にきたときの色*/
	text-decoration:		underline overline;	/*リンクの下線・上線指定*/
}

TD{
	font-size :	10pt;	/*最初に指定した場所以外の文字の大きさ*/
}

textarea,select{
	background-color:	#FFFFFF;	/*オプションメニューの背景色*/
	color:				#000000;	/*オプションメニューの文字色*/
	border:				1px solid #000000;	/*オプションメニューの周りの色*/
	/*overflow:			hidden;*/	/*はみ出た内容の表示方法を指定する(visible＝ボックスからはみ出して表示されます IEでは拡張　scroll＝入らない場合スクロール　hidden＝はみ出た場合、表示されません)*/
}

#titlefilter{
	color:	#000000;	/*タイトルの文字色*/
	font:	bold 19pt;	/*タイトルの文字の大きさ*/
	font-family: 'HGP行書体';	/*タイトルの文字の書体*/
	width:	100%;
}

#list{
	border:					0px solid #000000;	/*ボーダーの色*/
	border-collapse:		collapse;	/*ボーダーの表示の仕方(collapse＝ボーダーを重ねて表示　separate＝ボーダーを間隔をあけて表示)*/
	background-repeat:		no-repeat;	/*繰り返し*/
	background-position:	top center;
}
