/* CSS Document */

.styleBox01 {
}

.styleBox01 .columnLeft {
	width: 445px;
}

.styleBox01 .columnRight {
	width: 365px;
}

.styleBox01 .columnRight dl {
	margin-top: 30px;
}

.styleBox01 .columnRight dl dt {
	margin-bottom: 15px;
}

.styleBox01 .columnRight dl dd.explain {
	margin-bottom: 15px;
}

.styleBox01 .columnRight dl dd.name {
	margin-bottom: 3px;
	color: #FFAA91;
	font-size: 12px;
	text-align: left;
}

.styleBox01 .columnRight dl dd.name a {
	color: #FFAA91;
	text-decoration: underline;
}

.styleBox01 .columnRight dl dd.name a:hover {
	text-decoration: none;
}

/**/

#slideshow {
	position: relative;
}

#navArea {
	position: absolute;
	z-index: 100;
	right: 0;
	bottom: 15px;
}

#navInner {
	position: relative;
	padding: 0 41px;
}

.slides-nav {
	width: 288px;
}

.tits01 {
	margin-bottom: 10px;
}

.btnPrev {
	position: absolute;
	top: 140px;
	left: 0;
}

.btnNext {
	position:absolute;
	top: 140px;
	right: 0;
}




