body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
}


.header_redunderline {
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
}
a:link {
	text-decoration: none;
	color: #F60;
}
a:visited {
	text-decoration: none;
	color: #F60;
}
a:hover {
	text-decoration: none;
	color: #F90;
}
a:active {
	text-decoration: none;
}
.color_link {
	color: #00F;
	text-decoration: underline;
	font-size: small;
}

.delete {
	text-decoration: line-through;
}
.saleprice {
	color: #F00;
	font-weight: bolder;
}
.text_bold_red_uppercase {
	font-weight: bolder;
	text-transform: uppercase;
	color: #F00;
}
.text_black_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color: #000;
}
.text_gray_small {
	font-size: x-small;
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
}
.text_white {
	color: #FFF;
}
.line_gray_dash
{ 
	background-image: 
url(images/common/border_dot2.gif);
	background-repeat: repeat-x
}
.text_small {
	font-size: 80%;
	line-height: 110%;
}.text_gray {
	color: #121212;
}
.text_japanese {
	font-family: "MS UI Gothic", "MS Gothic", "MS PGothic";
}
.text_red {
	color: #F00;
}
.text_bold_orange {
	color: #F30;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text_bold_blue {
	color: #09F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text_bold_green {
	color: #090;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text_bold_pink {
	color: #F39;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.text_bold_green_uppercase {
	color: #090;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.text_bold_blue_uppercase {
	color: #09F;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.text_bold_orange_uppercase {
	color: #F30;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
}
.text_serif {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 110%;
	font-weight: bolder;
}

