@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy.css
 author     :Ability Consultant
style info  :プライバシーポリシー設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/*-----------------------------------------------
	#header
	　ヘッダー
-------------------------------------------------*/
#privacy #header h3{
	background: url(../privacy/images/tl_page.png) no-repeat left top;
}

#privacy #header .top_image{
	background: url(../privacy/images/top_image.jpg) no-repeat center top;
}

/*-----------------------------------------------
	#main
	 メイン
-------------------------------------------------*/
#privacy #main h4{
	background: url(../privacy/images/tl_page_sub.gif) no-repeat left top;
	height: 59px;
	text-indent: -9999px;
	font-size: 0;
	margin-bottom: 30px;
}

#privacy #main div{
	margin: 0 0 25px 30px;
	background: url(../privacy/images/bg_border.gif) repeat-x left bottom;
	padding-bottom: 25px;
}

#privacy #main div h5{
	font-weight: normal;
	margin-bottom: 20px;
}

#privacy #main .policy ul li{
	list-style: decimal inside;
}

#privacy #main .purpose ul li{
	list-style: disc inside;
}

#privacy #main .use{
	background: none;
	padding-bottom: 0;
}


/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}


