/*==================================================================

top.css

The date     : 2010.01.28
Last up date : 

================================================================== */

#containerTop {
	width: 100%;
	height: 100%;
	background: url(../images/bg_texture.gif) repeat;
	margin-bottom: 10px;
}

#contentsTop {
	width: 810px;
	height: 430px;
	background: url(../images/bg_top.gif) no-repeat;
	margin: 0 auto;
	padding: 20px 20px 30px 20px;
}

.navTop {
	float: left;
	width: 260px;
	background: url(../images/hr_top.gif) no-repeat center top;
}

.logoArea {
	float: left;
	width: 150px;
	padding: 10px 0 0 0;
}

.padR15 {
	padding-right: 15px;
}

.number {
	float: left;
	width: 95px;
	padding: 15px 0 0 15px;
	font-size: 12px;
	line-height: 1.8;
	color: #666666;
}

/* SlideShow
-------------------------------------------------------------------*/
#contentsTop #slideshow { position:relative; width:810px; height:290px; }
#contentsTop #slideshow a { display:block; position:absolute; top:0; left:0; z-index:8; }
#contentsTop #slideshow a.active { z-index:10; }
#contentsTop #slideshow a.last-active { z-index:9; }