@charset "utf-8";
/**----------------------------------------------------------
 *CSS information 
 *
 * file name  : extend.css
 * style info  :  index top
 -----------------------------------------------------------*/ 
 
  /* =Wrapper
-----------------------------------------------------------------------------*/
#wrapper_privacy {
	z-index: 100;
	width: 100%;
	background: url(../img/top.jpg);
	background-repeat: no-repeat;
	background-position: 50% 0;
}

 /* index
----------------------------------------------------------- */
/* 任意の文字をリストマーク */
ul.disc {
	margin: 0 0 0 1em;
	padding: 0;
	list-style-position: outside;
}
ul.disc li {
	position: relative;
	list-style: none;
	margin-bottom: 0em;
	margin-left: 0.5em;
}
ul.disc li span {
	position: absolute;
	top: 0;
	left: -1em;
}
* html ul.disc li span {
	top: -0em;
} /* for win ie6 */
*:first-child+html ul.disc li span {
	top: -0em;
} /* for win ie7 */
ol.num {
	margin: 0 0 1em 1em;
	padding: 0;
	list-style-position: outside;
}
ol.num li {
	position: relative;
	list-style: none;
	margin-bottom: 0em;
	margin-left: 0.5em;
}
ol.num li span {
	position: absolute;
	top: 0;
	left: -1.5em;
}
* html ol.num li span {
	top: -0em;
} /* for win ie6 */
*:first-child+html ol.num li span {
	top: -0em;
} /* for win ie7 */
