@charset "utf-8";

/* =======================
header
======================= */
#slideshow {
	position:relative;
	top:0px;
	height: 320px;
	width: 800px;
}
#slideshow img {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}
#slideshow img.active {
    z-index:10;
}
#slideshow img.last-active {
    z-index:9;
}



/* =======================
main
======================= */
#main_top {
	width:800px;
	margin-top:44px;
}
#topImgList ul {
	margin-top: 30px;
	margin-bottom: 36px;
	overflow: hidden;
	text-align:center;
}
#topImgList ul li {
	display: inline;
	margin-right: 10px;
	margin-left: 10px;
}


#topConNav {
	margin-left:-43px;
}
#topConNav h2 {
	float: left;
	width: 237px;
	margin-left:43px;
	text-align:center;
}
#topConNav h2 a {
	margin-bottom: 22px;
	display:block;
}