@charset "utf-8";

/*

=====================================*/
.topBox01 {
	border:5px solid #BCA54D;
	padding:10px 0 0 104px;
	margin:20px 0;
	background-color: #FEF2C5;
	background-image: url(../img/top/bg_topBox01.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

.topBox01 h3, .topBox01 h4 {
	margin-bottom:10px;
}

/*

=====================================*/
.topBox02 {
	width:315px;
	background:url(../img/top/bg_topBox02_f.gif) no-repeat bottom left;
	padding:0 15px 5px;
	margin-bottom:10px;
}

.topBox02 h3 {
	background: url(../img/top/bg_top_ttl.gif) no-repeat;
	line-height:33px;
	margin:0 -15px;
	padding:0 15px 5px;
	color:#84312D;
}

.topBox02 h3 a {
	color:#0D7537;
	text-decoration:none;
	font-size:117%;
}
.topBox02 h3 a:visited {
	color:#0D7537;
	text-decoration:none;
	font-size:117%;
}
.topBox02 h3 a:hover {
	color:#0D7537;
	text-decoration:none;
	font-size:117%;
}

.topBox02 ul {
	margin:5px 0;
}

.topBox02 li a {
	padding-left:12px;
	background:url(../img/share/arrow01.jpg) no-repeat left center;
	line-height:1.8;
}

/*

=====================================*/
.topBox03 {
	margin:20px 0 0;
	padding:0 14px;
	clear:both;
}

.topBox03 h3 {
	margin:0 -14px 10px;
	line-height:1;
}

/*

=====================================*/
#slideshow {
    position:relative;
    height:330px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}