#mv {
	height: 303px;
	width: 839px;
	background-image: url(../../img/mainvisual.jpg);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 20px;
	background-repeat: no-repeat;
	background-position: center bottom;
	clear: both;
	background-color: #FFF;
}
#mv a {
	height: 35px;
	width: 242px;
	clear: both;
	position: relative;
	left: 49px;
	top: 238px;
}

#left p {
	font-size: 14px;
	line-height: 22px;
	padding-left: 25px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 20px;
}
#left img {
	margin-left: 15px;
}

#topics {
	background-image: url(../../img/bg_topics.jpg);
/*	height: 180px;*/
	width: 564px;
	margin-top: 20px;
	margin-bottom: 30px;
	margin-left: 16px;
	padding-top: 5px;
}
#topics table{
	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 534px;
}
#topics th {
	font-size: 14px;
	line-height: 24px;
	width: 100px;
	background-image: url(../../img/arrow.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
}
#topics td {
	font-size: 14px;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #060;
	padding:4px 0;
}

.scroller {
    margin: 0 auto;
    width: 100%;
    height: 370px;
    overflow-y: scroll;
    background-color: #BC747F;
    border: solid 4px #E6E6D9;
    border-radius: 5px;
}
.scroller::-webkit-scrollbar {
    width: 8px;
    background-color: #E6E6D9; 
}
.scroller::-webkit-scrollbar-thumb {
    background: #BC747F;
    width: 6px;
    border-radius: 5px;
}

