@charset "utf-8";

@import url("base/reset.css");

@import url("common.css");
@import url("layout.css");

@import url("print.css");
 /* /////////////////////////////////////////////////////////////////////////// PRIVACY */


#privacy dt {
	font-weight: bold;
	color: #00A2D7;
}

#privacy dd {
	margin-bottom: 15px;
}

#btn_kitei {
	text-align: center;
}
#privacy .numList {
	margin-left: 1em;
}


#btn_kitei a{
	overflow: hidden;
	background-image: url(images/btn_kitei.gif);
	display: block;
	background-repeat: no-repeat;
	text-indent: -999em;
	text-decoration: none;
	width: 217px;
	height: 25px;
	margin: auto;
}
#btn_kitei a:hover {
	background-position: 0px -25px;
}
