/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: #CCC;
	color: #666;
	padding: 0;
	margin: 0;
}

#range {
	background-color: #FFF;
}

h1 {
	font-size: 1.2em;
	font-weight: normal;
}

p {
	font-size: 0.8em;
}

a {
	text-decoration: underline;
	color: #0066cc;
}

a:hover {
	text-decoration: none;
}

.bold {
	font-weight: bold;
}

.italic {
	font-style: italic;
}

.float_right {
	float: right;
	text-align: left;
	font-size: 0.8em;
}

ul#content {
	font-size: 0.8em;
}

fieldset {
	width: 95%;
}

.list {
	font-size: 0.8em;
}

.list_captcha ul{
	font-size: 0.8em;
	list-style: none;
	margin: 0;
	padding: 0;
}

.notice {
	font-size: 15px;
}

.red {
	color: #ff0000;
}

.franchise_link {
	color: #0064c8;
	text-decoration: underline;
	font-size: 12px;
}

.big-center-text {
	text-align: center;
	font-size: 16px;
	line-height: 160%;
}