@charset "UTF-8";
@media screen
{
#main {
  background-image: url(../img/site/bg_content_l_index.gif);
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color:#fff;
}
#col3 {
  background-image: url(../img/site/bg_content_m_index.gif);
  background-repeat: no-repeat;
  background-position: bottom;
  background-color:#f1f5f9;
  margin-right: 195px;
  margin-left: 299px;
}
#col2 {
  float: right;
  width: 195px;
  padding-top: 197px;
  text-align: center;
}
}