@charset "EUC-JP";		/* Don't move this! */

/*
ＥＵＣで記述する事！このコメントが文字化けしてたら注意！！
*/

/*
========== Fear News
*/
.fearnews		{
	width: 640px;
	margin: 8px auto;
	padding: 8px;
	border: #666 solid 1px;
}

.fearTitle		{
	width: 632px;
	height: 92px;
	padding: 8px 4px 0px 4px;
	margin: 0px;
	border: none;
	background: #fff url(./parental/commonimage2/FEARnewsLogo.jpg) left top no-repeat;
	color: #000;
	text-align: right;
	vertical-align: middle;
}

.fearTitle .date	{
	font-size: 16px;
	font-weight: bold;
	color: #000;
}
.fearTitle .issuedate	{
	font-weight: bold;
	color: #a00;
}

.fearBody		{
	margin: 4px 0px;
}
.fearBody img.raceimg	{
	margin: 0px 0px 4px 4px;
	float: right;
}
.fearBody span.header	{
	font-size: 20px;
	font-weight: bold;
	color: #900;
	padding: 2px;
	border-top: #900 solid 2px;
	border-bottom: #900 solid 2px;
}

.fearnews table.result	{
	width: 640px;
	margin: 4px 0px;
}

.fearnews table.result td	{
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.fearnews td.t_retsu	{
	border: #666 solid 1px;
}
.fearnews td.t_txt	{
	border: #666 solid 1px;
}

.fearnews table.result td.subcol	{
	width: 325px;
	padding: 4px 4px;
	text-align: left;
	border: none;
	/* border: #666 solid 1px;	*/
}

.fearnews span.caution	{
	font-size: 10px;
	color: #c00;
}