@CHARSET "EUC-JP";

/* General styles ------------------------- */
* {
	margin: 	0;
	padding: 	0;
}

:focus {
	outline: none;
}

/* General styles ------------------------- */

.showcase {
	position: relative;
	}

.showcase a.controls {
	position: absolute;
	width: 54px;
	height: 50px;
	background-color: #2097FA;
	text-decoration: none;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #FFF;
	z-index: 9999;
	}

.showcase a.previous {
	padding-bottom: 4px;
}

.showcase ul li {
	width: 150px;
	height: 150px;
	float: left;	
	list-style-type: none;	
}

.showcase ul li a {
	display: block;	
}

.showcase li a img {
	width: 100%;
	height: 100%;
	border: 0;	
}

/* Horizontal showcase ------------------------- */

.showcase#horizontal {
	margin: 0px auto 0;
	width: 770px;
	height: 150px;
	padding-top: 60px;
	background-image: url(img/head_img002.png);
	background-repeat: no-repeat;
	background-position: center top;
	behavior: url(htc/iepngfix.htc);
	overflow: hidden;
	padding-bottom: 10px;
}	
	
.showcase#horizontal a.controls {
	top: 50%;
	margin-top: -27px;
}

.showcase#horizontal a.next {
	right: 0;
	padding-top: 4px;
}


.showcase#horizontal a.controls:hover {
	border-color: #2097FA;
}

.showcase#horizontal ul {
	position: relative;	
	width: 700px;
	height: 170px;	
	margin: 0 auto;
}
