@charset "utf-8";					/*使用する文字コード*/
/* サイト共通要素 */

/* ==================== タグの初期設定 ==================== */
DIV#secondLevelContents P.newspaceListLineTitle{
  margin:0px;
  padding:5px;
  background-color:#F9F9F9;
  border:1px solid #CCCCCC;
  font-weight:bold;
}
DIV#secondLevelContents DIV.newspaceListLine{
  margin-bottom:15px;
  background-image:url(../images/newspace_list_bg.gif);
  background-repeat:no-repeat;
  background-position:left top;
}
DIV#secondLevelContents DIV.newspaceListLine IMG{
  margin:5px 0px 5px 5px;
}
DIV#secondLevelContents DIV.newspaceListLine DIV.inputTextArea{
  float:right;
  margin:0px;
  padding:5px 5px 0px 5px;
  width:250px;
}
DIV#secondLevelContents DIV.newspaceListLine DIV.newspaceListFooter{
  height:5px;
  background-image:url(../images/newspace_list_bg.gif);
  background-repeat:no-repeat;
  background-position:left bottom;
  font-size:0.1em;
}

