@charset "utf-8";
/* CSS Document */
/*メインの中左コンテンツ*/
/*各ページの中央コンテンツのお個々に置く*/
/*メインのコンテンツです*/
/*問い合わせのページです*/

#slidebox{
	background-image:url(../image/privacy_top.jpg);
	background-repeat:no-repeat;
	}



#Content{
	border-top: 25px solid #333333;
	
	width: 830px;
	/*height:100%;*//*------100%は空のコンテンツでの天地一杯広げて確保-------*/
	height:auto;
	
	background:white;
	margin:0 auto;
	position:relative;
	top:-30px;	
	
}
  #OneColumnMain{
	  width:774px;
	  height:auto;
	  /*overflow:hidden;*/
	  background:#fff;
	  margin-top:28px;
	  margin-left:28px;
	  }
.Column01{
	width:774px;
	height:auto;
	background:white;
	}
.annai{
	width:700px;
	height:400px;
	margin:60px auto 0;
	/*background:#eee;*/
	color:#333;
	}
.annai h1{
	font-size:16px;
	text-align:center;
	padding-top:1em;
	padding-bottom: 1em;
	border-bottom: thin dotted #666666;
}
.annai th{
	font-size:14px;
	padding-top:1.5em;
	padding-left:1em;
	
	}



.adustHeight{
	height:30px;
	width:830px;
	background:white;
	position:relative;
	top:30px;/*コンテントの高さです*/
	}

/*承逸のコンタクトページからそのまま*/

.table01{
	border:solid 4px #E6EDEF;
	width:600px;
	height:200px;
	margin:25px 60px 40px;
}
.table01 div{
	padding:10px 0;
}
.table01 td{
	padding-left:30px;
/*padding-left:70px;*/
}

.table02{
	margin-bottom:30px;
}
.table02 th{
	border: solid 1px #fff;
	text-align:right;
	background-color:#e3eaf1;
	width:160px;
	padding:6px;
	vertical-align:top;
}
.table02 td{
	width:260px;
	padding:5px 10px;
	text-align: left;
}
	
	
