@charset"utf-8";
/* amazon 用  side main 共用 */

#amazon {
	clear:both;
	padding:2px;
	font-size:80%;
	line-height:120%;
}
.side #amazon {
    border-top:1px solid #cccccc; /* side用 */
    border-bottom:1px solid #cccccc; /* side用 */
}

.main #amazon {
	width:545px;
    border: 1px solid #cccccc; /* main用 */
}

#displayframe{ 
	clear:both;  /* main用(sideは影響なし) */
}
.main #amazon p {
	float:left; /* main用 */
}
.d_non1 {    /* 目立たなく表示 */
	font-size:70%;
}
.d_non1 p{
	clear:both;
}

.radio_dzn {
	margin:0px;
	padding:0px;
	font-size:85%;

}
.side .itemframe {
    padding:5px 5px ; /* side用 */
	clear:both;  /* side用 */
}

.main .itemframe {
	width: 162px;/*  525pxを3等分 */
    padding:5px 10px ; /* main用 */
	float:left; /* main用 */
}

.itemframe img{
	float:right;
	margin:3px;
}
.book_title a {
	font-size:85%;
    font-weight: bold;
}
.book_publisher {
	font-size:75%;
}
.book_price {
	font-size:75%;
    color: green;
}
.book_date {
	font-size:75%;
    color: green;
}

.item_title a {
	font-size:85%;
    font-weight: bold;
}
.item_maker {
	font-size:75%;
}
.item_price {
	font-size:75%;
    color: green;
}
.item_release{
	font-size:75%;
    color: green;
}

