@charset "utf-8";

a > img{
	border: 0;
	text-align: center;
	padding: 5;
}

.layouttop a:link {
	color: #123;
	text-decoration: none;
	font-weight: bold;
}
.layouttop a:visited {
	color: #123;
	text-decoration: none;
	font-weight: bold;
}
.layouttop a:hover {
	color: #00a;
	text-decoration: underline;
	font-weight: bold;
	
}
.layouttop a:active {
	color: #123;
	text-decoration: none;
	font-weight: bold;
}

.layoutbottom a:link {
	color: #123;
	text-decoration:none;
}
.layoutbottom a:visited {
	color: #123;
	text-decoration: none;
}
.layoutbottom a:hover {
	color: #00a;
	text-decoration: underline;
	font-weight: bold;
	
}
.layoutbottom a:active {
	color: #123;
	text-decoration: none;
	text-align: center;
}
