@charset "utf-8";
/* privacy.css */

/*==================================

		0 | 共通で使ってる設定
		
==================================*/

#privacy div.privacy_c {
	margin: 30px auto 0;
	border: 0;
	padding: 0;
	width: 840px;
}

/*==================================

		1 | タイトル
		
==================================*/

#privacy h2 {
	display: block;
	margin: 20px 0 0 0;
	border: 0;	
	padding: 0;
	width: 391px;
	height: 28px;
	background: url(../privacy/images/title_privacy.gif) center top no-repeat;
	text-indent: -9999px;
	overflow: hidden;
	
}

/*==================================

		2 | 個人情報
		
==================================*/

#privacy h4#kojin {
	margin: 0 0 27px 0;
	border: 0;
	padding: 0;
	background: url(../privacy/images/sst_kojin.gif) center top no-repeat;
	width: 156px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;	
}


/*==================================

		3 | ご利用目的
		
==================================*/

#privacy h4#mokuteki {
	margin: 0 0 27px 0;
	border: 0;
	padding: 0;
	background: url(../privacy/images/sst_mokuteki.gif) center top no-repeat;
	width: 310px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;	
}


/*==================================

		4 | ご利用にあたって
		
==================================*/

#privacy h4#goriyou {
	margin: 0 0 27px 0;
	border: 0;
	padding: 0;
	background: url(../privacy/images/sst_goriyou.gif) center top no-repeat;
	width: 229px;
	height: 23px;
	text-indent: -9999px;
	overflow: hidden;	
}

#privacy h5 {
	margin: 27px 0 10px 0;
	border: 0;
	padding: 0;
	font-size:1em;
}
