div#key_visual {
	width: 654px;
	overflow: hidden;
	color: white;
	
	font-size: 10pt;
	font-weight: bold;
	
	background-image: url(/media/images/page_images/main_index.jpg);
	background-repeat: no-repeat;
	background-color: #000f2d;
	
	padding: 0;
	margin: 0;
}

div#key_visual.wkh {
	background-image: url(/media/images/page_images/main_index.jpg);
	background-color: #324f80;
}

div#key_visual div.row {
	width: 656px;
	height:68px;
	/*
	background-color: #000f2d;
	background-image: url(/media/images/animation/row_bg.gif);
	background-repeat: repeat-x;
	*/
}

/* very important for ie */
div#key_visual div.row  a {
	width: 130px;
}

div#key_visual div.row img {
	border: 1px solid white;
	margin-left: -1px;
	margin-bottom: -1px;
	
	position: relative;
}

div#key_visual div.row  a img {
	z-index: 1000;
}

div#key_visual div.row img.generic {
	border: 0;
	background-color: #000f2d;
	background-image: url(/media/images/animation/row_bg.gif);
	background-repeat: repeat-x;
}
