@charset "UTF-8";
/* CSS Document */

body {
	padding:0px;
	margin:0px;
	text-align: center;
}

a img {
	border: none;
}


#wrapper {
	padding:0px;
	margin: 0px;
}

#header {
	padding:0px;
	margin:0px;
	background-image: url(../img_cmn/bg_header.gif);
	background-repeat: repeat-x;
	height: 75px;
}

#pankuzulist {
	padding:0px;
	margin:0px;
	background-image: url(../img_cmn/bg_pankuzulist.gif);
	background-repeat: repeat-x;
	height: 30px;
}

#pankuzulist p {
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
	font-size: 12px;
	line-height: 30px;
	color: #333333;
}

#contents {
	padding: 10px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	clear: both;
}

#pagetopback {
	margin:0px;
	clear: both;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
	padding-left: 0px;
	text-align: right;
}

#endnav {
	margin:0px;
	clear: both;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
}

#endnav ul{
	padding: 0px;
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	list-style-type: none;
}

#endnav li{
	list-style-type: none;
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999999;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 30px;
	font-size: 12px;
}

#endnav li a{
	color: #666666;
	text-decoration: none;
}

#endnav li a:hover{
	color: #0000FF;
	text-decoration: underline;
}

#footer {
	padding:0px;
	margin:0px;
	clear: both;
	background-repeat: repeat-x;
	height: 60px;
	background-image: url(../img_cmn/bg_footer.gif);
}

#footer p {
	width: 1000px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 20px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	color: #666666;
	background-image: url(../img_cmn/logo_wffc-group_footer.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}

