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



#privacy-main {
	margin: 0px auto 60px;
	width: 940px;
	line-height: 20px;
	padding-top: 10px;
}
#privacy-main p {
	margin-bottom: 10px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 16px;
	font-style: italic;
	color: #b1b1b1;
	letter-spacing: 0.1em;
}

#privacy-main .nihongo {
	font-size: 12px;
	font-style: italic;
	letter-spacing: 0.1em;
	color: #848484;
}

#privacy-main dl dt {
	font-weight: bold;
	margin-bottom: 5px;
}
#privacy-main dl dd {
	margin-bottom: 5px;
}
#privacy-main dl .bottom {
	margin-bottom: 30px;
}


footer {
	background: url(../../common/images/bg_footer.jpg) center ;
	width: 100%;
	height: 133px;position: fixed;
	bottom: 0;
	
}
footer #footer-inner {
	margin: 0px auto;
	width: 400px;
	padding-top: 56px;
}
footer #footer-inner #gnavi-2 #footer-nav li a:hover img {
	opacity: 0.5;
 	filter: alpha(opacity=50);
  	-ms-filter: "alpha(opacity=50)";
}
