@charset "EUC-JP";

/*
==================================================================
PRIVACY
==================================================================
*/

/* 個人情報・タイトル */

.privacy_title_bar {
	width: 750px;
	height: 25px;
	background: url("../default/image/title_bar.gif") no-repeat;
	margin: 20px 0px 0px 0px;
}

.privacy_title_text {
	font-size: 12px;
	font-weight: bold;
	line-height: 25px;
	color: #669900;
	margin: 0px 0px 0px 20px;
}

/* 個人情報保護方針・本文 */

.privacy_text {
	margin: 10px 10px 0px 10px;
}

