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

div#wrapper {
text-align: center;
}
div#frame{
  margin-left:auto;
  margin-right:auto;
  width:750px;
}

div#header {
  width:750px;
  text-align:center;
}



div#contents{
  margin: 0 auto;
  text-align:left;
  }
  
div.customA {
float:right;
margin-left:13px;
margin-bottom:13px;
text-align:center;
font-family:verdana;
font-size:11px;

}

div#customABCout {
width:750px;

}


div#customABCin {
   font-family:verdana;
   font-size:11px;
   line-height:1.5em;
}

table.clrsmpl {
    font-family:verdana;
    font-size:11px;
	width:750px;
	border-top:1px solid #D9D9D9;
    border-left:1px solid #D9D9D9;
    border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
}

.clrsmpl th {
    border-right:1px solid #D9D9D9;
    border-bottom:1px solid #D9D9D9;
    color:#330000;
    text-align:left;
	padding:0.3em 1em;
}

.clrsmpl td {
    border-right:1px solid #D9D9D9;
    border-bottom:1px solid #D9D9D9;
    color:#330000;
    padding:0.3em 1em;
    text-align:left;
}

div.boatimage {
  overflow:auto;
  overflow:hidden;
  margin-bottom:20px;
  margin-top:15px;
}

div#colorAreaOUT {
  width:750;
  overflow:auto;
  overflow:hidden;
  padding-left:10px;
  padding-right:10px;
  padding-top:10px;
  margin-bottom:35px;
}

div#colorAreaIN {
  width:730;
  overflow:auto;
  overflow:hidden;
}


div#chartleft {
float:left;
}

table.colorChart1 {
    font-family:verdana;
    font-size:10px;
	width:350px;
	border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
}

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

.colorChart1 td {
    border-right:1px solid #666666;
    border-bottom:1px solid #666666;
    color:#330000;
    padding:0.3em 1em;
    text-align:center;
}
div#chartright {
float:right;
}

table.colorChart2 {
    font-family:verdana;
    font-size:10px;
	width:350px;
	border-top:1px solid #666666;
    border-left:1px solid #666666;
    border-collapse:collapse;
	border-spacing:0;
	background-color:#FFFFFF;
}

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

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


div#restofcontents1 {
clear:both;
}


table.coxed {
width:700px;
margin-bottom:15px;
}



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

}
}