/*===============================*/
/*					design.css					 */
/*===============================*/

html {
	scrollbar-3dlight-color:#FFFFFF;
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#FFFFFF;
	scrollbar-darkshadow-color:#FFFFFF;
	scrollbar-face-color:#FF8989;
	scrollbar-highlight-color:#FFFFFF;
	scrollbar-track-color:#FFFFFF;
	scrollbar-shadow-color:#FF8989;
}
body{
background:#ffffff;
color:		 #555555;
}

A:link		{text-decoration: none; 		 color: #FF0000; }
A:visited {text-decoration: none; 		 color:#FF6600 }
A:hover 	{text-decoration: underline; }

hr {height:1px; border:1px dotted #FF9C9A;}


/* === result === */

.resultTbl {
	border:1px solid #FF9C9A;
	height:268px;
	margin:5px;
	width:135px;
}
.resultTbl th {
	background-color:#FFDDDC;
	color:#0099FF;
	font-size:10px;
	height:22px;
	line-height:120%;
	padding:5px;
}
.resultTbl th img {
	border-width:0;
	margin-left:5px;
	vertical-align:middle;
}
.resultTbl td img {
	border:1px solid #FFFFFF;
	margin-bottom:5px;
}
.resultTbl td {
	background-color:#FFDDDC;
	color:#FF3399;
	font-size:12px;
	line-height:140%;
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.resultTbl td {
	color:#FF0000;
	font-weight:normal;
}
.resultTbl td strong {
	color:#FF0000;
	font-weight:normal;
}

/* === detail === */

.detailTbl {
	border:1px solid #FF9C9A;
	margin:5px;
	background-color:#FFDDDC;
}
.detailTbl th {
	border:1px solid #FF9C9A;
	margin:1px;
	padding:10px;
	font-size:12px;
	font-weight:normal;
	color:#FFFFFF;
	line-height:140%;
	text-align:left;
	background-color:#FF9C9A;
}
.detailTbl th strong {
	font-size:14px;
	margin-right:20px;
}
.detailTbl td {
	border-width:0;
	border-style:none;
	margin:1px;
	padding:10px;
	font-size:14px;
	color:#FF3399;
	line-height:140%;
	text-align:left;
}
.detailTbl td img {
	border:2px solid #FFFFFF;
}
.detailTbl td em {
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	color:#FF6600;
	line-height:360%;
}
.detailTbl td em a:hover {
	font-size:14px;
}
.detailTbl td strong {
	font-size:14px;
	color:#FF0000;
	line-height:180%;
}
.alert {
	font-size:10px;
	color:#666666;
	line-height:170%;
}
.goback {
	font-size:10px;
	letter-spacing:0.2em;
}

.f1 {
	float:left;
	width:350px;
	text-align:left;
}
.f2 {
	float:right;
	width:50px;
	text-align:right;
}
.f3 {
	float:left;
	width:170px;
	text-align:left;
}
.f3 #tx {
	font-size:9px;
}
.f4 {
	float:right;
	width:240px;
	text-align:left;
}
