/* base
---------------------------------------------------- */
body {
	padding: 0px;
	background-image: url(../images/bg.gif);
	background-repeat: repeat-y;
	background-color: #E5E5E5;
	background-position: center;
	text-align: center;
	width: 678px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

a img {
  border: none;
  color: #ffffff;
  background: transparent;
}

#clear{
	clear: both;
	margin: 0px;
	padding: 0px;
}

a:link  {
 color: #003366;
}
a:visited  {
 color: #003366;
}
a:hover  {
 color: #0099CC
}
a:active  {
 color: #0099CC
}

h1 {
	background-image: url(../images/header.gif);
	text-indent: -10000px;
	height: 127px;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	text-align: center;
	background-position: center;
	width: 678px;
}
.wide {
	width: 650px;
	margin-right: auto;
	margin-left: auto;
}

/* contents
---------------------------------------------------- */
.layouttd {
	clear: both;
	padding-top: 10px;
	padding-bottom: 10px;
}
.dot11 {
	background-image: url(../images/dot.gif);
	height: 11px;
	background-repeat: repeat-x;
}
.dot1 {
	background-image: url(../images/dot2.gif);
	height: 1px;
	background-repeat: repeat-x;
}
.footer {
	font-size: 12px;
	line-height: 16px;
	color: #333333;
	padding-bottom: 15px;
}
.str {
	font-size: 110%;
	font-weight: bold;
	color: #003366;
}
