@charset "utf-8";
/* CSS Document */

#header
{
	width:639px;
	height:37px;
	background-image:url(images/top_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;
}

#footer
{
	width:639px;
	height:35px;
	background-image:url(images/bottom_bg.jpg);
	background-repeat:no-repeat;
	margin:auto;

}

#content_wrapper
{
	width:639px;
	background-image:url(images/middle_bg.jpg);
	background-repeat:repeat-y;
	margin:auto;
}

#inside
{
	width:525px;
	margin:auto;
}

#rankbutton
{
	margin:auto;
	width:111px;
	height:30px;
}

#banner
{
	width:407px;
	height:174px;
	margin:auto;
}

#form_area
{

}

.text_font
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#333333;

}

.bigredfont
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	color:#FF0000;

}

.middletext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000000;
	
}

.smalltext
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#666666;
}

.style1 {color: #FF0000}

.style1 a
{
	color:#FF0000;
	text-decoration:none;

}