@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */
/* タイトル
----------------------------------- */
#privacy #contents h3{
	width: 950px;
	height: 40px;
	margin: 0 0 25px;
	text-indent:-9999px;
	clear: both;
}

/*個人情報のお取扱いについて*/
#privacy h3#st_privacy{
	background: url(../privacy/images/st_privacy.gif) left top no-repeat;
}

#privacy #policy h5{
	width: 950px;
	height: 15px;
	margin: 0 0 10px;
	text-indent: -9999px;
	background: url(../privacy/images/copy.gif) left top no-repeat;
}


#privacy #policy p{
	margin: 0 0 20px;
}

/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}
