@charset "utf-8";
/* CSS Document */

/*------------------------------
main  elements
------------------------------*/
#contr dl,
#contr table,
#contr .map{
  margin:5px 15px;
}
#contr dl dt{
	font-size:1.1em;
	color:#3399FF;
	font-weight:bold;
}
#contr dl dd{
  margin-bottom:10px;
}
span.red{
  color:red;
}
ol li{
  list-style-type:decimal;
  list-style-position:inside;
}
h3{
	margin-bottom:5px;
}
h4{
  margin:10px auto 5px auto;
}

#contr table{
	width:530px;
	background-image: url(../../images/bk.gif);
	background-repeat: repeat;
	border-collapse:separate;
	border-spacing:2px;
} 
#contr table th{
	width:11em;
	font-weight:bold;

	padding:0.2em 1em;
	background-color:#FFDDDD;
}
#contr table td{
  padding:0.2em 0.5em;
	background-color:#FFFFFF;
}
.comment{
  margin:14px;
}

div.textarea p{
	padding:0 25px 15px 20px;
	line-height:1.5;
}
div.textarea img{
	margin-left:10px;
	margin-right:25px;
	float:right;
}
  
