@charset "utf-8";
/* CSS Document */
html{
HEIGHT: 100%;}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:#f1f1f1;
	font-size:12px;
	color:#666;
	text-align:center;
	HEIGHT: 100%;
	line-height: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
.bg01{
	background-image: url(bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	
}
.bg02{
	background-image: url(bg02.gif);
	background-repeat: no-repeat;
	background-position: center top;
}

.footer{
background:#f1f1f1;
height:100%;
border-top:#ff78a3 solid 3px;
}
.member{
	width:235px;
	height:102px;
	background-image: url(member02.gif);
	background-repeat: no-repeat;
	background-position: center center;
}
.input{
	width:112px;
	height:22px;
background-image: url(input_bg.gif);
border:0px;
padding-left:10px;
line-height:22px;
}

a.member_link{
	color:#c71427;
	font-size:11px;
	text-decoration: none;
	line-height:18px;
}
a:hover.member_link{
	color:#666;
	font-size:11px;
	text-decoration: none;
		line-height:18px;
}
.point{
	background-image: url(point01.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.border{
border:#dcdcdc solid 1px;
padding:1px;}
a.footer_link{
	color:#666;
	text-decoration: none;
}
a:hover.footer_link{
color:#999}