@charset "UTF-8";
@import url(base.css);
/*--------------------------------------------------------
 レイアウトイメージ
*/
#container {
  /*
  background-color: mintcream;
  background-color: black;
  */
  background-color: lightseagreen;
}
/*----------------------------
  コンテンツ
*/
#content{
  color: black;
}

div#content-body{
  min-height: 400px;
  margin: 1em 10px;
}
div#content-body h1,h2,h3,h4  {
  line-height: 1.4em;
  background-color: #0066CC;
  color: #FFFFFF;
  margin: 10px 0;
  padding: 0 10px;
}

div#content-body p{
  line-height: 1.5em;
  margin-left: 1em;
  margin-right: 1em; 
}  

div#content-body p.summary1{
  font-size: 90%;
  margin-left: 1em;
}

div#content-body p.summary2{
  font-size: 90%;
  margin-left: 2em;
}

div#content-body ul{
  line-height: 1.5em;
  margin-left: 2em;
  margin-right: 1em; 
}  

#detail {
  margin: 20px;
}


#sales_box {
  float: left;
  width:100%;
}

dl.sales {
  float: left;
  background-color: white;
  /*background-color:#00012545;*/
  border: 1px solid black;
  color: blue;
  height: 250px;
  font-size: 90%;
  margin: 5px;
  padding: 1em;
  width: 200px;
  line-height: 130%;
}

#detail-img-box{
  margin: 0;
  padding: 0;
}
#detail-img {
  float: left;
  width: 290px;
  margin: 5px;
  clear: none;
}
#detail-img img{
  width: 280px;
}
#detail-desc{
  clear: both; 
  margin: 0;
  padding: 2em; 
}

/*
form table {
  background-color: #ffffff;
  border-collapse: collapse;
}

form table,td,th {
  border: 2px solid #0033CC;
}
*/

td,th {
  padding: 5px 5px;
}

table.pricetable td {
  padding: 5px;
  
}  

table.sales {
  border-collapse:separate;
  border-spacing:1px;
  border: 1px solid #808080;
  background-color:white;
  width:100%;
  /*width: 650px;*/
}
table.sales th{
  background-color:#C0C0C0;
  border: 1px solid #808080;
  text-align: center;  
}
table.sales td{
  border: 1px solid #808080;
  height: 4em;
}
table.sales td.image {
  text-align:center;
  width:150px;
  padding: 0;
}
table.sales img.sales-small {
  width: 148px;
}
table.sales td.center{
  text-align: center;
}
table.sales td.right{
  text-align: right;
}

table#detail-desc-table{
  border-collapse:separate;
  border-spacing:1px;
  border: 1px solid #808080;
  background-color:white;
}
table#detail-desc-table td{
  border: 1px solid #808080;
}

table#type_table{
  font-size: 80%;
  border-collapse:collapse;
  /*border-spacing:1px;*/
  border: 1px solid #808080;
  background-color:white;
}
table#type_table th{
  border: 1px solid #808080;
  text-align: center;
}
table#type_table td{
  border: 1px solid #808080;
  text-align: left;
}
td.s-title{
  text-align: center;
}

table.my_ad{
  border-width: 0; 
}
table.my_ad tr td{
  width: 250px;
  border-width: 0;
  text-align: center;
  padding: 10px;
}

.caution{
  font-size: 80%;
  color: gray;
}
.caution-comment{
  font-size: 90%;
  color: gray;
   
}

ul li p{
  font-size: 95%;
}

/*---------------------------
  ?J?[?g??
*/
div #cart_table {
  float: left;
  margin-bottom: 0;
  padding-top: 1em;
}

div #cart_list {
  float: left;
  margin-bottom: 0;
}

/*---------------------------*/
a.img-download {
  display: block;
  height: 40px;
  margin: auto;
  width: 540px;
  /*position: relative;*/
  text-indent: -1000px;
  background-image: url("../img/03BtnDownload-blue.gif");
  background-repeat: no-repeat;
}
a.img-download:hover {
  background-position: left center;  
}
a.img-download:active {
  background-position: left bottom;  
}

/*---------------------------*/
a.img-download-small {
  display: block;
  height: 35px;
  margin: auto;
  width: 160px;
  /*position: relative;*/
  text-indent: -10000px;
  background-image: url("../img/03BtnDownload-blue-small.gif");
  background-repeat: no-repeat;
}
a.img-download-small:hover {
  background-position: left center;  
}
a.img-download-small:active {
  background-position: left bottom;  
}

/*---------------------------*/
a.img-order-small {
  display: block;
  height: 35px;
  margin: auto;
  width: 160px;
  /*position: relative;*/
  text-indent: -10000px;
  background-image: url("../img/05BtnOrder-orange-small.gif");
  background-repeat: no-repeat;
}
a.img-order-small:hover {
  background-position: left center;  
}
a.img-order-small:active {
  background-position: left bottom;  
}

input.btn-toorder{
  color : #00CC00;
  width:160px;
  height:35px;
  font-size: 18px;
  font-style: italic;
  font-weight: bold;
  margin: 5px 0 5px 0;
  vertical-align: middle;
}
input.btn-toorder:HOVER{
  color: red;
  cursor: pointer;
}
