.style33 {font-weight: bold}

.attention {
	font-size		: 10pt;
	color			: #ff0000;
}

.bbscolor1 {
	color			: #666666;
}

.bbscolor2 {
	color			: #FF6633;
}


div.title {
  border-left         : 4px;
  border-left-style   : dotted;
  border-left-color   : #ff0000;
  border-bottom       : 4px;
  border-bottom-style : dotted;
  border-bottom-color : #ff0000;
  font-size           : 16pt;
  font-weight         : 900;
  padding-top         : 10px;
  padding-left        : 10px;
  height              : 30px;
}

td {
  word-break       : break-all;
}

hr {
  color            : #ff0000; /* 線の色(IE用) */
  background-color : #ff0000; /* 線の色(NN用) */
  height           : 1px; /* 線の太さ */
  border           : 1px; /* 枠の太さ */
  border-bottom-style  : dashed; /* 枠の種類 */
}

.btn {				/* ボタン用の装飾 */ 
  background-color : #ff0000;
  color	           : #ffffff;
  height           : 20px;
  border           : 1px solid #666666;
  padding          : 1px 3px 2px;
  margin           : 0px;
  text-align       : center;
  font-size        : 10pt;
  cursor           : hand;
}

a:visited {
  color            : #FF9900;
}

