/* ---------------------------------------------------------------- */
/* common : begin */

body {
	margin-top:	0px;
	background-color: #ffffff;
}

hr.separater {
	margin-top:    8px;
	margin-bottom: 8px;
  height: 1px;
  color: #ffffff;
}

hr.separater_f2 {
	margin-top:    8px;
	margin-bottom: 8px;
	margin-left:   8px;
	margin-right:  8px;
  height:        1px;
  color: #6699cc;
}

hr.copyright {
	margin-top:    8px;
	margin-bottom: 8px;
  height: 1px;
  color: #666699;
}

.copyright {
	color:	#553333;
	text-align:	center;
	font-size:	10pt;
}

address{
	color:	#666699;
	margin-left:	10px;
	font-style:	normal;
	font-size:	13px;
	font-family:	"Arial";
}

a:link, a:visited, a:active {
  color: #333399;
  background-color: transparent;
  text-decoration: none
}

a:hover {
  color: #ff3300;
  background-color: transparent;
  text-decoration: underline
}

div.centering {
	text-align:    center;
}

div.top1 {
	text-align: right;
	margin-right:  20px;
}

a.top2:link, a.top2:visited {
	color:		#808080;
	text-decoration: none;
	font-size:	13px;
}
a.top2:hover, a.top2:active {
	color: #ff3300;
	text-decoration: underline
	font-size:	13px;
}

