@charset "utf-8";


.colC {
	float: right;
	width: 280px;
}
.colB {
	float: right;
	width: 280px;
	margin-right: 15px;
}
.colA {
	float: right;
	width: 280px;
	margin-right: 15px;
}

.colC p {
	font-size: 0.9em;
	line-height: 1.5em;
}
.colC ._title {
	text-align: center;	
}
.colA a,.colB a,.colC a {
	display: block;
	height: 0px;
	width: 280px;
	padding-top: 343px;
	overflow: hidden;
	background-repeat: no-repeat;
}
.colA .Img2,.colB .Img4 {
	margin-top: 15px;
}


.colA a.Img1 {
	background-image: url(images/styletop01.jpg);
}
.colA a.Img2 {
	background-image: url(images/styletop02.jpg);
}
.colB a.Img3 {
	background-image: url(images/styletop03.jpg);
}
.colB a.Img4 {
	background-image: url(images/styletop04.jpg);
}
.colA a.Img1:hover {
	background-image: url(images/styletop01h.jpg);
}
.colA a.Img2:hover {
	background-image: url(images/styletop02h.jpg);
}
.colB a.Img3:hover {
	background-image: url(images/styletop03h.jpg);
}
.colB a.Img4:hover {
	background-image: url(images/styletop04h.jpg);
}