/*20090810表示サンプル用*/
#windowSample
{
  /*position: absolute;*/
  position: relative;
  /*left: 0px;*/
  /*top: 0px;*/
  width: auto;/*210px;*/
  height: auto;/*650px;*/
  /*overflow: hidden;*/
  display: none;
  /*20090707add*/
  overflow:auto;
  /*background-color: #dcdcdc;*/
}
#windowContentSample
{
  /*border: 1px solid #6caf00;*/
  font-size: 13px;
  /*background-color: #f5f5f5;*/
  /*background:url(recipeMat.png) repeat-y left;*//*background-color: #FFFFFF;*/
}
#windowContentSample *
{
  margin: 3px;
}
#windowCloseSample
{
  text-align:left;
  color:#000000;
  /*background-color: #ffffff;#6caf00;*/
  cursor: pointer;
}
/*20090810表示サンプル用*/


#window
{
  position: absolute;
  left: 0px;
  top: 0px;
  width: auto;/*210px;*/
  height: auto;/*650px;*/
  /*overflow: hidden;*/
  display: none;
  /*20090707add*/
  /*background-color: #dcdcdc;*/
  overflow:none;
  /*border: solid 10px #dcdcdc;*/
}

#windowTop
{
  position: relative;
  overflow: hidden;
  cursor: move;
}

#windowMin
{
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
}
#windowMax
{
  position: absolute;
  right: 25px;
  top: 10px;
  cursor: pointer;
  display: none;
}
#windowClosed
{
  text-align:right;
  color:#000000;
  width:645px;
/*background-color: #f5f5f5;*//*#6caf00;*/
}
#windowClose
{
  float:right;
  margin-right:5px;
  margin-top:3px;
  margin-bottom:3px;
  vertical-align:top;
}

#windowContent
{
  /*border: 1px solid #6caf00;*/
  font-size: 12px;
  overflow:none;
  clear:both;
/*background-color: #f5f5f5;*/
  /*background:url(recipeMat.png) repeat-y left;*/
}


#windowContent *
{
  margin: 0px;
}

.transferer2
{
  border: 1px solid #6BAF04;
  background-color: #B4F155;
  filter: alpha(opacity=30);
  -moz-opacity: 0.3;
  opacity: 0.3;
}
