/* CSS Document */

#wrapper {
	margin: 0px;
	padding: 0px; 
	text-align: center;
}

#main {
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  }

#main img {
    border: none;
	vertical-align: top;
	margin: 0px;
	text-align: left;
}

.contents-block {
 clear: both;
 margin: 0;
}
.contents-block p {
 margin: 0 0 0 0;
}

/*　コンテンツ
---------------------------------------------------- */
#contents01 {
  width: 800px;
  height: 676px;
  margin: 0 auto;
  padding: 0 auto;
	background: url(images/bg_totsuka01.jpg) no-repeat left top;
	position:relative;
  overflow:hidden;
}
#contents01-logo {
 width: 157px;
 height: 68px;
 position:absolute;
 overflow:hidden;
}
#contents01-title {
 width: 366px;
 height: 172px;
 position:absolute;
 overflow:hidden;
 top: 51px;
 left: 208px;
}
#contents01-profile {
 width: 285px;
 height: 150px;
 position:absolute;
 overflow:hidden;
 top: 487px;
 left: 14px;
}
#contents01-text01 {
 width: 429px;
 height: 200px;
 position:absolute;
 overflow:hidden;
 top: 283px;
 left: 345px;
}
#contents01-text02 {
	width: 429px;
	height: 180px;
	position:absolute;
	overflow:hidden;
	top: 490px;
	left: 345px;
}

#contents02 {
  width: 800px;
  height: 420px;
  margin: 0 auto;
  padding: 0 auto;
	position:relative;
  overflow:hidden;
}

#contents02-img {
	width: 291px;
	height: 275px;
	position:absolute;
	overflow:hidden;
	left: 509px;
}
#contents02-text01 {
 width: 465px;
 height: 270px;
 position:absolute;
 overflow:hidden;
 left: 14px;
}
#contents02-text02 {
 width: 770px;
 height: 150px;
 position:absolute;
 overflow:hidden;
 top: 260px;
 left: 14px;
}
#contents03 {
  width: 800px;
  height: 580px;
  margin: 0 auto;
  padding: 0 auto;
	position:relative;
  overflow:hidden;
}
#contents03-img01 {
	width: 270px;
	height: 246px;
	position:absolute;
	overflow:hidden;
	background-image: url(%E6%88%B8%E5%A1%9A%E5%8B%87%E6%AC%A1%E3%81%95%E3%82%93);
}
#contents03-img02 {
	width: 389px;
	height: 307px;
	position:absolute;
	overflow:hidden;
	top: 246px;
	left: 411px;
} 
#contents03-text01 {
 width: 495px;
 height: 246px;
 position:absolute;
 overflow:hidden;
 left: 274px;
}
#contents03-text02 {
 width: 500px;
 height: 300px;
 position:absolute;
 overflow:hidden;
 top: 265px;
 left: 14px;
}


/* text
---------------------------------------------------- */
.text-main {
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	padding: 10px 0px 0px 5px;
}
.text-profile {
	font-size: 10px;
	line-height: 16px;
	color: #666666;
	padding: 0px 0px 0px 0px;
}
