/* CSS Document */



#contentsBoxRight{
    width: 540px;
    background-color: #8CA195;
	padding-right: 30px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
	float:right;
}

#contentsBoxRight .topLink{
    text-align:right;
    margin:30px 20px 0px 0px;
	font-size:85%;
	clear:both;
}

#contentsBoxRight .topLink a{
    color:#333;
	text-decoration:none;
}

#contentsBoxRight .topLink a:hover{
    text-decoration:underline;
}




#privacy dl{
    width:485px;
	margin: 40px 0px 0px 40px;
	padding:0px;
}

#privacy dt{
    border-bottom:1px solid #fff;
	padding:0px;
	margin: 0px 0px 40px 0px;
	height:15px;
}

#privacy dd{
    background:#fff;
	padding:20px 0px 10px 0px;
	margin: 0px 0px 40px 0px;
}

#privacy p.top{
	font-size:100%;
	font-weight:normal;
	margin: 0px 0px 0px 20px;
	padding:0px 0px 3px 0px;
	border-bottom: 1px dotted #8CA195;
}

#privacy p{
    font-size: 12px;
    margin:0px 20px 40px 20px;
	padding-top:15px;
	clear:both;
}
