@import "base.css";

body {
	/* background: url(/images/cmn/bg_02.gif) repeat-x; */
	background: url(/images/cmn/bg_03.gif) repeat-x;
}

.menu {
	width: 174px; 
	vertical-align: top;
	padding-top: 20px; 
}


#content .itemTitle{
	text-align: left; 
	width: 90%;
	padding: 5px;
	background: #dad0c6;
	height: 20px;
}


/* --------- moushikomi  ---------- */
table#edit th {
  border: 0px solid white;
  font-weight: bold;
  padding: 5px;
  font-size: 12px;
  /*background-image: url( /image/cmn/back_pic.gif );*/
  background-color: #655555;
  color: white;
  vertical-align: middle;
}

table#edit td {
  border: 0px solid white;
  background-color: #EEEEEE;
  padding: 5px;
  color: #655555;
  vertical-align: top;
  font-weight: bold;
}

