@charset "UTF-8";

/* this color */

a:link { color: #ff5a00; text-decoration: none; }
a:visited { color: #4D4D4D; text-decoration: none; }
a:hover { color: #ff5a00;	text-decoration: underline;}

.myborder {border-color:#ff5a00;}
.mycolor {color:#ff5a00;}


/* search books */

table.tb_books_search {margin:20px auto; background:#eee; width:910px;}
table.tb_books_search td {padding:5px 3px; text-align:center; vertical-align:middle; font-size:12px;}

p.myresult {margin:40px 0 0 20px; font-weight:bold;}
div.serch_result {text-align:center; font-size:12px; padding:10px 0 30px 0;}
div.serch_result a:link,
div.serch_result a:visited {background:#eee; padding:2px 4px; margin:0 2px; border:1px solid #ccc; text-align:center; text-decoration:none; color:#ff5a00;}
div.serch_result a:hover {background:#ccc;}
div.serch_result span {background:#fff; padding:2px 4px; margin:0 2px; border:1px solid #ccc; text-align:center; text-decoration:none; color:#333;}

table.books_list {width:910px; margin:0 auto 30px auto;}
table.books_list td {text-align:center; vertical-align:top;}
a.books_box {display:block; width:285px; height:215px; padding:5px; float:left; border:1px solid #ccc; margin:2px; color:#333; text-align:left;}
a.books_box:hover {background:#eee; text-decoration:none; color:#333;}
a.books_box dl.books_dtl {margin:0; padding:0;}
a.books_box dl.books_dtl dt {float:left; height:205px; overflow:hidden;}
a.books_box dl.books_dtl img {border:1px solid #eee;}
a.books_box dl.books_dtl dd {margin-left:140px;}
a.books_box dl.books_dtl dd p {margin-bottom:3px;}
a.books_box dl.books_dtl dd p.ttl {font-size:12px; font-weight:bold; line-height:110%;}
a.books_box dl.books_dtl dd p.dtl {font-size:10px;}
a.books_box dl.books_dtl dd p.status {font-size:10px;}
a.books_box dl.books_dtl dd span.buy {font-weight:bold;}
table.books_list td a.forgoogle {position:absolute; top:-9999px;}



/* search results */
h1.books_name {font-size:20px; font-weight:bold; margin:40px 0 40px 50px;}
table.tb_booksdtl {width:850px; margin:30px auto 30px auto;}
table.tb_booksdtl td {font-size:12px;}
table.tb_booksdtl td.img {padding-right:30px; text-align:center;}
table.tb_booksdtl td.img img {border:1px solid #ccc;}
table.tb_booksdtl td.img p.status {font-weight:bold; margin:25px 0 0 0;}

table.tb_booksdtl td.cts {}
table.tb_booksdtl td.cts p.dtl {margin:0 0 30px 0; font-size:12px; line-height:140%;}
table.tb_booksdtl td.cts p.this_dtl {font-weight:bold; margin:20px 0 10px 0;}
table.tb_booksdtl td.cts p.this_dtlcts {font-size:10px; margin-bottom:30px;}
table.tb_booksdtl td.cts p.buy {margin:40px 0 15px 0; font-weight:bold;}
table.tb_booksdtl td.cts ul.buy_links {}
table.tb_booksdtl td.cts ul.buy_links li {float:left; margin-right:5px;}
table.tb_booksdtl td.cts p.goto_list {clear:both; margin-top:40px; text-align:right;}





