@charset "Shift_Jis";

*		{	background-color:transparent;	}

/*--基本指定----ここから------------*/

html	{	height:100%;	}
body	{
		font-family:	Verdana, Arial, "MS UI Gothic", Osaka, sans-serif;
		font-size:      12px;
		color:		#999999;
		line-height:	10px;
		text-align:		left;
		background-color:　 #010001;	}

/*--------------ここまで------------*/

A	  {	color:#d26d74;text-decoration:none;		}
A:link	  {	TEXT-DECORATION:none;			}
A:visited {	COLOR: none;TEXT-DECORATION:none;
 		background:none;	}
A:hover	  {     color :#ffffff;
  	        background:#000000;
                text-decoration : none;    }

/*--リストなど----------------------*/
ul		{	list-style-position:inside;			}
ol		{	list-style-position:inside;			}
ol li		{	list-style-type:upper-alpha;color:#C8A6A6;	}
dl		{}/*指定なし*/
dt		{	color:#C8A6A6;					}
dd		{	margin:0 0 0 10px;color:#fff;			}

.td {
	background:#d26d74;
	text-align:left;
	width:530px;
}
.td2 {
	background:#221d1d;
	text-align:left;
}

