body,td,th {
	color: #333333;
}

body {
	background-color: #FFFFFF;
	margin:0 auto 0 auto;
	padding:0;
	background-image: url(images/bg01.gif);
	background-position: top;
	background-repeat: repeat-x;
}

a:link {
	color: #031CC2;
	text-decoration: none;
}
a:visited {
	color: #031CC2;
	text-decoration: none;
}
a:hover {
	color: #0099FF;
	text-decoration: none;
}
a:active {
	color: #0099FF;
	text-decoration: none;
}

#wrap {
	width:710px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}

#header {
	margin: 0;
	padding: 0;
	background-image: url(images/header.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	width: 710px;
	height: 147px;
}

#ttltop {
	margin: 0;
	padding: 0;
	background-image: url(images/ttltop.gif);
	background-position: top;
	background-repeat: no-repeat;
	text-align: left;
	width: 710px;
	height: 42px;
}

#ttltop h1 {
	margin: 14px 50px 14px 95px;
	padding: 0;
	font-size: 14px;
	font-weight: bold;
	color: #003300;
}

#mokuzi {
	margin: 0;
	padding: 0;
	background-image: url(images/contents.gif);
	background-position: center;
	background-repeat: repeat; 
	text-align: left;
	width: 710px;
	height: 42px;
}

#mokuzi .txt {
	margin: 14px 45px 0 58px;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
}

#content {
	margin: 0;
	padding: 0;
	background-image: url(images/contents.gif);
	background-position: center;
	background-repeat: repeat; 
	text-align: left;
	width: 710px;
	height: 42px;
}

#content .txt {
	margin: 14px 60px 0 68px;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
}

#content .txt p {
	margin: 0;
	padding: 0;
}

#content .txt h2 {
	margin: 0 0 5px;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.7;
	text-align: right;

}

#footer {
	margin: 0 0 20px 0;
	padding: 0;
	background-image: url(images/footer.gif);
	background-position: center;
	background-repeat: no-repeat;
	text-align: left;
	vertical-align: top;
	width: 710px;
	height: 130px;
}

#footer h3 {
	margin: 50px 60px 14px 68px;
	padding: 0;
	font-size: 12px;
	line-height: 1.7;
	font-weight: normal;
}

.copyright {
font-size:10px;
color:#666666;
text-align:right;
}

