@charset "UTF-8";


#container {
 position: relative;
 width: 1000px;
 height:1700px;
 margin: 0 auto;
}

#head-image {
 position: relative;
 width: 1000px;
 height: 600px;
}


#move-image {
 width: 960px;
 height: 600px;
}

#box1 {
 left: 10px;
}
 

#index {
 width: 960px;
 height: 200px; 
 border: 0;}

#contents {
 width: 1000px;
 padding: 0 160px;
}

#books {
 width: 750px;
 height: 571px;
 padding: 40 0px;
}


#detail {
 position: relative;
 width: 300px;
 height: 440px;
 padding: 0 20px;
 float: right;
}

h4 {
 color: #000;
 font-size: 16px;
 margin-bottom: 5px;
}

p {
 color: #000;
 font-size: 12px;
 line-height: 1.5em;
}

.shoplist{
width: 60%;
border-collapse: collapse;
}
.shoplist th{
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #14A6AF;
border: 1px solid #14A6AF;
}
.shoplist td{
padding: 6px;
background-color: #fff;
border: 1px solid #14A6AF;
}

.a { width: 120px;}
.b { width: 120px;}

.box01 {
 width: 300px;
}

#footer { padding: 10px 0 50px;}

#footer p {
 font-size: 10px;
 width: 315px;
 height: 30px;
 background: url(../img/footer_logo.gif) no-repeat right bottom;
}

a { color: #08C;}
a:hover { text-decoration: underline;}


#home {
 position: absolute;
 top: 0;
 right: 0;
 z-index: 10;
}