@charset "utf-8";
/* ===================================================================
CSS information

 file name  :zzz.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */



/* headerヘッダー
----------------------------------------------------------- */
#privacy h1#title {
	width:1000px;
	background:url(../privacy/images/privacy_title.gif) no-repeat left top;
	margin:0 auto;
	height:70px;
	text-indent:-9999px;
}


/* mainメイン
----------------------------------------------------------- */
body#privacy #main h3 {
	background:url(../qa/images/qa_stbg.gif) no-repeat left top;
	width:700px;
	height:52px;
	clear:both;
	color:#790000;
	font-size:24px;
	font-weight:normal;
	position:relative;
}

body#privacy #main h3 p {
	position:absolute;
	top:13px;
	left:13px;
}

body#privacy #main div#privacy_contents {
	width:660px;
	margin:0 auto 40px auto;
}
body#privacy #main h4#privacy_sst1 {
	background:url(../privacy/images/privacy_sst.gif) no-repeat left top;
	width:108px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
}
body#privacy #main h4#privacy_sst2 {
	background:url(../privacy/images/privacy_sst2.gif) no-repeat left top;
	width:208px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
}
body#privacy #main h4#privacy_sst3 {
	background:url(../privacy/images/privacy_sst3.gif) no-repeat left top;
	width:78px;
	height:13px;
	text-indent:-9999px;
	overflow:hidden;
}
body#privacy #main h4#privacy_sst4 {
	background:url(../privacy/images/privacy_sst4.gif) no-repeat left top;
	width:190px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
}
body#privacy #main h4#privacy_sst5 {
	background:url(../privacy/images/privacy_sst5.gif) no-repeat left top;
	width:158px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
}
body#privacy #main h4#privacy_sst6 {
	background:url(../privacy/images/privacy_sst6.gif) no-repeat left top;
	width:238px;
	height:14px;
	text-indent:-9999px;
	overflow:hidden;
}




/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


