body {
	font-size: 14px;
	line-height: 22px;
	color: #000000;
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center top;
	background-image: url(images/base_sales.jpg);
	margin: 0px;
	padding: 0px;
}

.big { font-size: 23px; font-weight: bolder; line-height: 40px; }
.middle { font-size: 16px; font-weight: bolder; line-height: 30px; }
.bold {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.white {
	font-size: 14px;
	line-height: 22px;
	color: #FFFFFF;
}
.whitemiddle {
	font-size: 18px;
	font-weight: bolder;
	line-height: 22px;
	color: #FFFFFF;
}
.date {
	font-size: 13px;
	line-height: 20px;
	color: #000000;
}
.smallwhite {
	font-size: 11px;
	line-height: 18px;
	color: #FFFFFF;
}
.gray {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
}
.alert {
	font-size: 12px;
	color: #FF0000;
}
.smallblack {
	font-size: 13px;
	line-height: 18px;
	color: #000000;
}
.gray11px {
	font-size: 11px;
	line-height: 16px;
	letter-spacing: 1px;
	color: #666666;
}
.gray12px {
	font-size: 12px;
	line-height: 17px;
	letter-spacing: 1px;
	color: #666666;
}
.smallblue {
	font-size: 13px;
	line-height: 20px;
	color: #3366CC;
}
.xsmallblack {
	font-size: 11px;
	line-height: 20px;
	color: #000000;
}
.bkgray {
	background-color: #aaaaaa;
}
.line{ border: 1px solid #cccccc;}
a:link {
	color: #7878B4;
	text-decoration: none;
}
a:visited {
	color: #2E4486;
	text-decoration: none;
}
a:hover {
	color: #2E4486;
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* 訪問済み判別　*/

div#letter01 a:link,div#letter02,div#letter03,div#letter04 a:link{
	width: 65px;
	height: 70px;
	display: block;
	background: url(images/i_letter_close.gif) no-repeat center top;
}

div#letter01 a:visited,div#letter02,div#letter03,div#letter04 a:visited{
	width: 65px;
	height: 70px;
	display: block;
	background: url(images/i_letter_open.gif) no-repeat center top;
}
