@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* 各ページタイトル画像
----------------------------------------------------------- */
#privacy #header h1 {
	background:url(../privacy/images/title.jpg) center 0 no-repeat;
}


/*	.con_privacy			
----------------------------------------------------*/
#privacy #main .con_privacy {
	width:705px;
	margin-bottom:30px;
	padding-bottom:40px;
	overflow:hidden;
	background:url(../images/bgline.gif) right bottom no-repeat;	
}

#privacy #main .con_privacy h3{
	margin-bottom:30px;
}

#privacy #main .con_privacy h4{
	margin-bottom:25px;
}

#privacy #main .con_privacy p{
	margin:0 0 15px auto;
	width:675px;
}

#privacy #main .con_privacy ul,
#privacy #main .con_privacy ol{
	margin:0 0 0 auto;
	width:675px;
}

#privacy #main .con_privacy li{
	list-style-type: disc;
	list-style-position:inside;
}

#privacy #main .con_privacy li.decimal{
	margin-left:20px;
	list-style-type: decimal;
	list-style-position:inside;
}





/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


