@charset "utf-8";
/* CSS Document */


div#main p , div#main h4{
margin:10px;
}

div#main h5{
padding-top:10px;
}


/* 書籍名検索部分 */

form#namesearch{
width:663px;
padding:10px 10px 20px 10px;
}

form#namesearch input.textfield{
width:400px;
border:solid 1px #cccccc;
padding:2px;
line-height:100%;
}

form#namesearch th{
width:60px;
padding:0 0 15px 0;
font-weight:normal;
text-align:left;
}

form#namesearch td{
width:400px;
padding:0 0 15px 0;
}


/* 並び替え部分 */

form#change{
padding:10px 0 20px 248px;
}

form#change select{
width:110px;
border:solid 1px #cccccc;
margin:0 5px 0 0;
padding:2px;
line-height:100%;
}

form#change th{
width:60px;
font-weight:normal;
text-align:left;
}


/* カテゴリー */

div#main .category1{
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
background:url(img/line001.gif) no-repeat 0 bottom;
color:#cc3399;
}

div#main .category2{
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
background:url(img/line002.gif) no-repeat 0 bottom;
color:#3399cc;
}

div#main .category3{
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
background:url(img/line003.gif) no-repeat 0 bottom;
color:#3333cc;
}

div#main .category4{
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
background:url(img/line004.gif) no-repeat 0 bottom;
color:#9933cc;
}

div#main .category5{
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
background:url(img/line005.gif) no-repeat 0 bottom;
color:#cc3333;
}

div#main .category6{
padding-left:10px;
padding-right:10px;
padding-bottom:5px;
background:url(img/line006.gif) no-repeat 0 bottom;
color:#cc9933;
}


/*検索結果*/

table#result{
width:684px;
border-bottom:solid 1px #cbcb93;
}

table#result th{
padding:3px 15px;
border-right:solid 4px #ffffff;
border-left:solid 1px #ffffff;
background:#e9e9ba;
color:#996633;
text-align:left;
}

th#title{width:196px;}
th#name{width:231px;}
th#category{width:135px;}

table#result td{
padding:5px 15px;
border-top:solid 1px #cbcb93;
border-right:solid 1px #cbcb93;
}

table#result td.left{
border-left:solid 1px #cbcb93;
}