@charset "utf-8";
/* ===================================================================
CSS information

 file name  :privacy.css
 author     :Ability Consultant
style info  :設定　ハックは最下部に記述
=================================================================== */


/* -----------------------------------------------------------
	各ページ専用指定
----------------------------------------------------------- */


/* ページタイトル背景
----------------------------------------------------------- */
#privacy #wrp_pagetitle {
	background: url(../privacy/images/title.jpg) top center no-repeat;
}


/* 
----------------------------------------------------------- */
#privacy h4 {
	color: #2a4787;
}

#privacy #cnt_policy,
#privacy #cnt_privacy {
	width: 680px;
	margin: 0;
	padding: 0 0 20px 0;
}

#privacy #cnt_policy h3 {
	background: url(../privacy/images/tit_policy.gif) top left no-repeat;
}

#privacy #cnt_privacy h3 {
	background: url(../privacy/images/tit_privacy.gif) top left no-repeat;
}


#privacy #cnt_policy p,
#privacy #cnt_privacy p {
	padding: 10px 0 20px 10px;
}

#privacy a.link {
	color: #616161;
	font-weight: bold;
}

#privacy p.no-margin {
	padding: 0;
}

#privacy ol.number {
	width: 640px;
	margin: 0 0 0 40px;
	padding: 0 0 20px 0;
}


#privacy ol { margin-bottom: 1.4em; margin-left: 2.5em; }

#privacy ol li {
	position: relative;
	list-style: none;
	line-height: 1.4;
	margin-bottom: 0.3em;
}


#privacy ol.number li span {
	position: absolute;
	top: 0;
	left: -1.4em;
}












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

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


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

	hack - 各種cssハック - for IE6

=======================================*/
* html {}

