@charset "utf-8";
/*----------common----------*/
@import url("./common.css");

body{
	text-align:center;
	padding:10px;
	background-color:#EBEBEB;
	}
div.container{
	width:560px;
	margin:0px auto;
	text-align:left;
	}
h1{
	width:100%;
	height:70px;
	background:url(../images/privacy_head.jpg) no-repeat left top;
	text-indent:-9999px;
	}
ul{
	display:block;
	padding:20px 35px;
	background:url(../images/privacy_bg.jpg) repeat-y left top;
	}
ul li{
	display:block;
	padding-bottom:15px;
	line-height:145%;
	color:#333333;
	letter-spacing:1px;
	font-size:12px;
	}
ul li strong{
	font-weight:bold;
	font-size:14px;
	}
em{
	display:block;
	height:20px;
	line-height:20px;
	font-size:10px;
	color:#333333;
	background:url(../images/privacy_bg.jpg) repeat-y left top;
	font-style:normal;
	text-align:center;
	letter-spacing:0.1em;
	}
div.footer{
	width:100%;
	height:15px;
	background:url(../images/privacy_foot.jpg) no-repeat left top;
	}
