@media screen{
/*この中にCSSを記述*/

div#wrapper {
text-align: center;
}

div#frame{
  overflow:auto;
  overflow:hidden;
  width:750px;
  margin: 0 auto;
}
div#header {
  overflow:auto;
  overflow:hidden;
  margin: 0 auto;
}

div#contents {
  overflow:auto;
  overflow:hidden;
  text-align:left;
  }
  

div#tableA {
  
}
table.tableA {
    width: 700px;
    font-family:verdana;
    font-size:11px;
    line-height:1.5em;
	border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
	border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
	margin: 0 auto;
	text-align:center;
}
.tableA th {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
	line-height:14px;
    text-align:center;
	padding:0.3em 12px;
}
.tableA td {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.4em 1em;
    text-align:center;
    line-height:15px;
}
table.tableB {
    width: 270px;
    font-family:verdana;
    font-size:11px;
    line-height:1.7em;
	border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
	border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
  margin: 0 auto;
}

.tableB th {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.3em 1em;
    text-align:center;
}

.tableB td {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.3em 1em;
	text-align:center;
}
  
  table.tableC {
    font-family:verdana;
    font-size:11px;
    line-height:1.7em;
	border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
	border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
  margin: 0 auto;

}

.tableC th {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.3em 1em;
}

.tableC td {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.3em 1em;
}
  

div#qty {
text-align:right;
}  
 

table.tableD {
    width: 350px;
    font-family:verdana;
    font-size:11px;
    line-height:1.7em;
	border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
	border-spacing:0;
    background-color:#ffffff;
    empty-cells:show;
  margin: 0 auto;
}

.tableD th {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.3em 1em;
}

.tableD td {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.3em 1em;
}



div#left_customcolor{
  float:left;
  width:400px;
  margin: 0 auto;
  padding-right:10px;
}
div#right_sections{
  float:right;
  width:290px;
  margin: 0 auto;
}

div#bottom{
  clear:both;
  width:750px;
  text-align:left;
  margin-left:10px;

}

div#footer{
	margin: 0 auto;
    width: 750px;
	padding:4px;
	font-family: verdana;
	font-size:9px;
	color:#CCCCCC;
	background-color:#253423;
	text-align:center;
	margin-top:15px;
}
}