@charset "shift_jis";

*{margin:0; padding:0;}

/* basic
--------------------------------------------------------*/
body {
 margin: 0;
 padding: 0;
 background-color: #CCCCCC;
}


/* index
--------------------------------------------------------*/
#trade_top {
 margin: 0 auto;
 padding: 50px 0 40px 0;
 width: 630px;
 background-color: #FFFFFF;
 font-size: small;
 line-height: 200%;
 text-align: left;
}

#trade_top:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


/* header
--------------------------------------------------------*/
#header {
 width: 80%;
 font-size: small;
 line-height: 200%;
 text-align: right;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 padding-top: 30px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0;
 background-image: url(../trade/image/header_logo1.png);
 background-repeat: no-repeat;
 background-position: left bottom;
}



/* contents
--------------------------------------------------------*/
#trade_img {
	padding: 40px 0 0 0 ;
	float:left;
	width:340px;
	text-align:center;
}

#trade_detail {
	padding: 40px 45px 0 5px ;
	float:right;
	width:300px;
}

#trade_text {
 width: 80%;
 background-color: #FFFFFF;
 font-size: medium;
 line-height: 200%;
 text-align: left;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 padding-top: 25px;
 padding-right: 0;
 padding-bottom: 0;
 padding-left: 0;
}
#trade_text.strong { color: #3DA2C5; }


#trade_text:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}


#trade_link {
 width: 615px;
 background-color: #FFFFFF;
 font-size: small;
 line-height: 150%;
 text-align: left;
 margin-top: 0;
 margin-right: auto;
 margin-bottom: 0;
 margin-left: auto;
 padding-top: 0;
 padding-right: 0;
 padding-bottom: 10px;
 padding-left: 7px;
}

#trade_text:after	{
	height:	0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}




/* trade list
--------------------------------------------------------*/
table	{
 table-layout: fixed;
 border-collapse: collapse;
 border-spacing: 0;
 width: 100%;
 font-size: small;
 text-align: left;
 margin-top: 0;
 margin-right: 0;
 margin-bottom: 15px;
 margin-left: 0;
}

th	{
 padding: 5px 5px;
 text-align: left;
 vertical-align: top;
 border-bottom: 1px
 solid #DDD;
}

td	{
 padding: 5px 5px;
 text-align: left;
 vertical-align: top;
 border-bottom: 1px
 solid #DDD;
}

strong	{
 color: #C33;
}
del	{ color: #CCCCCC; }

.col-head-type1 {
  border-collapse: collapse;
  width: 100%;
}
 
.col-head-type1 th,
.col-head-type1 td {
  border: 1px solid #dbe1e8;  
  padding: 8px;
}
 
.col-head-type1 th {
  background: #f9fafc;
  text-align: left;
  width: 120px;
}
 
@media only screen and (max-width: 500px) {
  .col-head-type1 tr,
  .col-head-type1 th,
  .col-head-type1 td {
    display: block;
    width: auto;
  }
  
  .col-head-type1 tr:first-child {
    border-top: 1px solid #dbe1e8;  
  }
  
  .col-head-type1 th,
  .col-head-type1 td {
    border-top: none;
  }
}


ul.details {
 width: 100%;
 padding: 0;
 border: 0;
}
ul.details p { margin: 10px 0px; }
ul.details li {
 vertical-align:top;
 display: -moz-inline-box; /* Firefox 2 and older */
 display: inline-block;
 width: 100px;
 margin: 0;
 padding: 0 3px 0 0;
 list-style: none;
 text-align: center;
 border: 0;
}
* html ul.details li { /* IE 6 */
 display: inline;
 zoom: 1;
}
*:first-child+html ul.details li { /* IE 7 */
 display: inline;
 zoom: 1;
}

/* code for "-moz-inline-box" [BEGIN] */
div.details_tag {
 display: table-row-group;
 font-size: small;
}

div.details_tag p { width:100px; }
p.details_imgblock {
 width: 100px;
 display: table-row-group;
}

p.details_imgblock img { border: 1px solid #000; }
/* code for "-moz-inline-box" [END] */








/* deco
--------------------------------------------------------*/
h2 {
	color: #3DA2C5;
	font-size: large;
	margin: 2px 0 5px 0;
}

h3 {
	color: #26447E;
	font-size: small;
	margin: 2px 0 3px 0;
}

h4 {
	font-weight: bold;
	color: #26447E;
	font-size: small;
}

hr {
	margin: 10px 0;
}


/* footer
--------------------------------------------------------*/
#footer {
 clear:both;
margin: 15px auto 0;
 padding: 0px 0 20px;
 text-align: right;
	font-size: x-small;
 width: 80%;
}
