body {
	margin: 70px 0 0 0;
	padding: 0px;
	background-color: #fff;
	font-family: Arial, sans-serif;
	color:#626262;
	font-size: 13px;
}
p {
	margin: 0 0 10px 0;
	color:#434343;
}
#frame {
	position:relative;
	width: 900px;
	margin: 0px auto;
}
.col {
	float: left;
	width: 300px;
	text-align: center;
}
.col img {
	border: solid 7px #C9C9C9;
	margin-bottom:10px;
}
.clear {
	clear: both;
}
.ttl {
	font-size: 15px;
	font-family:"Arial Black", Arial, sans-serif;
	margin-bottom:5px;
}
.sml {
	font-size: 11px;
}
.click {
	margin:10px auto 0 auto;
	height:24px;
	width:162px;
}
.click a {
	display:block;
	height:24px;
	width:162px;
	background-image: url(../images/click.png);
	background-repeat:no-repeat;
	background-position: -0px -0px;
}
.click a:hover {
	background-position: -0px -24px;
}
.soon {
	display:block;
	height:24px;
	width:162px;
	background-image: url(../images/soon.png);
	background-repeat:no-repeat;
	background-position: -0px -0px;
	margin:10px auto 0 auto;
}
