/* CSS Document */

@charset "euc-jp";
html {overflow-x:hidden;}
body, form, div, table, td, th, ul, ol, li, p {
	margin : 0;
	padding: 0;
	text-decoration: none;
	color : #333333;
	font: normal 12px/1.4em Osaka, "ＭＳ Ｐゴシック", 'MS P Gothic', sans-serif;
}

/* Common 
---------------------------------------------------------- */
body{
background:#C1E0FF;
}
img {
  border : none;
}
a:link {
  color: #267ED1;
  text-decoration: underline;
}
a:visited {
  color: #28507f;
  text-decoration: underline;
}
a:hover, a:active {
  color: #e60012;
  text-decoration: none;
}
.spacer{
clear:both;
margin:0;
padding:0;
}

/* コンテンツ
---------------------------------------------------------- */

#dataarea,#listarea,#titlearea,#listcontents{
margin:0;
padding:0;
}

#listarea{
width:740px;
border:1px solid #267ED1;
background:#C1E0FF;
padding:3px;
}
#listcontents{
width:740px;
background:#C1E0FF;
}
#titlearea{
border:1px solid #267ED1;
background:url(../img/trade/bar.jpg) bottom repeat-x;
margin-bottom:5px;
}
#titlearea p{
text-align:right;
padding:3px 0px 2px 100px;
background:url(../img/trade/bar_title_bb.jpg) no-repeat left;
}
.waku{
border:1px solid #CCCCCC;
padding:5px;
background:#FFFFFF;
}
#listcontents table{
border-color:#CCCCCC;
border-style:solid;
border-width:1px 1px 0 0;
width:100%;
margin:0;
padding:0;
}
#listcontents th,#listcontents td{
margin:0;
padding:3px;
border-color:#CCCCCC;
border-style:solid;
border-width:0 0 1px 1px;
text-align:center;
}
#listcontents th{
background:#6695F5;
color:#FFFFFF;
}
#listcontents td.left{
text-align:left;
}

#listcontents p{
text-align:right;
}
