A {
	text-decoration : none;
	color :  #3c8714;
	background-color: none;
	font-weight : normal;
}

A:Hover {
	text-decoration : none;
	color : black;
	background-color: none;
	font-weight : normal;
}

img {
	border-style: none;
}


.bb.content_box {
   width:640px;
   min-height:640px;
   height:640px;
/*
   min-height:600px;
   height:640px;
*/
   padding-top:0px;
   font-size:12px;
   line-height:16px;
	}



div[class] .content_box {
	height:auto;
}

div.content_box.scroll-box {
	margin-top:0px;
	margin-bottom:0px;
   width:640px;
	overflow:auto;
}
div[class] .content_box.scroll-box {
	height:600px;
}
div[class] .not-page-gallery .content_box.scroll-box {
	height:600px;
}

.scroll-content {
	width:620px;
}
