@charset "utf-8";
/* CSS Document */

/*-- プライバシーポリシー --*/


#contents-main {
	width: 730px;
	margin: auto;
}

.contents-midashi {
	width: 712px;
	padding-top: 5px;
	margin-left: 15px;
}

#scrollset{
	position: absolute;
	top: 180px;
	left: 230px;
	width: 630px;
	height: 430px;
	background-color: #F9F2E0;
}
#Scroller-1 { 
	position:absolute;
	top: 0px; left: 0px;
	overflow: hidden;
	width: 630px;
	height: 430px;
}
.Scroller-Container {
	position: absolute;
	top: 0px; 
	left: 0px;
	font-size: 11px;
	*font-size: 71%;
	color: #69594C;
	line-height: 160%;
}
#Scrollbar-Container {
	position: absolute;
	background-color: #e9e3d6;
	top: 0px;
	left: 680px;
}
.Scrollbar-Up {
	cursor: pointer;
	position: absolute;
}
.Scrollbar-Track {
	width: 10px; height: 430px;
	position: absolute;
	top: 1px;
	background-color: #F8EACD;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px; height: 107px;
	cursor: pointer;
}
.Scrollbar-Down {
	cursor: pointer;
	position: absolute;
	top: 269px;
}
.text{
	margin-top: 5px;
	margin-bottom: 15px;
}