@charset "utf-8";

/* top */
#top {
	clear: both;
	margin-top: 0px;
	width: 100%;
	height: 374px;
	background-color: #6FB242;
	color: rgba(51,51,51,1.00);
	position: relative;

}

#top_img {
	position: absolute;
	top: 145px;
	right:  85px;
}

#slideshow {
	position: relative;
	width: 524px; /* 画像の横幅に合わせて記述 */
	height: 354px;
}
#slideshow img {
   position: absolute;
   top: 20px;
   left: 20px;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}

/* contents */
#contents {
	width: 681px;
	padding-top: 40px;
	background-color: #FFFFFF;
	float: right;
}
#profile ul {
	line-height: 1.5em;
	list-style-type: none;
}

#theme {
	font-size: large;
	font-weight: normal;
}
#theme #ls {
	padding-top: 30px;
	padding-left: 40px;
	padding-bottom: 20px;
	line-height: 200%;
	font-size: medium;
}
#contents #theme img {
	float: right;
}

#profile {
	padding-top: 20px;
	padding-left: 0px;
}

#profile .profile_wrapper{
	padding-left: 40px;
}

#contents #topic p iframe {
	width: 100%;
	height: 300px;
	background-color: #FFFFFF;
	border: medium dotted #7BB656;
}
#topic p.title {
	padding-top: 25px;
	padding-bottom: 10px;
}

	


#profile ul li {
	line-height: 150%;
	text-indent: 40px;
}

#section #counter {
	text-align: center;
}
