#waku{
	/* ˜g */
	border:4px solid #E3E3E3;

	/* ŠpŠÛ */
	-moz-border-radius: 10px;    /* Firefox */
	-webkit-border-radius: 10px; /* Safari,Chrome */
	border-radius: 10px;         /* CSS3 */
	
	/* ‰e */
	-moz-box-shadow: 2px 2px 3px 3px #CCC;
	-webkit-box-shadow: 2px 2px 3px 3px #CCC;
	box-shadow: 2px 2px 3px 3px #CCC;
	
}

#small{
	font-size: 70%;
	color: #C6C6C6;
}

#price{
	font-size: 90%;
	color: #990000;
	text-align: right;
}

#l_price{
	font-size: 70%;
	color: #990000;
	text-align: right;
}

#publisher{
	font-size: 70%;
	color: #666666;
}

#amazon{
	font-size: 80%;
	font-weight:normal;
	color: #004B91;
	text-decoration: none;
}

/*
#review{
	font-size: 80%;
	font-weight:normal;
	text-align: right;
	vertical-align:top;
	text-decoration: none;
}
*/

#review_area{
	float: right;
}

#amazon_list_td{
	border-bottom: 1px solid #E3E3E3;
}

.tabrow {
    text-align: center;
    list-style: none;
    margin: 0px 0 10px;
    padding: 0;
    line-height: 24px;
    height: 26px;
    overflow: hidden;
    font-size: 12px;
    font-family: verdana;
    position: relative;
}
.tabrow li {
    border: 1px solid #AAA;
    background: #D1D1D1;
    background: -o-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -ms-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -moz-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: -webkit-linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    background: linear-gradient(top, #ECECEC 50%, #D1D1D1 100%);
    display: inline-block;
    position: relative;
    z-index: 0;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4), inset 0 1px 0 #FFF;
    text-shadow: 0 1px #FFF;
    margin: 0 -5px;
    padding: 0 20px;
}
.tabrow a {
	  color: #555;
	  text-decoration: none;
}
.tabrow li.selected {
    background: #f7f7f7;
    color: #333;
    z-index: 2;
    border-bottom-color: #f7f7f7;
}
.tabrow:before {
    position: absolute;
    content: " ";
    width: 100%;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #AAA;
    z-index: 1;
}
.tabrow li:before,
.tabrow li:after {
    border: 1px solid #AAA;
    position: absolute;
    bottom: -1px;
    width: 5px;
    height: 5px;
    content: " ";
}
.tabrow li:before {
    left: -6px;
    border-bottom-right-radius: 6px;
    border-width: 0 1px 1px 0;
    box-shadow: 2px 2px 0 #D1D1D1;
}
.tabrow li:after {
    right: -6px;
    border-bottom-left-radius: 6px;
    border-width: 0 0 1px 1px;
    box-shadow: -2px 2px 0 #D1D1D1;
}
.tabrow li.selected:before {
    box-shadow: 2px 2px 0 #FFF;
}
.tabrow li.selected:after {
    box-shadow: -2px 2px 0 #FFF;
}

#review{
	color: #004B91;
	font-size: 70%;
	font-weight:normal;
	text-align: right;
	text-decoration: none;
}

#br{
    width: 100%;
    height: 300px;
}
