@charset "utf-8";
/* CSS Document */
/*-----------------------------------------------*/
/* コンテンツ                                    */
/*-----------------------------------------------*/
#contents .p_waku {
  margin-left:24px;
  margin-right:4px;
  margin-bottom:8px;
  padding:2px;
  border-top:#999999 1px dotted;
  border-left:#999999 1px dotted;
  border-bottom:#999999 1px dotted;
  border-right:#999999 1px dotted;
}
/*-----------------------------------------------*/
/* テーブル                                      */
/*-----------------------------------------------*/
#contents table {
  width:580px;
  margin-left:24px;
  margin-bottom:8px;
  border-top:#999999 1px dotted;
  border-left:#999999 1px dotted;
}

#contents th {
  width:120px;
  background-color:#FFFFCC;
  border-bottom:#999999 1px dotted;
  border-right:#999999 1px dotted;
  font-size:0.9em;
  font-weight:normal;
  padding:2px;
  text-align:center;
}
#contents td {
  background-color:#FFFFFF;
  border-bottom:#999999 1px dotted;
  border-right:#999999 1px dotted;
  font-size:small;
  padding:2px;
  padding-left:8px;
  text-align:left;
}

/*-----------------------------------------------*/
/* 特殊テーブル                                  */
/*-----------------------------------------------*/
#table_mini table {
  width:300px;
  border:#333333 solid 2px;
}
#table_middle table {
  width:570px;
  border:#333333 solid 2px;
}
#contents .no_bottom_border {
  border-bottom:none;
}
#contents .strong_bottom_border {
  border-bottom:#333333 solid 2px;
}

#contents .background_green {
  background-color:#00FF00;
}
#contents .background_cian {
  background-color:#00FFFF;
}
#contents .background_yellow {
  background-color:#FFFF00;
}
#contents .background_lightblue {
  background-color:#CCFFFF;
}

/*-----------------------------------------------*/
/* フォント                                      */
/*-----------------------------------------------*/
#contents .font_pink {
  color:#FF00FF;
}
#contents .font_strong {
  font-weight:bold;
}
#contents .font_underline {
	text-decoration: underline;  
}

