.fmain {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", "sans-serif", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 12px;
	color: #999999;
}
.fmain_back {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", "sans-serif", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 12px;
	color: #000000;
}
.f-carhead {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", "sans-serif", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
}
.f-cardetail {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", "sans-serif", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 12px;
	color: #333333;
}
.price {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", "sans-serif", "‚l‚r ‚oƒSƒVƒbƒN";
	font-size: 18px;
	color: #7D0808;
	font-weight: bold;
}
a:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a:hover, a:active { 
	text-decoration: underline; 
	color: #999999;
	}
.f-home {
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-size: 12px;
	color: #5D594D;
}
a.mod:link { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a.mod:visited { 
	font-weight: bold; 
	text-decoration: none; 
	color: #999999;
	}
a.mod:hover, a:active { 
	text-decoration: none; 
	color: #999999;
	}
	
.input_info1 {
	font-size: 12px;
	font-family: "Microsoft Sans Serif", "MS Sans Serif", sans-serif;
	font-style: normal;
	text-align: right;
}	
	
	/* list page */
	
	 #listpage tr {
	 	margin:0px;
	 	padding:0px;
		list-style:none;
	 }
	 #listpage td.cssLink {
	 	font-family:MS Sans Serif;
	 	font-size:10px;
	 	font-weight:bolder;
	 	color:#FF0000;
	 	width:35px;
	 	height:auto;
	 	border:1px #999999 solid;
	 	text-align:center;
	 	padding:3px 0px 3px 0px;
	 	margin:0px 1px 0px 1px;
		background-color:#555555;
	 }
	 #listpage td.cssLink:hover {
	 	background-color:#cc3300;
	 	color:#FFFFFF;
	 }
	 #listpage a {
	 	font-family:MS Sans Serif;
	 	font-size:10px;
	 	font-weight:bolder;
	 	text-decoration:none;
	 	color:#FFFFFF;
	 }
	 #listpage a:hover {
	 	color:#FFFFFF;		
	 }
	