@charset "utf-8";

/* import
----------------------------------------------- */
@import "lib.css";
@import "common.css";

h1,h2 {
	margin:0;
	padding:0;
	}

/* #contentsbody
----------------------------------------------- */
h1 {
	background:url(../privacy/images/h1.gif) no-repeat 0 0;
	height:90px;
	text-indent:-9999px;
	}

#contents {
	width:500px;
	margin:0 0 0 30px;
	}

h2 {
	margin:30px 0 0;
	font-size:medium;
	padding:5px 10px;
	background:#f8f4ed;
	}
* html body h2 {
	font-size:small;
	}

#contents ol {
	margin:20px 0 0 30px;
	padding:0;
	list-style:decimal;
	}

#contents li {
	margin:5px 0 0;
	padding:0;
	}

.address table {
	width:500px;
	font-size:small;
	}
* html body .address table {
	font-size:x-small;
	}

.address table th {
	width:80px;
	vertical-align:top;
	padding:3px 0;
	}
 
.address h2 {
	font-size:small;
	}
* html body .address h2 {
	font-size:x-small;
	}

/* clear
----------------------------------------------- */
#column:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

