body{
	background:url(../images/bg.gif) fixed repeat-x;
}
*{
	font-family:"Times New Roman", Times, serif;
	font-size:12px;
}
img{
	border:none;
	margin:0px 0px 0px 0px;
}
sup{
	color:#f00;
}
table.prddtl{
	width:95%;
	clear:both;
	text-align:center;
	color:#333;
	border:#999 1px inset;
	-moz-border-radius: 5px 5px 5px 5px;
}
#mainmenu{
	font-family: 'Trebuchet MS', Helvetica, sans-serif;
	color:#fff;
}
#mainmenu a{
	text-decoration:none;
	color:#fff;
}
#mainmenu a:hover{
	text-decoration:underline;
	color:#898989;
}
.titles{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color:#cee1e8;
	font-size:12pt;
}
.titles a{
	color:#cee1e8;
	text-decoration:none;
}
.titles a:hover{
	color:#cee1e8;
	text-decoration:underline;
}
.titles a.ttl{
	font-size:18px;
}
.whtbg{
	background-color:#fff;
}
.pdboth tr td{
	padding-left:10px;
	padding-right:10px;
}
.roundcorner{
	border-top-right-radius:5px;
	border-top-left-radius:5px;
	border-bottom-right-radius:5px;
	border-bottom-left-radius:5px;

	-moz-border-radius-topright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-bottomleft:5px;

	-webkit-border-top-right-radius:5px;
	-webkit-border-top-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
/*	
	behavior:url(css/border-radius.htc);
	border-radius: 20px;
*/
}