/* Topページレイアウト */
#container {
	width: 850px;
	margin: 0 0 0 50px;
	position: relative;
	}
/*ナビゲーション*/
#header {
	margin: 0;
	padding: 0;
	width: 850px;
	height: 87px;
	}

/*コンテンツ*/
#contents {
	width: 735px;
	margin: auto;
	}
#pro_head {
	margin: 0 0 50px 0;
	}
#pro_head img {
	border: 0;
	height: 85px;
	}
/*各プロセス*/
.pro_num {
	height: 100px;
	margin: 0 0 30px 0;
	}
#pro_num5 {
	height: 340px;
	margin: 0 0 30px 0;
	}
.photo {
	float: left;
	width: 194px;
	margin: 0 0 0 5px;
	}
.num_img {
	margin: 0 0 0 220px;
	width: 499px;
	}
.num_img_t {
	margin: 40px 0 0 220px;
	width: 499px;
	}
/*topページにもどる*/
#goback_top a {
	width: 35px;
	height: 35px;
	display: block;
	text-indent: -9999px;
	background: url(images/goback_top_b.gif) top no-repeat;
	}
#goback_top a:hover {
	background: url(images/goback_top_o.gif) top no-repeat;
	}	
/*コピーライト*/
#copyright {
	float: left;
	margin: 0 0 0 579px;
	}
	
