body {
	font-size: 10pt;
	color: #333333;
	margin: 0px;
	padding: 0px;
	background-color: #CCFFCC;
	font-family: "‚l‚r ‚oƒSƒVƒbƒN", Osaka, "ƒqƒ‰ƒMƒmŠpƒS Pro W3";
}
.main {
	width: 835px;
	margin-right: auto;
	margin-left: auto;
}
.main600 {
	text-align: center;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
}
.main500 {
	width: 500px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}


/*back color*/
.bkwh {
	background-color: #FFFFFF;
}
.bkgreen {
	background-color: #00CC65;
}

/*font*/
.fontpk {
	color: #FF99CC;
}
.font10pt {
	font-size: 10pt;
	line-height: 150%;
}
.txtbd {
	font-weight: bolder;
}

.redbold {
	font-size: 1.4em;
	font-weight: bolder;
	color: #ec0000;
}

h1 {
	line-height: 0px;
	margin: 0px;
	padding: 0px;
	text-indent: -9999px;
}

/*img*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*link*/
a:link {
	color: #0066FF;
	text-decoration: none;
}
a:visited {
	color: #FF6600;
	text-decoration: none;
}
a:hover {
	color: #FF0066;
}

/*footer*/
.footer {
	text-align: right;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
	font-size: 9pt;
	letter-spacing: 0.1em;
	padding-right: 50px;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 10px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #00CC66;
}
.cp {
	font-family: "Times New Roman", Times, serif;
	font-size: 9pt;
	letter-spacing: 0.1em;
	text-align: center;
	padding: 10px;
	color: #FFFFFF;
	background-color: #00CC66;
	clear: left;
	display: block;
	width: 100%;
}

/*position*/
.centerimg {
	text-align: center;
}
.righttop {
	text-align: right;
	vertical-align: top;
}
.floatright {
	float: right;
}
