@charset "UTF-8";
 @media screen {

/* ////////////////////////////////////////////////////////////////////////////////////////////////////

[ side ] 

//////////////////////////////////////////////////////////////////////////////////////////////////// */

#side {
  width:300px;
  float:right;
}

a.button_new_register {
  display:block;
  width:300px;
  height:206px;
  background-position:left top;
  background-repeat:no-repeat;
}

h3.cont_title {
  font-size: 14px;
  font-weight: 700;
  padding: 5px 8px 4px 8px;
  margin: 0;
  /*background: url(../../images/common/title_bg.gif) 0 bottom repeat-x;*/
  border-style: solid;
  border-width: 1px;
  border-color: #cccccc #cccccc #cc141d #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -webkit-border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-topright: 4px;
  color: #333333;
}

#side .cont {
  margin-bottom: 10px;
  padding: 8px;
  text-align: left;
  border: 1px solid #cccccc;
}
}
