body {
	background-color: #666;
	color: #444;
	text-shadow: inherit;
	text-align: center;
}

.top-logo {
	height: 64px;
	width: 64px;
	float: left;
	margin: 4px;
}

.contents {
	width: 640px;
	margin: 0 auto;
	text-align: left;
}

.ss-image {
	width: 200px;
	float: left;
	margin: 10px 5px 5px 7px;
}
#footer {
	clear: both;
	padding: 10px;
	text-align: center;
}

#top-title {
	font-size: x-large;
}

#top-title .sub-title{
	font-size: large;
}

.clearfix {
	clear:both;
}
.button-app a {
	display: block;
	width:200px;
	padding: 10px;
	text-align:center;
	text-decoration: none;
	color: #222222;
	border: 1px solid #888888;
	float: left;
	margin: 8px;
	text-shadow: 2px 2px 2px #aaaaaa;
	font-weight: bold;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
.button-app a:link, .button-app a:visited {
	background: rgba(255,255,255,0.8);
}
.button-app a:hover, .button-app a:active, .button-app a:focus {
	background: rgba(255,255,255,1.0);
}
