body {
	background-color: #C8F0FA;
	margin: 0;
	padding: 0;
}

#nav-left {
	margin: 6px 0px 0px 0px;
}

.nav-bg {
	background-image:url(image/bg-nav.gif);
	background-repeat: no-repeat;
}

.text1 {
	font-size : 12px;
	font-style : normal;
	font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	color : #555555;
	line-height: 18px;
	text-align: left;
}

.copyright {
	font-size : 10px;
	font-style : normal;
    font-family: "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", "Osaka", "ＭＳ Ｐゴシック";
	color : #555555;
	text-align: center;
	padding-top: 15px;
}

a:link {
	color:#003D65;
	text-decoration : underline;
}
a:hover {
 color:#003D65;
	background-color: #D6E7F1;
}
a:active {
 color:#581727;
 text-decoration:none ;
}
a:visited {
 color:#581727;
 text-decoration:underline;
}
.six {
	padding-right: 12px;
	padding-left: 12px;
}
.sixleft {
	padding-right: 12px;
}
.sixright {
	padding-left: 12px;
}
