A#itemname {
		color : #0000DD;
		text-decoration: none;
}
A#itemname:hover {
		color : #FF33aa;
		text-decoration: underline;
}
A#itemd {
		color : #2277FF;
		text-decoration: none;
}
A#itemd:hover {
		color : #FF33aa;
		text-decoration: underline;
}

table#table-01 {
    width: 210px;
    border: 2px #FFCC00 solid;
    border-collapse: collapse;
    border-spacing: 0;
}

table#table-01 th {
    padding: 4px;
    border: #FFCC00 solid;
    border-width: 0 0 1px 1px;
    background: #FFFF00;
		background-image: url("itemname.jpg");
		background-repeat: repeat-x;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}

table#table-01 td {
    padding: 4px;
		background: #FFFFe0;
    border: #FFCC00 solid;
    border-width: 0 0 1px 1px;
    text-align: center;
    white-space: nowrap;
}
table#table-02 {
    border: 1px #aabbff solid;
    border-collapse: collapse;
    border-spacing: 0;
}
table#table-03 {
    border: 1px #aabbff solid;
    border-collapse: collapse;
    border-spacing: 0;
	font-size:70%;
}

table#table-02 th {
		color: #FF0055;
		font-size:80%;
    padding: 3px;
    border: #aabbff solid;
    border-width: 0 0 1px 1px;
    background: #FFFF00;
		background-image: url("itemname.jpg");
		background-repeat: repeat-x;
    font-weight: bold;
    line-height: 120%;
    text-align: center;
    white-space: nowrap; 
}

table#table-02 td {
    padding: 3px;
		background: #FFFFe0;
    border: #aabbff solid;
    border-width: 0 0 1px 1px;
    text-align: left;
}

table#table-02 td.genrepc {
		background: #FFAAEE;
    text-align: center;
}
.genrepc {
		font-size:80%;
		color: #ffffff;
    font-weight: bold;
}
table#table-02 td.genreps2 {
		background: #99CC66;
    text-align: center;
}
.genreps2 {
		font-size:80%;
		color: #ffffff;
    font-weight: bold;
}
table#table-02 td.telca {
		background: #ffe0e0;
    text-align: left;
}

.sellprice {
		font-size:100%;
		color: #FF0000;
    font-weight: bold;
}

.maker {
		font-size:80%;
		color: #CCCCCC;
}

.sellday {
		font-size:80%;
		color: #666666;
    font-weight: bold;
}

.tokuten {
		font-size:80%;
		color: #666666;
    font-weight: bold;
}

img {
     vertical-align: bottom;
}