@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:580px;
	height:600px;
	margin:0 auto;
	background:#eee;
	color:#333;
	}
.annai h1{
	font-size:16px;
	text-align:center;
	padding-top:1em;
	padding-bottom: 1em;
	border-bottom: thin dotted #666666;
}
.annai h2{
	font-size:14px;
	padding-top:1.5em;
	padding-left:1em;
	
	}



.annai p{
	font-size:12px;
	line-height:1.8;
	padding:0 1em 0;
	}	


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

	
	
