@charset "utf-8";

/*-------------------------------------------------------------------
	
						個人情報保護について
							
-------------------------------------------------------------------*/

/*-------------------------------------------------------------------
						テキスト画像代替
-------------------------------------------------------------------*/
#contents-header .body h2,#contents-header .body p.t-body,
#sec1 h2
{
	display: block;
	text-indent: -10000px;
/* Hides from Mac IE \*/
	overflow: hidden;
/* */
}


/*-------------------------------------------------------------------
							main-image
-------------------------------------------------------------------*/
#main-image{
	width: 800px; height: 150px;
	background: url(../../privacy/images/main_image.jpg) no-repeat scroll left top;
}

/*-------------------------------------------------------------------
							#contents-header
-------------------------------------------------------------------*/
#contents-header .body{
	width: 585px; height: 140px;
	padding: 0px;
	background: url(../../privacy/images/contents_header.jpg) no-repeat scroll left top;
}
#contents-header h2{
	background: none;
}
#contents-header .body p.t-body{
	background: none;
}

/*-------------------------------------------------------------------
							page-title
-------------------------------------------------------------------*/
#page-title{
	width: 586px; height: 40px;
	margin-bottom: 11px;
	background: url(../../privacy/images/page_title.gif) no-repeat scroll left top;
}

/*-------------------------------------------------------------------
								body
-------------------------------------------------------------------*/
.body{
	padding: 0px 10px 0px 15px;
	line-height: 1.2;
}

/*-------------------------------------------------------------------
								sec1
-------------------------------------------------------------------*/
#sec1{
	margin-top: 30px;
	margin-bottom: 10px;
}

#sec1 p{
	padding-top: 1px;
}

#sec1 h2{
	width: 586px; height: 32px;
	background: url(../../privacy/images/sec1_h.gif) no-repeat scroll left top;
}

#sec1 .lead{
	margin-bottom: 20px;
	margin-top: 10px;
	padding-left: 15px;
	background: url(../../images/cmn/list_mark_circle_blue.gif) no-repeat scroll 0px 5px;
}

#sec1 li{
	margin-bottom: 25px;
	padding-top: 1px;
	list-style: inside decimal;
}

#sec1 p.body{
	padding: 10px 0px 0px 0px;
	background: none;
	line-height: 1.2;
}

#sec1 address{
	margin-left: 20px; margin-bottom: 10px;
}

#sec1 div.note{
	padding-top: 10px; padding-left: 20px;
	font-size: 100%;
}

#sec1 div.note p{
	padding-bottom: 10px;
}

/* Win IE7 */
*:first-child+html #sec1 .lead{
	background-position: 0px 4px;
}
/* End Win IE7 */
/* Win IE6 \*/
* html #sec1 .lead{
	background-position: 0px 4px;
}
/* End Win IE6 */


