body {
	margin: 0;
	padding: 0;
	text-align:left;
}

#wrapper {
	width: 748px;
	margin: 0 auto;
}

#header {
	padding-bottom: 10px;
	text-align: left;
}
#searcharea  {
  background-color: transparent;
  float:right;
  width:300px;
  text-align:right;
  padding: 0px 10px -10px 0px;
  clear: right;
  font-size: 12px;
}
#cotit  {
  background-color: transparent;
  float:left;
  width:256px;
  text-align:left;
  padding: 0px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  clear: right;
}

#pagebody {
	clear: both;
	position: relative;
	width: 748px;
	padding-top: 0px;
    text-align: left;
	font-size: 11px;
}

#content {
	float: right;
	width: 748px;
}

#footer {
	clear: both;
	background: url(../images/foot.gif) no-repeat 0 0;
}

/**
 * ヘッダ
 * 
 */
div#header h1 {
	background: url(../images/head.gif) no-repeat 0 0;
	height: 47px;
}

/**
 * フッタ
 * 
 */
div#footer h3 {
	height: 24px;
}
div#footer p {
 	font-size: 9px;
}

/* general styles */

table, td{
	font:100% Arial, Helvetica, sans-serif; 
	text-align:LEFT;
	font-size: 12px;
	font-weight:normal;
}
table{width: 748px;border-collapse:collapse;margin:1em 0;}
th, td{text-align:left;padding:.5em;border:1px solid #fff;}
th{background:#328aa4 url(tr_back.gif) repeat-x;color:#fff;}
td{background:#e5f1f4;}

/* tablecloth styles */

tr.even td{background:#e5f1f4;}
tr.odd td{background:#f8fbfc;}

th.over, tr.even th.over, tr.odd th.over{background:#4a98af;}
th.down, tr.even th.down, tr.odd th.down{background:#bce774;}
th.selected, tr.even th.selected, tr.odd th.selected{}

td.over, tr.even td.over, tr.odd td.over{background:#ecfbd4;}
td.down, tr.even td.down, tr.odd td.down{background:#bce774;color:#fff;}
td.selected, tr.even td.selected, tr.odd td.selected{background:#bce774;color:#555;}

/* use this if you want to apply different styleing to empty table cells*/
td.empty, tr.odd td.empty, tr.even td.empty{background:#fff;}

td.itemh1,
td.itemh2,
td.itemh3,
td.itemh4,
td.itemh5 {
	text-align:LEFT;
	font-size: 12px;
	font-weight:normal;
	border-collapse: collapse;
}
td.item1,
td.itemLast1 {
	width: 200px;
}
td.item2,
td.itemLast2 {
	width: 100px;
}
td.item3,
td.itemLast3 {
	width: 90px;
}
td.item4,
td.itemLast4 {
	width: 58px;
	white-space: nowrap;
	text-align: right;
}
td.item5,
td.itemLast5 {
	width: 300px;
	font-size: 10px;
}


