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


/* *********************************************************
 *	▼プライバシーポリシー
 * *********************************************************
 */
body {
	background:url(../images/bg_02.jpg) repeat-x #dddddd;
}

#privacy {
	width:600px;
	margin:30px auto;
}

#privacy p {
	margin-bottom:15px;
}


#privacy dt {
	color:#65846d;
	font-weight:bold;
}

#privacy dd {
	margin-left:15px;
	margin-bottom:15px;
}

