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

.header {
	background-attachment: scroll;
	background-image: url(../image/ss900_logo2.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 80px;
}
.footer {
	font-size: small;
	text-align: center;
}
.main {
	margin-right: 30px;
	margin-left: 30px;
}

p {
	line-height: 150%;
}
.large {
	font-size: x-large;
}
.h2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
}
.red {
	color: #FF0000;
}
.red_bold {
	font-weight: bold;
	color: #FF0000;
}
.gray {
	color: #999999;
}
blockquote {
	background-color: #EEE;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 5px;
}
.spot_info {
	background-color: #FFC;
	border: 1px solid #FC6;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 20px;
}
