@charset "UTF-8";
/* CSS Document */.start {	width: 100%;	height: 358px;	position:absolute;	background-color:#DCDCDC;	top:50%;
	margin-top: -179px;	padding:0px;
	float:left;}

.start .menu {
	width:674px;
	left: 50%;
	position: absolute;
	margin-left: -255px;
	height:358px;
	display:block;
	overflow:hidden;
}

.start .menu .entry {
	width:170px;
	height:358px;
	display:block;
	overflow:hidden;
	padding-right:6px;
	float:left;
}

.start .menu .entry a {
	background-position:0px 0px;
	background-repeat:no-repeat;
	padding-top:358px;
	display:block;
}

.start .menu .entry a:hover {
	background-position:0 -358px;
}

.start .name {
	width:107px;
	height:358px;
	display:block;
	overflow:hidden;
}


img {	border: none;	padding: 0px;	margin: 0px;}

